Searched refs:PredNo (Results 1 – 3 of 3) sorted by relevance
265 virtual bool CheckPatternPredicate(unsigned PredNo) const { in CheckPatternPredicate() argument273 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() argument283 SDNode *N, unsigned PredNo, in CheckNodePredicateWithOperands() argument
211 unsigned PredNo = 0; in initialize() local228 PredNo = ImmediatePredicates.getIDFor(PredFn)+1; in initialize()231 Operands.push_back(OpKind::getImm(PredNo)); in initialize()
3144 unsigned PredNo = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local3145 if (!CheckNodePredicateWithOperands(N.getNode(), PredNo, Operands)) in SelectCodeCommon()