Home
last modified time | relevance | path

Searched refs:ImmTySDWADstUnused (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp132 ImmTySDWADstUnused, enumerator
397 bool isSDWADstUnused() const { return isImmTy(ImmTySDWADstUnused); } in isSDWADstUnused()
1096 case ImmTySDWADstUnused: OS << "SDWADstUnused"; break; in printImmTy()
9422 Operands.push_back(AMDGPUOperand::CreateImm(this, Int, S, AMDGPUOperand::ImmTySDWADstUnused)); in parseSDWADstUnused()
9513 AMDGPUOperand::ImmTySDWADstUnused, in cvtSDWA()
9527 …addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySDWADstUnused, DstUnused::U… in cvtSDWA()