Searched refs:expandCheckImmOperand (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | PredicateExpander.h | 58 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, int ImmVal, 60 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, StringRef ImmVal,
|
| H A D | 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 337 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate() 342 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate()
|