Home
last modified time | relevance | path

Searched refs:locToUse (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp280 std::string locToUse; in emitNativeCodeMatch() local
281 std::tie(hasLocationDirective, locToUse) = getLocation(tree); in emitNativeCodeMatch()
285 fmt, &fmtCtx.addSubst("_loc", locToUse), opName, capture[0], capture[1], in emitNativeCodeMatch()
925 std::string locToUse; in handleReplaceWithNativeCodeCall() local
926 std::tie(hasLocationDirective, locToUse) = getLocation(tree); in handleReplaceWithNativeCodeCall()
937 return std::string(tgfmt(fmt, &fmtCtx.addSubst("_loc", locToUse), attrs[0], in handleReplaceWithNativeCodeCall()
983 std::string locToUse; in handleOpCreation() local
984 std::tie(hasLocationDirective, locToUse) = getLocation(tree); in handleOpCreation()
1047 valuePackName, resultOp.getQualCppClassName(), locToUse); in handleOpCreation()
1065 resultOp.getQualCppClassName(), locToUse); in handleOpCreation()
[all …]