/external/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 46 if (MC->getChildNo() < 8) // Only have RecordChild0...7 in ContractNodes() 47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes() 51 if (MC->getChildNo() < 8 && // Only have CheckChildType0...7 in ContractNodes() 53 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType()); in ContractNodes() 56 if (MC->getChildNo() < 4) // Only have CheckChildSame0...3 in ContractNodes() 57 New = new CheckChildSameMatcher(MC->getChildNo(), CS->getMatchNumber()); in ContractNodes() 60 if (MC->getChildNo() < 5) // Only have CheckChildInteger0...4 in ContractNodes() 61 New = new CheckChildIntegerMatcher(MC->getChildNo(), CS->getValue()); in ContractNodes()
|
D | DAGISelMatcherEmitter.cpp | 233 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher() 255 if (MCM->getChildNo() >= 8) in EmitMatcher() 257 OS << MCM->getChildNo() << ",\n"; in EmitMatcher() 258 return (MCM->getChildNo() >= 8) ? 2 : 1; in EmitMatcher() 272 << cast<CheckChildSameMatcher>(N)->getChildNo() << "Same, " in EmitMatcher() 396 << cast<CheckChildTypeMatcher>(N)->getChildNo() << "Type, " in EmitMatcher() 407 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()
|
D | DAGISelMatcher.h | 264 unsigned getChildNo() const { return ChildNo; } in getChildNo() function 275 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl() 316 unsigned getChildNo() const { return ChildNo; } in getChildNo() function 325 return cast<MoveChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl() 376 unsigned getChildNo() const { return ChildNo; } in getChildNo() function 540 unsigned getChildNo() const { return ChildNo; } in getChildNo() function 588 unsigned getChildNo() const { return ChildNo; } in getChildNo() function
|
D | DAGISelMatcher.cpp | 360 if (CC->getChildNo() != getChildNo()) in isContradictoryImpl() 378 if (CCIM->getChildNo() != getChildNo()) in isContradictoryImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherOpt.cpp | 46 if (MC->getChildNo() < 8) // Only have RecordChild0...7 in ContractNodes() 47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes() 51 if (MC->getChildNo() < 8 && // Only have CheckChildType0...7 in ContractNodes() 53 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType()); in ContractNodes() 56 if (MC->getChildNo() < 4) // Only have CheckChildSame0...3 in ContractNodes() 57 New = new CheckChildSameMatcher(MC->getChildNo(), CS->getMatchNumber()); in ContractNodes() 60 if (MC->getChildNo() < 5) // Only have CheckChildInteger0...4 in ContractNodes() 61 New = new CheckChildIntegerMatcher(MC->getChildNo(), CS->getValue()); in ContractNodes()
|
D | DAGISelMatcher.h | 264 unsigned getChildNo() const { return ChildNo; } in getChildNo() function 275 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl() 316 unsigned getChildNo() const { return ChildNo; } in getChildNo() function 325 return cast<MoveChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl() 376 unsigned getChildNo() const { return ChildNo; } in getChildNo() function 540 unsigned getChildNo() const { return ChildNo; } in getChildNo() function 588 unsigned getChildNo() const { return ChildNo; } in getChildNo() function
|
D | DAGISelMatcher.cpp | 359 if (CC->getChildNo() != getChildNo()) in isContradictoryImpl() 377 if (CCIM->getChildNo() != getChildNo()) in isContradictoryImpl()
|
D | DAGISelMatcherEmitter.cpp | 346 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher() 368 if (MCM->getChildNo() >= 8) in EmitMatcher() 370 OS << MCM->getChildNo() << ",\n"; in EmitMatcher() 371 return (MCM->getChildNo() >= 8) ? 2 : 1; in EmitMatcher() 385 << cast<CheckChildSameMatcher>(N)->getChildNo() << "Same, " in EmitMatcher() 511 << cast<CheckChildTypeMatcher>(N)->getChildNo() << "Type, " in EmitMatcher() 522 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcher.h | 276 unsigned getChildNo() const { return ChildNo; } in getChildNo() function 289 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl() 291 virtual unsigned getHashImpl() const { return getChildNo(); } in getHashImpl() 337 unsigned getChildNo() const { return ChildNo; } in getChildNo() function 348 return cast<MoveChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl() 350 virtual unsigned getHashImpl() const { return getChildNo(); } in getHashImpl() 560 unsigned getChildNo() const { return ChildNo; } in getChildNo() function
|
D | DAGISelMatcherOpt.cpp | 46 if (MC->getChildNo() < 8) // Only have RecordChild0...7 in ContractNodes() 47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes() 51 if (MC->getChildNo() < 8 && // Only have CheckChildType0...7 in ContractNodes() 53 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType()); in ContractNodes()
|
D | DAGISelMatcher.cpp | 390 if (CC->getChildNo() != getChildNo()) in isContradictoryImpl()
|
D | DAGISelMatcherEmitter.cpp | 215 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher() 233 OS << "OPC_MoveChild, " << cast<MoveChildMatcher>(N)->getChildNo() << ",\n"; in EmitMatcher() 362 << cast<CheckChildTypeMatcher>(N)->getChildNo() << "Type, " in EmitMatcher()
|