Searched refs:tryAddHint (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 108 auto tryAddHint = [&](const MachineOperand *MO) -> void { in getRegAllocationHints() local 122 tryAddHint(OtherMO); in getRegAllocationHints() 124 tryAddHint(CommuMO); in getRegAllocationHints()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.cpp | 818 auto tryAddHint = [&](const MachineOperand &VRRegMO, const MachineOperand &MO, in getRegAllocationHints() local 909 tryAddHint(MO, MI.getOperand(1), NeedGPRC); in getRegAllocationHints() 912 tryAddHint(MO, MI.getOperand(2), NeedGPRC); in getRegAllocationHints() 915 tryAddHint(MO, MI.getOperand(0), NeedGPRC); in getRegAllocationHints() 918 tryAddHint(MO, MI.getOperand(0), NeedGPRC); in getRegAllocationHints()
|