Searched refs:ImmTyDppRowMask (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 154 ImmTyDppRowMask, enumerator 373 bool isRowMask() const { return isImmTy(ImmTyDppRowMask); } in isRowMask() 1032 case ImmTyDppRowMask: OS << "DppRowMask"; break; in printImmTy() 7922 {"row_mask", AMDGPUOperand::ImmTyDppRowMask, false, nullptr}, 8754 return AMDGPUOperand::CreateImm(this, 0xf, SMLoc(), AMDGPUOperand::ImmTyDppRowMask); in defaultRowMask() 8832 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyDppRowMask, 0xf); in cvtVOP3DPP() 8904 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyDppRowMask, 0xf); in cvtDPP()
|