|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/MachineRegisterInfo.h 779 setRegAllocationHint(VReg, /*Type=*/0, PrefReg);
lib/Target/AMDGPU/SIInstrInfo.cpp 6198 MRI.setRegAllocationHint(UnusedCarry, 0, RI.getVCC());
lib/Target/AMDGPU/SIShrinkInstructions.cpp 364 MRI.setRegAllocationHint(Dest->getReg(), 0, SrcReg->getReg());
365 MRI.setRegAllocationHint(SrcReg->getReg(), 0, Dest->getReg());
645 MRI.setRegAllocationHint(Dest->getReg(), 0, Src0->getReg());
646 MRI.setRegAllocationHint(Src0->getReg(), 0, Dest->getReg());
730 MRI.setRegAllocationHint(MI.getOperand(0).getReg(), 0, VCCReg);
746 MRI.setRegAllocationHint(SReg, 0, VCCReg);
766 MRI.setRegAllocationHint(SDst->getReg(), 0, VCCReg);
774 MRI.setRegAllocationHint(Src2->getReg(), 0, VCCReg);
lib/Target/ARM/ARMBaseRegisterInfo.cpp 370 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
372 MRI->setRegAllocationHint(NewReg,
lib/Target/ARM/ARMLoadStoreOptimizer.cpp 2362 MRI->setRegAllocationHint(FirstReg, ARMRI::RegPairEven, SecondReg);
2363 MRI->setRegAllocationHint(SecondReg, ARMRI::RegPairOdd, FirstReg);