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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h211 /// CheckPatternPredicate - This function is generated by tblgen in the
215 virtual bool CheckPatternPredicate(unsigned PredNo) const { function in class:llvm::SelectionDAGISel
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h59 CheckPatternPredicate, enumerator in enum:llvm::Matcher::KindTy
128 case CheckPatternPredicate:
434 : Matcher(CheckPatternPredicate), Predicate(predicate) {}
439 return N->getKind() == CheckPatternPredicate;
H A DDAGISelMatcherEmitter.cpp251 case Matcher::CheckPatternPredicate: {
618 OS << "bool CheckPatternPredicate(unsigned PredNo) const override {\n";
770 case Matcher::CheckPatternPredicate:
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2240 /// CheckPatternPredicate - Implements OP_CheckPatternPredicate.
2242 CheckPatternPredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2244 return SDISel.CheckPatternPredicate(MatcherTable[MatcherIndex++]);
2369 Result = !::CheckPatternPredicate(Table, Index, SDISel);
2684 if (!::CheckPatternPredicate(MatcherTable, MatcherIndex, *this)) break;

Completed in 93 milliseconds