Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.h81 void expandCheckIsRegOperand(raw_ostream &OS, int OpIndex);
H A DPredicateExpander.cpp216 void PredicateExpander::expandCheckIsRegOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsRegOperand() function in llvm::PredicateExpander
349 return expandCheckIsRegOperand(OS, Rec->getValueAsInt("OpIndex")); in expandPredicate()