Home
last modified time | relevance | path

Searched refs:tryAddHint (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp108 auto tryAddHint = [&](const MachineOperand *MO) -> void { in getRegAllocationHints() local
122 tryAddHint(OtherMO); in getRegAllocationHints()
124 tryAddHint(CommuMO); in getRegAllocationHints()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp767 auto tryAddHint = [&](const MachineOperand &VRRegMO, const MachineOperand &MO, in getRegAllocationHints() local
855 tryAddHint(MO, MI.getOperand(1), NeedGPRC); in getRegAllocationHints()
858 tryAddHint(MO, MI.getOperand(2), NeedGPRC); in getRegAllocationHints()
861 tryAddHint(MO, MI.getOperand(0), NeedGPRC); in getRegAllocationHints()
864 tryAddHint(MO, MI.getOperand(0), NeedGPRC); in getRegAllocationHints()