Home | History | Annotate | Download | only in R600

Lines Matching defs:RegIndex

597       int64_t RegIndex = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue();
598 unsigned Reg = AMDGPU::R600_TReg32RegClass.getRegister(RegIndex);
630 int64_t RegIndex = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
631 unsigned Reg = AMDGPU::R600_TReg32RegClass.getRegister(RegIndex);