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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp95 const MachineOperand *VRRegMO = nullptr; local
99 VRRegMO = &Use.getOperand(0);
104 VRRegMO = &Use.getOperand(1);
108 VRRegMO = &Use.getOperand(2);
120 if (VRRegMO->getSubReg())
121 PhysReg = getMatchingSuperReg(PhysReg, VRRegMO->getSubReg(),

Completed in 153 milliseconds