Searched refs:expandCheckOpcode (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp111 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, const Record *Inst) { function in class:llvm::PredicateExpander
117 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, function in class:llvm::PredicateExpander
124 expandCheckOpcode(OS, Opcodes[0]);
137 expandCheckOpcode(OS, Rec);
152 expandCheckOpcode(OS, Opcodes);
351 return expandCheckOpcode(OS, Rec->getValueAsListOfDefs("ValidOpcodes"));
H A DPredicateExpander.h70 void expandCheckOpcode(raw_ostream &OS, const Record *Inst);
73 void expandCheckOpcode(raw_ostream &OS, const RecVec &Opcodes);

Completed in 167 milliseconds