Searched refs:VDstIdx (Results 1 – 2 of 2) sorted by relevance
879 int VDstIdx = AMDGPU::getNamedOperandIdx(MI.getOpcode(), in convertMIMGInst() local906 bool IsAtomic = (VDstIdx != -1); in convertMIMGInst()996 MI.getOperand(VDstIdx) = MCOperand::createReg(NewVdata); in convertMIMGInst()
4936 const int VDstIdx = AMDGPU::getNamedOperandIdx(TID.Opcode, in getRegClass() local4942 IsAllocatable = VDstIdx != -1 || AMDGPU::hasNamedOperand( in getRegClass()5152 const int VDstIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::vdst); in isOperandLegal() local5155 if ((int)OpIdx == VDstIdx && DataIdx != -1 && in isOperandLegal()5160 if (VDstIdx != -1 && in isOperandLegal()5161 RI.isAGPR(MRI, MI.getOperand(VDstIdx).getReg()) != IsAGPR) in isOperandLegal()