Searched refs:CheckValueType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.h | 79 CheckValueType, enumerator 145 case CheckValueType: in isSimplePredicateNode() 691 : Matcher(CheckValueType), VT(SimpleVT) {} in CheckValueTypeMatcher() 696 return N->getKind() == CheckValueType; in classof()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 722 case Matcher::CheckValueType: { in EmitMatcher() 1302 case Matcher::CheckValueType: in getOpcodeString()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2958 CheckValueType(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckValueType() function 3151 Result = !::CheckValueType(Table, Index, N, SDISel.TLI, in IsPredicateKnownToFail() 3772 if (!::CheckValueType(MatcherTable, MatcherIndex, N, TLI, in SelectCodeCommon()
|