Searched refs:expandCheckOpcode (Results 1 – 3 of 3) sorted by relevance
137 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, const Record *Inst) { in expandCheckOpcode() function in llvm::PredicateExpander143 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, in expandCheckOpcode() function in llvm::PredicateExpander149 expandCheckOpcode(OS, Opcodes[0]); in expandCheckOpcode()170 expandCheckOpcode(OS, Opcodes); in expandCheckPseudo()385 return expandCheckOpcode(OS, Rec->getValueAsListOfDefs("ValidOpcodes")); in expandPredicate()
71 void expandCheckOpcode(raw_ostream &OS, const Record *Inst);74 void expandCheckOpcode(raw_ostream &OS, ArrayRef<const Record *> Opcodes);
62 // `PredicateExpander::expandCheckOpcode()`.