Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DPatternApplicator.cpp26 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in PatternApplicator() local
55 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel() local
120 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in walkAllPatterns() local
135 const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode(); in matchAndRewrite() local
H A DByteCode.cpp442 SmallVectorImpl<ByteCodeField> &bytecode; member