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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h70 CheckValueType, enumerator in enum:llvm::Matcher::KindTy
128 case CheckValueType:
661 : Matcher(CheckValueType), TypeName(type_name) {}
666 return N->getKind() == CheckValueType;
H A DDAGISelMatcherEmitter.cpp562 case Matcher::CheckValueType:
1023 case Matcher::CheckValueType: return "OPC_CheckValueType"; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2552 CheckValueType(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2670 Result = !::CheckValueType(Table, Index, N, SDISel.TLI,
3164 if (!::CheckValueType(MatcherTable, MatcherIndex, N, TLI,

Completed in 175 milliseconds