Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h70 CheckValueType, enumerator
125 case CheckValueType: in isSimplePredicateNode()
635 : Matcher(CheckValueType), TypeName(type_name) {} in CheckValueTypeMatcher()
640 return N->getKind() == CheckValueType; in classof()
H A DDAGISelMatcherEmitter.cpp558 case Matcher::CheckValueType: in EmitMatcher()
999 case Matcher::CheckValueType: return "OPC_CheckValueType"; break; in getOpcodeString()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2731 CheckValueType(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckValueType() function
2846 Result = !::CheckValueType(Table, Index, N, SDISel.TLI, in IsPredicateKnownToFail()
3332 if (!::CheckValueType(MatcherTable, MatcherIndex, N, TLI, in SelectCodeCommon()