Home
last modified time | relevance | path

Searched refs:expandCheckInvalidRegOperand (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DPredicateExpander.h79 void expandCheckInvalidRegOperand(raw_ostream &OS, int OpIndex);
DPredicateExpander.cpp93 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand() function in llvm::PredicateExpander
336 return expandCheckInvalidRegOperand(OS, Rec->getValueAsInt("OpIndex")); in expandPredicate()