Lines Matching refs:OpName
128 llvm::AMDGPU::OpName OpName; in lowerT16D16Helper() local
131 OpName = llvm::AMDGPU::OpName::vdst; in lowerT16D16Helper()
133 OpName = llvm::AMDGPU::OpName::data0; in lowerT16D16Helper()
137 OpName = AMDGPU::hasNamedOperand(Opcode, llvm::AMDGPU::OpName::vdata) in lowerT16D16Helper()
138 ? llvm::AMDGPU::OpName::vdata in lowerT16D16Helper()
139 : llvm::AMDGPU::OpName::vdst; in lowerT16D16Helper()
143 int VDstOrVDataIdx = AMDGPU::getNamedOperandIdx(Opcode, OpName); in lowerT16D16Helper()
166 if (AMDGPU::hasNamedOperand(MCOpcode, AMDGPU::OpName::vdst_in)) { in lowerT16D16Helper()
216 int FIIdx = AMDGPU::getNamedOperandIdx(MCOpcode, AMDGPU::OpName::fi); in lower()
257 TII->getNamedOperand(*MI, MI->mayLoad() ? AMDGPU::OpName::vdst in emitVGPRBlockComment()
258 : AMDGPU::OpName::vdata) in emitVGPRBlockComment()