Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DPredicateExpander.cpp112 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, const Record *Inst) { in expandCheckOpcode() function in llvm::PredicateExpander
118 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, in expandCheckOpcode() function in llvm::PredicateExpander
125 expandCheckOpcode(OS, Opcodes[0]); in expandCheckOpcode()
138 expandCheckOpcode(OS, Rec); in expandCheckOpcode()
153 expandCheckOpcode(OS, Opcodes); in expandCheckPseudo()
352 return expandCheckOpcode(OS, Rec->getValueAsListOfDefs("ValidOpcodes")); in expandPredicate()
H A DPredicateExpander.h71 void expandCheckOpcode(raw_ostream &OS, const Record *Inst);
74 void expandCheckOpcode(raw_ostream &OS, const RecVec &Opcodes);
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td63 // `PredicateExpander::expandCheckOpcode()`.