Searched refs:VDstIdx (Results 1 – 2 of 2) sorted by relevance
948 int VDstIdx = AMDGPU::getNamedOperandIdx(MI.getOpcode(), in convertMIMGInst() local977 bool IsAtomic = (VDstIdx != -1); in convertMIMGInst()1078 MI.getOperand(VDstIdx) = MCOperand::createReg(NewVdata); in convertMIMGInst()
5599 const int VDstIdx = AMDGPU::getNamedOperandIdx(TID.Opcode, in getRegClass() local5605 IsAllocatable = VDstIdx != -1 || AMDGPU::hasNamedOperand( in getRegClass()5791 const int VDstIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::vdst); in isOperandLegal() local5794 if ((int)OpIdx == VDstIdx && DataIdx != -1 && in isOperandLegal()5799 if (VDstIdx != -1 && in isOperandLegal()5800 RI.isAGPR(MRI, MI.getOperand(VDstIdx).getReg()) != IsAGPR) in isOperandLegal()