Searched refs:expandCheckImmOperand (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | PredicateExpander.cpp | 21 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() function in llvm::PredicateExpander 33 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() function in llvm::PredicateExpander 327 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate() 332 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate()
|
| HD | PredicateExpander.h | 58 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, int ImmVal, 60 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, StringRef ImmVal,
|