/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocLinearScan.cpp | 380 reg = vrm_->getPhys(reg); in printIntervals() 484 CandReg = vrm_->getPhys(CandReg); in attemptTrivialCoalescing() 629 reg = vrm_->getPhys(reg); in linearScan() 652 Reg = attemptTrivialCoalescing(cur, vrm_->getPhys(cur.reg)); in linearScan() 699 reg = vrm_->getPhys(reg); in processActiveIntervals() 712 reg = vrm_->getPhys(reg); in processActiveIntervals() 753 reg = vrm_->getPhys(reg); in processInactiveIntervals() 864 unsigned PhysReg = vrm_->getPhys(Reg); in findIntervalsToSpill() 879 unsigned PhysReg = vrm_->getPhys(Reg); in findIntervalsToSpill() 1005 Reg = vrm_->getPhys(SrcReg); in assignRegOrStackSlotAtInterval() [all …]
|
D | VirtRegMap.h | 172 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys() 177 unsigned getPhys(unsigned virtReg) const { in getPhys() function 213 return getPhys(VirtReg) == getRegAllocPref(VirtReg); in hasPreferredPhys()
|
D | VirtRegRewriter.cpp | 120 unsigned pReg = VRM.getPhys(reg); in runOnMachineFunction() 696 unsigned Phys = VRM.getPhys(VirtReg); in ReMaterialize() 1010 Reg = VRM.getPhys(Reg); in FoldsStackSlotModRef() 1431 unsigned PhysReg = VRM->getPhys(VirtReg); in OptimizeByUnfold() 1444 PhysReg = VRM->getPhys(VirtReg); in OptimizeByUnfold() 1792 unsigned Phys = VRM->getPhys(VirtReg); in InsertRestores() 1903 unsigned Phys = VRM->getPhys(VirtReg); in InsertSpills() 1978 unsigned Phys = VRM->getPhys(VirtReg); in ProcessUses() 2069 << PrintReg(VRM->getPhys(VirtReg), TRI) << '\n'); in ProcessUses() 2092 VRM->getPhys(VirtReg), VirtReg); in ProcessUses() [all …]
|
D | AllocationOrder.cpp | 38 Hint = VRM.getPhys(Hint); in AllocationOrder()
|
D | VirtRegMap.cpp | 122 physReg = getPhys(physReg); in getRegAllocPref() 282 unsigned PhysReg = getPhys(VirtReg); in rewrite()
|
D | RegAllocBasic.cpp | 205 unsigned PhysReg = VRM->getPhys(reg); in verify() 289 assert(VRM->getPhys(VirtReg.reg) == PhysReg && "Inconsistent unassign"); in unassign()
|
D | RegAllocGreedy.cpp | 359 if (unsigned PhysReg = VRM->getPhys(VirtReg)) { in LRE_CanEraseVirtReg() 369 unsigned PhysReg = VRM->getPhys(VirtReg); in LRE_WillShrinkVirtReg() 598 unassign(*Intf, VRM->getPhys(Intf->reg)); in evictInterference()
|
D | LiveDebugVariables.cpp | 887 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations() 891 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
|
D | RegAllocPBQP.cpp | 607 reg = vrm->getPhys(li->reg); in finalizeAlloc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | VirtRegMap.h | 96 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys() 101 unsigned getPhys(unsigned virtReg) const { in getPhys() function
|
/external/llvm/include/llvm/CodeGen/ |
D | VirtRegMap.h | 93 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys() 98 unsigned getPhys(unsigned virtReg) const { in getPhys() function
|
/external/llvm/lib/CodeGen/ |
D | VirtRegMap.cpp | 87 Hint = getPhys(Hint); in hasPreferredPhys() 88 return getPhys(VirtReg) == Hint; in hasPreferredPhys() 299 unsigned PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns() 399 unsigned PhysReg = VRM->getPhys(VirtReg); in rewrite()
|
D | LiveRegMatrix.cpp | 115 unsigned PhysReg = VRM->getPhys(VirtReg.reg); in unassign()
|
D | TargetRegisterInfo.cpp | 347 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
|
D | RegAllocGreedy.cpp | 2143 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring() 2331 : VRM->getPhys(OtherReg); in collectHintInfo() 2367 unsigned PhysReg = VRM->getPhys(Reg); in tryHintRecoloring() 2388 unsigned CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring()
|
D | LiveDebugVariables.cpp | 925 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations() 929 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
|
D | InlineSpiller.cpp | 1451 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | VirtRegMap.cpp | 108 Hint = getPhys(Hint); in hasPreferredPhys() 109 return getPhys(VirtReg) == Hint; in hasPreferredPhys() 324 unsigned PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns() 520 unsigned PhysReg = VRM->getPhys(VirtReg); in rewrite()
|
D | LiveRegMatrix.cpp | 122 unsigned PhysReg = VRM->getPhys(VirtReg.reg); in unassign()
|
D | TargetRegisterInfo.cpp | 412 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
|
D | LiveDebugVariables.cpp | 1062 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations() 1066 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
|
D | RegAllocGreedy.cpp | 2625 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring() 2840 : VRM->getPhys(OtherReg); in collectHintInfo() 2876 unsigned PhysReg = VRM->getPhys(Reg); in tryHintRecoloring() 2897 unsigned CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.cpp | 45 unsigned PhysReg = VRM->getPhys(MO.getReg()); in getRC32()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 288 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 317 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()
|