Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h265 virtual bool CheckPatternPredicate(unsigned PredNo) const { in CheckPatternPredicate() argument
273 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() argument
283 SDNode *N, unsigned PredNo, in CheckNodePredicateWithOperands() argument
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DFastISelEmitter.cpp211 unsigned PredNo = 0; in initialize() local
228 PredNo = ImmediatePredicates.getIDFor(PredFn)+1; in initialize()
231 Operands.push_back(OpKind::getImm(PredNo)); in initialize()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3144 unsigned PredNo = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3145 if (!CheckNodePredicateWithOperands(N.getNode(), PredNo, Operands)) in SelectCodeCommon()