Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp279 bool hasLocationDirective; in emitNativeCodeMatch() local
281 std::tie(hasLocationDirective, locToUse) = getLocation(tree); in emitNativeCodeMatch()
924 bool hasLocationDirective; in handleReplaceWithNativeCodeCall() local
926 std::tie(hasLocationDirective, locToUse) = getLocation(tree); in handleReplaceWithNativeCodeCall()
928 for (int i = 0, e = tree.getNumArgs() - hasLocationDirective; i != e; ++i) { in handleReplaceWithNativeCodeCall()
982 bool hasLocationDirective; in handleOpCreation() local
984 std::tie(hasLocationDirective, locToUse) = getLocation(tree); in handleOpCreation()
986 auto inPattern = numPatArgs - hasLocationDirective; in handleOpCreation()