Searched refs:PatternEmitter (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | RewriterGen.cpp | 57 class PatternEmitter { class 59 PatternEmitter(Record *pat, RecordOperatorMap *mapper, raw_ostream &os); 212 PatternEmitter::PatternEmitter(Record *pat, RecordOperatorMap *mapper, in PatternEmitter() function in PatternEmitter 219 std::string PatternEmitter::handleConstantAttr(Attribute attr, in handleConstantAttr() 230 void PatternEmitter::emitMatch(DagNode tree, StringRef name, int depth) { in emitMatch() 245 void PatternEmitter::emitNativeCodeMatch(DagNode tree, StringRef opName, in emitNativeCodeMatch() 325 void PatternEmitter::emitOpMatch(DagNode tree, StringRef opName, int depth) { in emitOpMatch() 395 void PatternEmitter::emitOperandMatch(DagNode tree, StringRef opName, in emitOperandMatch() 449 void PatternEmitter::emitAttributeMatch(DagNode tree, StringRef opName, in emitAttributeMatch() 507 void PatternEmitter::emitMatchCheck( in emitMatchCheck() [all …]
|