Searched refs:CheckValueType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h67 CheckValueType, enumerator in enum:llvm::Matcher::KindTy
134 case CheckValueType:
636 : Matcher(CheckValueType), TypeName(type_name) {}
641 return N->getKind() == CheckValueType;
H A DDAGISelMatcherEmitter.cpp377 case Matcher::CheckValueType:
762 case Matcher::CheckValueType: OS << "OPC_CheckValueType"; break;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2077 CheckValueType(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2169 Result = !::CheckValueType(Table, Index, N, SDISel.TLI);
2539 if (!::CheckValueType(MatcherTable, MatcherIndex, N, TLI)) break;

Completed in 228 milliseconds