Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DPatternMatch.cpp162 for (auto &it : other.constraintFunctions) in mergeIn()
188 constraintFunctions.try_emplace(name, std::move(constraintFn)); in registerConstraintFunction()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.h196 std::vector<PDLConstraintFunction> constraintFunctions; variable
H A DByteCode.cpp1028 constraintFunctions.push_back(std::move(it.second)); in PDLByteCode()
1064 ArrayRef<PDLConstraintFunction> constraintFunctions, in ByteCodeExecutor() argument
1073 constraintFunctions(constraintFunctions), in ByteCodeExecutor()
1306 ArrayRef<PDLConstraintFunction> constraintFunctions; member in __anonaa7cf1d91411::ByteCodeExecutor
1335 const PDLConstraintFunction &constraintFn = constraintFunctions[read()]; in executeApplyConstraint()
2181 constraintFunctions, rewriteFunctions); in match()
2204 constraintFunctions, rewriteFunctions); in rewrite()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h1340 return constraintFunctions;
1343 return constraintFunctions;
1356 constraintFunctions.clear();
1365 llvm::StringMap<PDLConstraintFunction> constraintFunctions;