Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.h84 void expandCheckInvalidRegOperand(raw_ostream &OS, int OpIndex);
H A DPredicateExpander.cpp117 void PredicateExpander::expandCheckInvalidRegOperand(raw_ostream &OS, in expandCheckInvalidRegOperand() function in llvm::PredicateExpander
366 return expandCheckInvalidRegOperand(OS, Rec->getValueAsInt("OpIndex")); in expandPredicate()