Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp137 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, const Record *Inst) { in expandCheckOpcode() function in llvm::PredicateExpander
143 void PredicateExpander::expandCheckOpcode(raw_ostream &OS, in expandCheckOpcode() function in llvm::PredicateExpander
149 expandCheckOpcode(OS, Opcodes[0]); in expandCheckOpcode()
170 expandCheckOpcode(OS, Opcodes); in expandCheckPseudo()
385 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, ArrayRef<const Record *> Opcodes);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td62 // `PredicateExpander::expandCheckOpcode()`.