Searched refs:PredNo (Results 1 – 3 of 3) sorted by relevance
264 virtual bool CheckPatternPredicate(unsigned PredNo) const { in CheckPatternPredicate() argument272 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() argument282 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()
3110 unsigned PredNo = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local3111 if (!CheckNodePredicateWithOperands(N.getNode(), PredNo, Operands)) in SelectCodeCommon()