Home
last modified time | relevance | path

Searched refs:IntA (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp199 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
510 LiveInterval &IntA = in adjustCopiesBackFrom() local
543 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom()
545 if (AS == IntA.end()) return false; in adjustCopiesBackFrom()
616 CopyMI->substituteRegister(IntA.reg, IntB.reg, 0, *TRI); in adjustCopiesBackFrom()
621 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom()
630 shrinkToUses(&IntA); in adjustCopiesBackFrom()
636 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, in hasOtherReachingDefs() argument
642 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs()
645 for (LiveRange::Segment &ASeg : IntA.segments) { in hasOtherReachingDefs()
[all …]
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp182 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/crosvm/devices/src/pci/
Dmod.rs28 IntA, enumerator
/external/crosvm/arch/src/
Dlib.rs177 0 => PciInterruptPin::IntA, in generate_pci_root()