Home
last modified time | relevance | path

Searched refs:setRegAllocationHint (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp370 MRI.setRegAllocationHint(Dest->getReg(), 0, Src0->getReg()); in runOnMachineFunction()
371 MRI.setRegAllocationHint(Src0->getReg(), 0, Dest->getReg()); in runOnMachineFunction()
440 MRI.setRegAllocationHint(MI.getOperand(0).getReg(), 0, AMDGPU::VCC); in runOnMachineFunction()
456 MRI.setRegAllocationHint(SReg, 0, AMDGPU::VCC); in runOnMachineFunction()
474 MRI.setRegAllocationHint(SDst->getReg(), 0, AMDGPU::VCC); in runOnMachineFunction()
482 MRI.setRegAllocationHint(Src2->getReg(), 0, AMDGPU::VCC); in runOnMachineFunction()
DSIInstrInfo.cpp4979 MRI.setRegAllocationHint(UnusedCarry, 0, AMDGPU::VCC); in getAddNoCarry()
/external/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp284 MRI.setRegAllocationHint(Dest.getReg(), 0, Src0.getReg()); in runOnMachineFunction()
338 MRI.setRegAllocationHint(MI.getOperand(0).getReg(), 0, AMDGPU::VCC); in runOnMachineFunction()
354 MRI.setRegAllocationHint(SReg, 0, AMDGPU::VCC); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCalcSpillWeights.cpp158 mri.setRegAllocationHint(li.reg, 0, hint); in CalculateWeightAndHint()
DRegAllocLinearScan.cpp1012 mri_->setRegAllocationHint(cur->reg, 0, Reg); in assignRegOrStackSlotAtInterval()
1128 mri_->setRegAllocationHint(NextReloadLI->reg, 0, physReg); in assignRegOrStackSlotAtInterval()
1363 mri_->setRegAllocationHint(i->reg, 0, 0); in assignRegOrStackSlotAtInterval()
DLiveInterval.cpp558 MRI->setRegAllocationHint(reg, Hint.first, Hint.second); in Copy()
DLiveIntervalAnalysis.cpp1272 mri_->setRegAllocationHint(NewVReg, Hint.first, Hint.second); in rewriteInstructionForSpills()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp210 mri.setRegAllocationHint(li.reg, 0, hint); in calculateSpillWeightAndHint()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h670 void setRegAllocationHint(unsigned VReg, unsigned Type, unsigned PrefReg) { in setRegAllocationHint() function
679 setRegAllocationHint(VReg, /*Type=*/0, PrefReg); in setSimpleHint()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h251 void setRegAllocationHint(unsigned Reg, unsigned Type, unsigned PrefReg) { in setRegAllocationHint() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h755 void setRegAllocationHint(unsigned VReg, unsigned Type, unsigned PrefReg) { in setRegAllocationHint() function
772 setRegAllocationHint(VReg, /*Type=*/0, PrefReg); in setSimpleHint()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp325 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg); in updateRegAllocHint()
327 MRI->setRegAllocationHint(NewReg, in updateRegAllocHint()
DARMLoadStoreOptimizer.cpp2270 MRI->setRegAllocationHint(FirstReg, ARMRI::RegPairEven, SecondReg); in RescheduleOps()
2271 MRI->setRegAllocationHint(SecondReg, ARMRI::RegPairOdd, FirstReg); in RescheduleOps()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp353 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg); in updateRegAllocHint()
355 MRI->setRegAllocationHint(NewReg, in updateRegAllocHint()
DARMLoadStoreOptimizer.cpp2316 MRI->setRegAllocationHint(FirstReg, ARMRI::RegPairEven, SecondReg); in RescheduleOps()
2317 MRI->setRegAllocationHint(SecondReg, ARMRI::RegPairOdd, FirstReg); in RescheduleOps()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1713 MRI->setRegAllocationHint(EvenReg, ARMRI::RegPairEven, OddReg); in RescheduleOps()
1714 MRI->setRegAllocationHint(OddReg, ARMRI::RegPairOdd, EvenReg); in RescheduleOps()
DARMBaseRegisterInfo.cpp583 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg); in UpdateRegAllocHint()