Searched refs:IntA (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 182 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, 476 LiveInterval &IntA = in adjustCopiesBackFrom() local 509 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom() 511 if (AS == IntA.end()) return false; in adjustCopiesBackFrom() 577 CopyMI->substituteRegister(IntA.reg, IntB.reg, 0, *TRI); in adjustCopiesBackFrom() 579 shrinkToUses(&IntA); in adjustCopiesBackFrom() 585 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, in hasOtherReachingDefs() argument 591 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs() 594 for (LiveRange::Segment &ASeg : IntA.segments) { in hasOtherReachingDefs() 628 LiveInterval &IntA = in removeCopyByCommutingDef() local [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 259 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, 591 LiveInterval &IntA = in adjustCopiesBackFrom() local 624 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom() 626 if (AS == IntA.end()) return false; in adjustCopiesBackFrom() 703 CopyMI->substituteRegister(IntA.reg(), IntB.reg(), 0, *TRI); in adjustCopiesBackFrom() 708 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom() 717 shrinkToUses(&IntA); in adjustCopiesBackFrom() 723 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, in hasOtherReachingDefs() argument 729 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs() 732 for (LiveRange::Segment &ASeg : IntA.segments) { in hasOtherReachingDefs() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 259 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, 589 LiveInterval &IntA = in adjustCopiesBackFrom() local 622 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom() 624 if (AS == IntA.end()) return false; in adjustCopiesBackFrom() 695 CopyMI->substituteRegister(IntA.reg, IntB.reg, 0, *TRI); in adjustCopiesBackFrom() 700 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom() 709 shrinkToUses(&IntA); in adjustCopiesBackFrom() 715 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, in hasOtherReachingDefs() argument 721 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs() 724 for (LiveRange::Segment &ASeg : IntA.segments) { in hasOtherReachingDefs() [all …]
|
/external/crosvm/devices/src/pci/ |
D | mod.rs | 37 IntA, enumerator
|
/external/crosvm/arch/src/ |
D | lib.rs | 373 0 => PciInterruptPin::IntA, in generate_pci_root()
|