Searched refs:CheckAndImm (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 72 CheckAndImm, enumerator 126 case CheckAndImm: in isSimplePredicateNode() 698 : Matcher(CheckAndImm), Value(value) {} in CheckAndImmMatcher() 703 return N->getKind() == CheckAndImm; in classof()
|
| H A D | DAGISelMatcherEmitter.cpp | 582 case Matcher::CheckAndImm: { in EmitMatcher() 1001 case Matcher::CheckAndImm: return "OPC_CheckAndImm"; break; in getOpcodeString()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2761 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckAndImm() function 2861 Result = !::CheckAndImm(Table, Index, N, SDISel); in IsPredicateKnownToFail() 3346 if (!::CheckAndImm(MatcherTable, MatcherIndex, N, *this)) break; in SelectCodeCommon()
|