Home
last modified time | relevance | path

Searched refs:CheckAndImm (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcher.h72 CheckAndImm, enumerator
126 case CheckAndImm: in isSimplePredicateNode()
694 : Matcher(CheckAndImm), Value(value) {} in CheckAndImmMatcher()
699 return N->getKind() == CheckAndImm; in classof()
DDAGISelMatcherEmitter.cpp558 case Matcher::CheckAndImm: { in EmitMatcher()
965 case Matcher::CheckAndImm: return "OPC_CheckAndImm"; break; in getOpcodeString()
/external/llvm/utils/TableGen/
DDAGISelMatcher.h72 CheckAndImm, enumerator
126 case CheckAndImm: in isSimplePredicateNode()
694 : Matcher(CheckAndImm), Value(value) {} in CheckAndImmMatcher()
699 return N->getKind() == CheckAndImm; in classof()
DDAGISelMatcherEmitter.cpp443 case Matcher::CheckAndImm: { in EmitMatcher()
802 case Matcher::CheckAndImm: OS << "OPC_CheckAndImm"; break; in EmitHistogram()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.h68 CheckAndImm, enumerator
134 case CheckAndImm: in isSimplePredicateNode()
707 : Matcher(CheckAndImm), Value(value) {} in CheckAndImmMatcher()
712 return N->getKind() == CheckAndImm; in classof()
DDAGISelMatcherEmitter.cpp401 case Matcher::CheckAndImm: { in EmitMatcher()
764 case Matcher::CheckAndImm: OS << "OPC_CheckAndImm"; break; in EmitHistogram()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1911 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckAndImm() function
1986 Result = !::CheckAndImm(Table, Index, N, SDISel); in IsPredicateKnownToFail()
2353 if (!::CheckAndImm(MatcherTable, MatcherIndex, N, *this)) break; in SelectCodeCommon()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2568 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckAndImm() function
2662 Result = !::CheckAndImm(Table, Index, N, SDISel); in IsPredicateKnownToFail()
3114 if (!::CheckAndImm(MatcherTable, MatcherIndex, N, *this)) break; in SelectCodeCommon()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2712 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckAndImm() function
2812 Result = !::CheckAndImm(Table, Index, N, SDISel); in IsPredicateKnownToFail()
3285 if (!::CheckAndImm(MatcherTable, MatcherIndex, N, *this)) break; in SelectCodeCommon()