Searched refs:CheckPatternPredicate (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAGISel.h207 /// CheckPatternPredicate - This function is generated by tblgen in the
211 virtual bool CheckPatternPredicate(unsigned PredNo) const { function in class:llvm::SelectionDAGISel
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h58 CheckPatternPredicate, enumerator in enum:llvm::Matcher::KindTy
127 case CheckPatternPredicate:
404 : Matcher(CheckPatternPredicate), Predicate(predicate) {}
409 return N->getKind() == CheckPatternPredicate;
H A DDAGISelMatcherEmitter.cpp245 case Matcher::CheckPatternPredicate: {
601 OS << "virtual bool CheckPatternPredicate(unsigned PredNo) const {\n";
752 case Matcher::CheckPatternPredicate:
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2027 /// CheckPatternPredicate - Implements OP_CheckPatternPredicate.
2029 CheckPatternPredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2031 return SDISel.CheckPatternPredicate(MatcherTable[MatcherIndex++]);
2143 Result = !::CheckPatternPredicate(Table, Index, SDISel);
2440 if (!::CheckPatternPredicate(MatcherTable, MatcherIndex, *this)) break;

Completed in 212 milliseconds