Searched refs:tryAddHint (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.cpp | 920 auto tryAddHint = [&](const MachineOperand &VRRegMO, const MachineOperand &MO, in getRegAllocationHints() local 1011 tryAddHint(MO, MI.getOperand(1), NeedGPRC); in getRegAllocationHints() 1014 tryAddHint(MO, MI.getOperand(2), NeedGPRC); in getRegAllocationHints() 1017 tryAddHint(MO, MI.getOperand(0), NeedGPRC); in getRegAllocationHints() 1020 tryAddHint(MO, MI.getOperand(0), NeedGPRC); in getRegAllocationHints() 1037 tryAddHint(MO, MI.getOperand(1), /*NeedGPRC=*/false); in getRegAllocationHints() 1039 tryAddHint(MO, MI.getOperand(0), /*NeedGPRC=*/false); in getRegAllocationHints()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.cpp | 107 auto tryAddHint = [&](const MachineOperand *MO) -> void { in getRegAllocationHints() local 121 tryAddHint(OtherMO); in getRegAllocationHints() 123 tryAddHint(CommuMO); in getRegAllocationHints()
|