Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.h58 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, int ImmVal,
60 void expandCheckImmOperand(raw_ostream &OS, int OpIndex, StringRef ImmVal,
H A DPredicateExpander.cpp22 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() function in llvm::PredicateExpander
34 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() function in llvm::PredicateExpander
369 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate()
374 return expandCheckImmOperand(OS, Rec->getValueAsInt("OpIndex"), in expandPredicate()