Searched refs:getRegAllocationHint (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 259 getRegAllocationHint(unsigned Reg) const { in getRegAllocationHint() function 266 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(Reg); in getSimpleHint()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | AllocationOrder.cpp | 31 VRM.getRegInfo().getRegAllocationHint(VirtReg); in AllocationOrder()
|
D | CalcSpillWeights.cpp | 104 bool noHint = mri.getRegAllocationHint(li.reg).first != 0; in CalculateWeightAndHint()
|
D | VirtRegMap.cpp | 119 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(virtReg); in getRegAllocPref()
|
D | LiveInterval.cpp | 557 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(RHS.reg); in Copy()
|
D | RegAllocLinearScan.cpp | 1427 std::pair<unsigned, unsigned> Hint = mri_->getRegAllocationHint(cur->reg); in getFreePhysReg()
|
D | LiveIntervalAnalysis.cpp | 1270 std::pair<unsigned, unsigned> Hint = mri_->getRegAllocationHint(Reg); in rewriteInstructionForSpills()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 262 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints() 313 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint() 322 Hint = MRI->getRegAllocationHint(OtherReg); in updateRegAllocHint()
|
/external/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 146 bool noHint = mri.getRegAllocationHint(li.reg).first != 0; in calculateSpillWeightAndHint()
|
D | TargetRegisterInfo.cpp | 337 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()
|
D | VirtRegMap.cpp | 92 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 685 getRegAllocationHint(unsigned VReg) const { in getRegAllocationHint() function 694 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(VReg); in getSimpleHint()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 571 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(Reg); in UpdateRegAllocHint() 580 Hint = MRI->getRegAllocationHint(OtherReg); in UpdateRegAllocHint()
|