Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Rewrite/
H A DPatternApplicator.cpp26 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in PatternApplicator() local
59 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in applyCostModel() local
124 if (const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode()) { in walkAllPatterns() local
139 const PDLByteCode *bytecode = frozenPatternList.getPDLByteCode(); in matchAndRewrite() local
H A DByteCode.cpp454 SmallVectorImpl<ByteCodeField> &bytecode; member
/llvm-project/mlir/test/lib/IR/
H A DTestLazyLoading.cpp34 std::string bytecode; in runOnOperation() local
H A DTestBytecodeRoundtrip.cpp106 std::string bytecode; in doRoundtripWithConfigs() local
/llvm-project/mlir/unittests/Bytecode/
H A DBytecodeTest.cpp137 llvm::raw_string_ostream os(bytecode); in TEST() local