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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp90 const MachineOperand *VRRegMO = nullptr; local
94 VRRegMO = &Use.getOperand(0);
99 VRRegMO = &Use.getOperand(1);
103 VRRegMO = &Use.getOperand(2);
115 if (VRRegMO->getSubReg())
116 PhysReg = getMatchingSuperReg(PhysReg, VRRegMO->getSubReg(),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp767 auto tryAddHint = [&](const MachineOperand &VRRegMO, const MachineOperand &MO,
772 assert(!MO.getSubReg() && !VRRegMO.getSubReg() && "Unexpected subreg!");

Completed in 108 milliseconds