Searched refs:CheckValueType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 79 CheckValueType, enumerator 145 case CheckValueType: in isSimplePredicateNode() 702 : Matcher(CheckValueType), TypeName(type_name) {} in CheckValueTypeMatcher() 707 return N->getKind() == CheckValueType; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 705 case Matcher::CheckValueType: in EmitMatcher() 1245 case Matcher::CheckValueType: in getOpcodeString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2767 CheckValueType(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckValueType() function 2962 Result = !::CheckValueType(Table, Index, N, SDISel.TLI, in IsPredicateKnownToFail() 3572 if (!::CheckValueType(MatcherTable, MatcherIndex, N, TLI, in SelectCodeCommon()
|