Home
last modified time | relevance | path

Searched refs:CheckOpcode (Results 1 – 8 of 8) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp150 Matcher *CheckOpcode = CheckType->takeNext(); in ContractNodes() local
151 Matcher *Tail = CheckOpcode->takeNext(); in ContractNodes()
154 MatcherPtr.reset(CheckOpcode); in ContractNodes()
155 CheckOpcode->setNext(CheckType); in ContractNodes()
DDAGISelMatcher.h62 CheckOpcode, // Fail if not opcode. enumerator
119 case CheckOpcode: in isSimplePredicateNode()
440 : Matcher(CheckOpcode), Opcode(opcode) {} in CheckOpcodeMatcher()
445 return N->getKind() == CheckOpcode; in classof()
DDAGISelMatcherEmitter.cpp293 case Matcher::CheckOpcode: in EmitMatcher()
792 case Matcher::CheckOpcode: OS << "OPC_CheckOpcode"; break; in EmitHistogram()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherOpt.cpp161 Matcher *CheckOpcode = CheckType->takeNext(); in ContractNodes() local
162 Matcher *Tail = CheckOpcode->takeNext(); in ContractNodes()
165 MatcherPtr.reset(CheckOpcode); in ContractNodes()
166 CheckOpcode->setNext(CheckType); in ContractNodes()
DDAGISelMatcher.h59 CheckOpcode, // Fail if not opcode. enumerator
128 case CheckOpcode: in isSimplePredicateNode()
452 : Matcher(CheckOpcode), Opcode(opcode) {} in CheckOpcodeMatcher()
457 return N->getKind() == CheckOpcode; in classof()
DDAGISelMatcherEmitter.cpp262 case Matcher::CheckOpcode: in EmitMatcher()
755 case Matcher::CheckOpcode: OS << "OPC_CheckOpcode"; break; in EmitHistogram()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1854 CheckOpcode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckOpcode() function
1960 Result = !::CheckOpcode(Table, Index, N.getNode()); in IsPredicateKnownToFail()
2266 if (!::CheckOpcode(MatcherTable, MatcherIndex, N.getNode())) break; in SelectCodeCommon()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2503 CheckOpcode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckOpcode() function
2625 Result = !::CheckOpcode(Table, Index, N.getNode()); in IsPredicateKnownToFail()
3016 if (!::CheckOpcode(MatcherTable, MatcherIndex, N.getNode())) break; in SelectCodeCommon()