Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.h82 void expandCheckIsVRegOperand(raw_ostream &OS, int OpIndex);
H A DPredicateExpander.cpp220 void PredicateExpander::expandCheckIsVRegOperand(raw_ostream &OS, int OpIndex) { in expandCheckIsVRegOperand() function in llvm::PredicateExpander
351 return expandCheckIsVRegOperand(OS, Rec->getValueAsInt("OpIndex")); in expandPredicate()