Searched refs:locToUse (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | RewriterGen.cpp | 482 auto locToUse = getLocation(tail); in emitNativeCodeMatch() local 490 tgfmt(fmt, &fmtCtx.addSubst("_loc", locToUse).withSelf(opName.str()), in emitNativeCodeMatch() 1259 auto locToUse = getLocation(tail); in handleReplaceWithNativeCodeCall() local 1273 std::string symbol = tgfmt(fmt, &fmtCtx.addSubst("_loc", locToUse), in handleReplaceWithNativeCodeCall() 1387 auto locToUse = getLocation(tail); in handleOpCreation() local 1450 valuePackName, resultOp.getQualCppClassName(), locToUse); in handleOpCreation() 1468 resultOp.getQualCppClassName(), locToUse); in handleOpCreation() 1508 valuePackName, resultOp.getQualCppClassName(), locToUse); in handleOpCreation()
|