Searched refs:VRRegMO (Results 1 – 2 of 2) sorted by relevance
89 const MachineOperand *VRRegMO = nullptr; in getRegAllocationHints() local93 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()
920 auto tryAddHint = [&](const MachineOperand &VRRegMO, const MachineOperand &MO, in getRegAllocationHints()928 !MO.getSubReg() && !VRRegMO.getSubReg()) { in getRegAllocationHints()