Searched refs:setRegAllocationHint (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIShrinkInstructions.cpp | 525 MRI->setRegAllocationHint(Dest->getReg(), 0, SrcReg->getReg()); in shrinkScalarLogicOp() 526 MRI->setRegAllocationHint(SrcReg->getReg(), 0, Dest->getReg()); in shrinkScalarLogicOp() 831 MRI->setRegAllocationHint(Dest->getReg(), 0, Src0->getReg()); in runOnMachineFunction() 832 MRI->setRegAllocationHint(Src0->getReg(), 0, Dest->getReg()); in runOnMachineFunction() 934 MRI->setRegAllocationHint(DstReg, 0, VCCReg); in runOnMachineFunction() 951 MRI->setRegAllocationHint(SReg, 0, VCCReg); in runOnMachineFunction() 967 MRI->setRegAllocationHint(SDst->getReg(), 0, VCCReg); in runOnMachineFunction() 977 MRI->setRegAllocationHint(Src2->getReg(), 0, VCCReg); in runOnMachineFunction()
|
| H A D | SIInstrInfo.cpp | 7829 MRI.setRegAllocationHint(UnusedCarry, 0, RI.getVCC()); in getAddNoCarry()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 792 void setRegAllocationHint(Register VReg, unsigned Type, Register PrefReg) { in setRegAllocationHint() function 809 setRegAllocationHint(VReg, /*Type=*/0, PrefReg); in setSimpleHint()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.cpp | 405 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg); in updateRegAllocHint() 407 MRI->setRegAllocationHint(NewReg, in updateRegAllocHint()
|
| H A D | MVETPAndVPTOptimisationsPass.cpp | 1048 MF->getRegInfo().setRegAllocationHint(R, ARMRI::RegLR, 0); in HintDoLoopStartReg()
|
| H A D | ARMLoadStoreOptimizer.cpp | 2473 MRI->setRegAllocationHint(FirstReg, ARMRI::RegPairEven, SecondReg); in RescheduleOps() 2474 MRI->setRegAllocationHint(SecondReg, ARMRI::RegPairOdd, FirstReg); in RescheduleOps()
|