Home
last modified time | relevance | path

Searched refs:PredNo (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h259 virtual bool CheckPatternPredicate(unsigned PredNo) const { in CheckPatternPredicate() argument
267 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() argument
277 SDNode *N, unsigned PredNo, in CheckNodePredicateWithOperands() argument
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFastISelEmitter.cpp212 unsigned PredNo = 0; in initialize() local
229 PredNo = ImmediatePredicates.getIDFor(PredFn)+1; in initialize()
232 Operands.push_back(OpKind::getImm(PredNo)); in initialize()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3215 unsigned PredNo = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3216 if (!CheckNodePredicateWithOperands(N.getNode(), PredNo, Operands)) in SelectCodeCommon()