Home
last modified time | relevance | path

Searched refs:getRegAllocationHint (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h259 getRegAllocationHint(unsigned Reg) const { in getRegAllocationHint() function
266 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(Reg); in getSimpleHint()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAllocationOrder.cpp31 VRM.getRegInfo().getRegAllocationHint(VirtReg); in AllocationOrder()
DCalcSpillWeights.cpp104 bool noHint = mri.getRegAllocationHint(li.reg).first != 0; in CalculateWeightAndHint()
DVirtRegMap.cpp119 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(virtReg); in getRegAllocPref()
DLiveInterval.cpp557 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(RHS.reg); in Copy()
DRegAllocLinearScan.cpp1427 std::pair<unsigned, unsigned> Hint = mri_->getRegAllocationHint(cur->reg); in getFreePhysReg()
DLiveIntervalAnalysis.cpp1270 std::pair<unsigned, unsigned> Hint = mri_->getRegAllocationHint(Reg); in rewriteInstructionForSpills()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp262 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/
DCalcSpillWeights.cpp146 bool noHint = mri.getRegAllocationHint(li.reg).first != 0; in calculateSpillWeightAndHint()
DTargetRegisterInfo.cpp337 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()
DVirtRegMap.cpp92 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h685 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/
DARMBaseRegisterInfo.cpp571 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(Reg); in UpdateRegAllocHint()
580 Hint = MRI->getRegAllocationHint(OtherReg); in UpdateRegAllocHint()