Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h79 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 DDAGISelMatcherEmitter.cpp699 case Matcher::CheckValueType: in EmitMatcher()
1246 case Matcher::CheckValueType: in getOpcodeString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2901 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()