Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DByteCode.h117 llvm::StringMap<PDLCreateFunction> createFns,
163 std::vector<PDLCreateFunction> createFunctions;
DByteCode.cpp151 llvm::StringMap<PDLCreateFunction> &createFns, in Generator()
681 llvm::StringMap<PDLCreateFunction> createFns, in PDLByteCode()
720 ArrayRef<PDLCreateFunction> createFunctions, in ByteCodeExecutor()
840 ArrayRef<PDLCreateFunction> createFunctions;
932 const PDLCreateFunction &createFn = createFunctions[read()]; in execute()
/external/llvm-project/mlir/include/mlir/IR/
DPatternMatch.h316 using PDLCreateFunction = variable
370 void registerCreateFunction(StringRef name, PDLCreateFunction createFn);
383 const llvm::StringMap<PDLCreateFunction> &getCreateFunctions() const { in getCreateFunctions()
386 llvm::StringMap<PDLCreateFunction> takeCreateFunctions() { in takeCreateFunctions()
411 llvm::StringMap<PDLCreateFunction> createFunctions;
/external/llvm-project/mlir/lib/IR/
DPatternMatch.cpp136 PDLCreateFunction createFn) { in registerCreateFunction()