Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DByteCode.h63 class PDLByteCodeMutableState {
125 void initializeMutableState(PDLByteCodeMutableState &state) const;
131 PDLByteCodeMutableState &state) const;
136 PDLByteCodeMutableState &state) const;
143 PDLByteCodeMutableState &state,
DPatternApplicator.cpp25 mutableByteCodeState = std::make_unique<PDLByteCodeMutableState>(); in PatternApplicator()
DByteCode.cpp58 void PDLByteCodeMutableState::updatePatternBenefit(unsigned patternIndex, in updatePatternBenefit()
699 void PDLByteCode::initializeMutableState(PDLByteCodeMutableState &state) const { in initializeMutableState()
1236 PDLByteCodeMutableState &state) const { in match()
1256 PDLByteCodeMutableState &state) const { in rewrite()
/external/llvm-project/mlir/include/mlir/Rewrite/
DPatternApplicator.h23 class PDLByteCodeMutableState; variable
75 std::unique_ptr<detail::PDLByteCodeMutableState> mutableByteCodeState;