Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp89 const MachineOperand *VRRegMO = nullptr; in getRegAllocationHints() local
93 VRRegMO = &Use.getOperand(0); in getRegAllocationHints()
98 VRRegMO = &Use.getOperand(1); in getRegAllocationHints()
102 VRRegMO = &Use.getOperand(2); in getRegAllocationHints()
114 if (VRRegMO->getSubReg()) in getRegAllocationHints()
115 PhysReg = getMatchingSuperReg(PhysReg, VRRegMO->getSubReg(), in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp920 auto tryAddHint = [&](const MachineOperand &VRRegMO, const MachineOperand &MO, in getRegAllocationHints()
928 !MO.getSubReg() && !VRRegMO.getSubReg()) { in getRegAllocationHints()