Searched refs:expandCheckImmOperand (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | PredicateExpander.cpp | 22 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() function in llvm::PredicateExpander 34 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() function in llvm::PredicateExpander 328 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate() 333 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate()
|
| H A D | PredicateExpander.h | 59 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, int ImmVal, 61 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, StringRef ImmVal,
|