Searched refs:ImmTyOpSel (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 150 ImmTyOpSel, enumerator 401 bool isOpSel() const { return isImmTy(ImmTyOpSel); } in isOpSel() 1113 case ImmTyOpSel: OS << "OpSel"; break; in printImmTy() 5079 Error(getImmLoc(AMDGPUOperand::ImmTyOpSel, Operands), in validateInstruction() 8602 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyOpSel); in cvtVINTERP() 8728 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSel); in cvtVOP3P() 9279 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyOpSel); in cvtVOP3DPP()
|