Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp136 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, const Record *Inst) { in expandCheckOpcode() function in llvm::PredicateExpander
142 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, in expandCheckOpcode() function in llvm::PredicateExpander
149 expandCheckOpcode(OS, Opcodes[0]); in expandCheckOpcode()
162 expandCheckOpcode(OS, Rec); in expandCheckOpcode()
177 expandCheckOpcode(OS, Opcodes); in expandCheckPseudo()
404 return expandCheckOpcode(OS, Rec->getValueAsListOfDefs("ValidOpcodes")); in expandPredicate()
H A DPredicateExpander.h74 void expandCheckOpcode(raw_ostream &OS, const Record *Inst);
77 void expandCheckOpcode(raw_ostream &OS, const RecVec &Opcodes);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td62 // `PredicateExpander::expandCheckOpcode()`.