Searched refs:PredNo (Results 1 – 3 of 3) sorted by relevance
259 virtual bool CheckPatternPredicate(unsigned PredNo) const { in CheckPatternPredicate() argument267 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() argument277 SDNode *N, unsigned PredNo, in CheckNodePredicateWithOperands() argument
212 unsigned PredNo = 0; in initialize() local229 PredNo = ImmediatePredicates.getIDFor(PredFn)+1; in initialize()232 Operands.push_back(OpKind::getImm(PredNo)); in initialize()
3215 unsigned PredNo = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local3216 if (!CheckNodePredicateWithOperands(N.getNode(), PredNo, Operands)) in SelectCodeCommon()