Searched refs:IntB (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 259 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, 593 LiveInterval &IntB = in adjustCopiesBackFrom() local 613 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom() 614 if (BS == IntB.end()) return false; in adjustCopiesBackFrom() 638 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom() 639 if (ValS == IntB.end()) in adjustCopiesBackFrom() 654 LLVM_DEBUG(dbgs() << "Extending: " << printReg(IntB.reg(), TRI)); in adjustCopiesBackFrom() 665 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom() 669 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom() 672 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 259 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, 591 LiveInterval &IntB = in adjustCopiesBackFrom() local 611 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom() 612 if (BS == IntB.end()) return false; in adjustCopiesBackFrom() 636 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom() 637 if (ValS == IntB.end()) in adjustCopiesBackFrom() 652 LLVM_DEBUG(dbgs() << "Extending: " << printReg(IntB.reg, TRI)); in adjustCopiesBackFrom() 663 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom() 667 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom() 670 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom() [all …]
|
/external/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 182 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, 478 LiveInterval &IntB = in adjustCopiesBackFrom() local 498 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom() 499 if (BS == IntB.end()) return false; in adjustCopiesBackFrom() 523 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom() 524 if (ValS == IntB.end()) in adjustCopiesBackFrom() 539 DEBUG(dbgs() << "Extending: " << PrintReg(IntB.reg, TRI)); in adjustCopiesBackFrom() 550 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom() 554 IntB.MergeValueNumberInto(BValNo, ValS->valno); in adjustCopiesBackFrom() 557 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom() [all …]
|
/external/crosvm/devices/src/pci/ |
D | mod.rs | 38 IntB, enumerator
|
/external/crosvm/arch/src/ |
D | lib.rs | 374 1 => PciInterruptPin::IntB, in generate_pci_root()
|