HomeSort by relevance Sort by last modified time
    Searched refs:CheckTypeMatcher (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext()))
156 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) ||
418 // Check to see if this breaks a series of CheckTypeMatcher's.
420 CheckTypeMatcher *CTM =
421 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i],
463 CheckTypeMatcher *CTM =
464 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i],
493 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0));
DAGISelMatcher.cpp 160 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
373 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) {
386 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const {
387 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M))
DAGISelMatcher.h 497 /// CheckTypeMatcher - This checks to see if the current node has the
499 class CheckTypeMatcher : public Matcher {
503 CheckTypeMatcher(MVT::SimpleValueType type, unsigned resno)
518 return cast<CheckTypeMatcher>(M)->Type == Type;
    [all...]
DAGISelMatcherEmitter.cpp 354 assert(cast<CheckTypeMatcher>(N)->getResNo() == 0 &&
357 << getEnumName(cast<CheckTypeMatcher>(N)->getType()) << ",\n";
DAGISelMatcherGen.cpp 451 AddMatcher(new CheckTypeMatcher(N->getType(ResultsToTypeCheck[i]),
    [all...]

Completed in 201 milliseconds