/external/llvm/lib/CodeGen/ |
D | LiveRegMatrix.cpp | 75 unsigned PhysReg, Callable Func) { in foreachUnit() 97 void LiveRegMatrix::assign(LiveInterval &VirtReg, unsigned PhysReg) { in assign() 115 unsigned PhysReg = VRM->getPhys(VirtReg.reg); in unassign() local 140 unsigned PhysReg) { in checkRegMaskInterference() 158 unsigned PhysReg) { in checkRegUnitInterference() 179 LiveRegMatrix::checkInterference(LiveInterval &VirtReg, unsigned PhysReg) { in checkInterference()
|
D | RegAllocFast.cpp | 72 unsigned PhysReg; // Currently held here. member 123 void markRegUsedInInstr(unsigned PhysReg) { in markRegUsedInInstr() 349 unsigned PhysReg = MO.getReg(); in usePhysReg() local 416 void RAFast::definePhysReg(MachineInstr &MI, unsigned PhysReg, in definePhysReg() 507 void RAFast::assignVirtToPhysReg(LiveReg &LR, unsigned PhysReg) { in assignVirtToPhysReg() 516 RAFast::assignVirtToPhysReg(unsigned VirtReg, unsigned PhysReg) { in assignVirtToPhysReg() 556 unsigned PhysReg = *I; in allocVirtReg() local 685 bool RAFast::setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) { in setPhysReg() 759 unsigned PhysReg = LRI->PhysReg; in handleThroughOperands() local 782 unsigned PhysReg = LRI->PhysReg; in handleThroughOperands() local [all …]
|
D | RegAllocGreedy.cpp | 263 unsigned PhysReg; member 411 unsigned PhysReg; member 622 unsigned PhysReg; in tryAssign() local 664 unsigned PhysReg; in canReassign() local 725 bool RAGreedy::canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, in canEvictInterference() 807 void RAGreedy::evictInterference(LiveInterval &VirtReg, unsigned PhysReg, in evictInterference() 894 while (unsigned PhysReg = Order.next(OrderLimit)) { in tryEvict() local 1390 while (unsigned PhysReg = Order.next()) { in calculateRegionSplitCost() local 1647 void RAGreedy::calcGapWeights(unsigned PhysReg, in calcGapWeights() 1810 while (unsigned PhysReg = Order.next()) { in tryLocalSplit() local [all …]
|
D | RegisterClassInfo.cpp | 99 unsigned PhysReg = RawOrder[i]; in compute() local 121 unsigned PhysReg = CSRAlias[i]; in compute() local
|
D | RegAllocBasic.cpp | 166 bool RABasic::spillInterferences(LiveInterval &VirtReg, unsigned PhysReg, in spillInterferences() 227 while (unsigned PhysReg = Order.next()) { in selectOrSplit() local
|
D | AllocationOrder.h | 82 bool isHint(unsigned PhysReg) const { in isHint()
|
D | InterferenceCache.h | 42 unsigned PhysReg; variable 202 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg()
|
D | RegisterCoalescer.h | 66 CoalescerPair(unsigned VirtReg, unsigned PhysReg, in CoalescerPair()
|
D | LiveRangeCalc.h | 183 void extendToUses(LiveRange &LR, unsigned PhysReg) { in extendToUses()
|
D | VirtRegMap.cpp | 299 unsigned PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns() local 399 unsigned PhysReg = VRM->getPhys(VirtReg); in rewrite() local
|
D | LiveRangeCalc.cpp | 239 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg) { in extend() 275 SlotIndex Use, unsigned PhysReg) { in findReachingDefs()
|
D | MachineRegisterInfo.cpp | 447 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg, in isConstantPhysReg() 504 bool MachineRegisterInfo::isPhysRegModified(unsigned PhysReg, in isPhysRegModified()
|
D | InterferenceCache.cpp | 56 InterferenceCache::Entry *InterferenceCache::get(unsigned PhysReg) { in get()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocBasic.cpp | 189 for (unsigned PhysReg = 0; PhysReg < PhysReg2LiveUnion.numRegs(); ++PhysReg) { in verify() local 205 unsigned PhysReg = VRM->getPhys(reg); in verify() local 276 void RegAllocBase::assign(LiveInterval &VirtReg, unsigned PhysReg) { in assign() 286 void RegAllocBase::unassign(LiveInterval &VirtReg, unsigned PhysReg) { in unassign() 368 unsigned PhysReg) { in checkPhysRegInterference() 377 void RegAllocBase::spillReg(LiveInterval& VirtReg, unsigned PhysReg, in spillReg() 406 RegAllocBase::spillInterferences(LiveInterval &VirtReg, unsigned PhysReg, in spillInterferences() 437 for (unsigned PhysReg = 0; PhysReg < PhysReg2LiveUnion.numRegs(); ++PhysReg) { in addMBBLiveIns() local 492 unsigned PhysReg = *I; in selectOrSplit() local
|
D | RegisterClassInfo.h | 103 unsigned getLastCalleeSavedAlias(unsigned PhysReg) const { in getLastCalleeSavedAlias() 115 bool isReserved(unsigned PhysReg) const { in isReserved() 125 bool isAllocatable(unsigned PhysReg) const { in isAllocatable()
|
D | RegAllocGreedy.cpp | 184 unsigned PhysReg; member 359 if (unsigned PhysReg = VRM->getPhys(VirtReg)) { in LRE_CanEraseVirtReg() local 369 unsigned PhysReg = VRM->getPhys(VirtReg); in LRE_WillShrinkVirtReg() local 448 unsigned PhysReg; in tryAssign() local 521 bool RAGreedy::canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, in canEvictInterference() 582 void RAGreedy::evictInterference(LiveInterval &VirtReg, unsigned PhysReg, in evictInterference() 631 while (unsigned PhysReg = Order.next()) { in tryEvict() local 1106 while (unsigned PhysReg = Order.next()) { in tryRegionSplit() local 1267 void RAGreedy::calcGapWeights(unsigned PhysReg, in calcGapWeights() 1373 while (unsigned PhysReg = Order.next()) { in tryLocalSplit() local [all …]
|
D | RegAllocFast.cpp | 74 unsigned PhysReg; // Currently held here. member 325 unsigned PhysReg = MO.getReg(); in usePhysReg() local 383 void RAFast::definePhysReg(MachineInstr *MI, unsigned PhysReg, in definePhysReg() 470 void RAFast::assignVirtToPhysReg(LiveRegEntry &LRE, unsigned PhysReg) { in assignVirtToPhysReg() 507 unsigned PhysReg = *I; in allocVirtReg() local 627 bool RAFast::setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) { in setPhysReg() 697 unsigned PhysReg = LRI->second.PhysReg; in handleThroughOperands() local 710 unsigned PhysReg = LRI->second.PhysReg; in handleThroughOperands() local 935 unsigned PhysReg = LRI->second.PhysReg; in AllocateBasicBlock() local 991 unsigned PhysReg = LRI->second.PhysReg; in AllocateBasicBlock() local
|
D | VirtRegRewriter.cpp | 288 unsigned PhysReg, in ComputeReloadLoc() 406 void markClobbered(unsigned PhysReg) { in markClobbered() 437 unsigned GetRegForReload(unsigned VirtReg, unsigned PhysReg, MachineInstr *MI, in GetRegForReload() 723 void AvailableSpills::disallowClobberPhysRegOnly(unsigned PhysReg) { in disallowClobberPhysRegOnly() 740 void AvailableSpills::disallowClobberPhysReg(unsigned PhysReg) { in disallowClobberPhysReg() 748 void AvailableSpills::ClobberPhysRegOnly(unsigned PhysReg) { in ClobberPhysRegOnly() 769 void AvailableSpills::ClobberPhysReg(unsigned PhysReg) { in ClobberPhysReg() 866 unsigned PhysReg, in GetRegForReload() 980 static bool FoldsStackSlotModRef(MachineInstr &MI, int SS, unsigned PhysReg, in FoldsStackSlotModRef() 1076 void AssignPhysToVirtReg(MachineInstr *MI, unsigned VirtReg, unsigned PhysReg, in AssignPhysToVirtReg() [all …]
|
D | AllocationOrder.h | 68 bool isHint(unsigned PhysReg) const { return PhysReg == Hint; } in isHint()
|
D | InterferenceCache.h | 40 unsigned PhysReg; variable 169 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) { in setPhysReg()
|
D | RegisterClassInfo.cpp | 86 unsigned PhysReg = RawOrder[i]; in compute() local
|
D | RegAllocBase.h | 113 LiveIntervalUnion::Query &query(LiveInterval &VirtReg, unsigned PhysReg) { in query()
|
D | InterferenceCache.cpp | 36 InterferenceCache::Entry *InterferenceCache::get(unsigned PhysReg) { in get()
|
/external/llvm/include/llvm/CodeGen/ |
D | RegisterClassInfo.h | 109 unsigned getLastCalleeSavedAlias(unsigned PhysReg) const { in getLastCalleeSavedAlias()
|
D | MachineRegisterInfo.h | 752 bool canReserveReg(unsigned PhysReg) const { in canReserveReg() 771 bool isReserved(unsigned PhysReg) const { in isReserved() 781 bool isAllocatable(unsigned PhysReg) const { in isAllocatable()
|