Searched refs:tryAddHint (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.cpp | 706 auto tryAddHint = [&](const MachineOperand &VRRegMO, const MachineOperand &MO, in getRegAllocationHints() local 767 tryAddHint(MO, MI.getOperand(1), NeedGPRC); in getRegAllocationHints() 770 tryAddHint(MO, MI.getOperand(2), NeedGPRC); in getRegAllocationHints() 773 tryAddHint(MO, MI.getOperand(0), NeedGPRC); in getRegAllocationHints() 776 tryAddHint(MO, MI.getOperand(0), NeedGPRC); in getRegAllocationHints()
|
| /openbsd-src/gnu/llvm/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()
|