Searched refs:ImmTyDppRowMask (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
| D | AMDGPUAsmParser.cpp | 155 ImmTyDppRowMask, enumerator 383 bool isRowMask() const { return isImmTy(ImmTyDppRowMask); } in isRowMask() 1044 case ImmTyDppRowMask: OS << "DppRowMask"; break; in printImmTy() 8684 return AMDGPUOperand::CreateImm(this, 0xf, SMLoc(), AMDGPUOperand::ImmTyDppRowMask); in defaultRowMask() 8783 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyDppRowMask, 0xf); in cvtVOP3DPP() 8851 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyDppRowMask, 0xf); in cvtDPP() 9142 AMDGPUOperand::ImmTyDppRowMask); in parseCustomOperand()
|