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 | 699 case Matcher::CheckValueType: in EmitMatcher() 1246 case Matcher::CheckValueType: in getOpcodeString()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 2901 CheckValueType(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckValueType() function 3096 Result = !::CheckValueType(Table, Index, N, SDISel.TLI, in IsPredicateKnownToFail() 3715 if (!::CheckValueType(MatcherTable, MatcherIndex, N, TLI, in SelectCodeCommon()
|