Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp308 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()
358 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint()
367 Hint = MRI->getRegAllocationHint(OtherReg); in updateRegAllocHint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h792 getRegAllocationHint(Register VReg) const { in getRegAllocationHint() function
804 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(VReg); in getSimpleHint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp162 std::pair<unsigned, unsigned> TargetHint = mri.getRegAllocationHint(li.reg); in weightCalcHelper()
DVirtRegMap.cpp111 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference()