Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.h63 class PDLByteCodeMutableState {
159 void initializeMutableState(PDLByteCodeMutableState &state) const;
165 PDLByteCodeMutableState &state) const;
170 PDLByteCodeMutableState &state) const;
177 PDLByteCodeMutableState &state,
H A DPatternApplicator.cpp27 mutableByteCodeState = std::make_unique<PDLByteCodeMutableState>(); in PatternApplicator()
H A DByteCode.cpp61 void PDLByteCodeMutableState::updatePatternBenefit(unsigned patternIndex, in updatePatternBenefit()
69 void PDLByteCodeMutableState::cleanupAfterMatchAndRewrite() { in cleanupAfterMatchAndRewrite()
1035 void PDLByteCode::initializeMutableState(PDLByteCodeMutableState &state) const { in initializeMutableState()
2171 PDLByteCodeMutableState &state) const { in match()
2193 PDLByteCodeMutableState &state) const { in rewrite()
/llvm-project-15.0.7/mlir/include/mlir/Rewrite/
H A DPatternApplicator.h23 class PDLByteCodeMutableState; variable
75 std::unique_ptr<detail::PDLByteCodeMutableState> mutableByteCodeState;