Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp122 ImmTySWZ, enumerator
368 bool isSWZ() const { return isImmTy(ImmTySWZ); } in isSWZ()
1024 case ImmTySWZ: OS << "SWZ"; break; in printImmTy()
7651 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySWZ); in cvtMubufImpl()
7688 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySWZ); in cvtMtbuf()
7896 {"swz", AMDGPUOperand::ImmTySWZ, true, nullptr},