Home
last modified time | relevance | path

Searched refs:expandCheckOpcode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.cpp111 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, const Record *Inst) { in expandCheckOpcode() function in llvm::PredicateExpander
117 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, in expandCheckOpcode() function in llvm::PredicateExpander
124 expandCheckOpcode(OS, Opcodes[0]); in expandCheckOpcode()
137 expandCheckOpcode(OS, Rec); in expandCheckOpcode()
152 expandCheckOpcode(OS, Opcodes); in expandCheckPseudo()
363 return expandCheckOpcode(OS, Rec->getValueAsListOfDefs("ValidOpcodes")); in expandPredicate()
H A DPredicateExpander.h70 void expandCheckOpcode(raw_ostream &OS, const Record *Inst);
73 void expandCheckOpcode(raw_ostream &OS, const RecVec &Opcodes);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td62 // `PredicateExpander::expandCheckOpcode()`.