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 | 154 ImmTyOpSel, enumerator 438 bool isOpSel() const { return isImmTy(ImmTyOpSel); } in isOpSel() 1161 case ImmTyOpSel: OS << "OpSel"; break; in printImmTy() 5411 Error(getImmLoc(AMDGPUOperand::ImmTyOpSel, Operands), in validateInstruction() 5435 Error(getImmLoc(AMDGPUOperand::ImmTyOpSel, Operands), in validateInstruction() 9074 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyOpSel); in cvtVINTERP() 9158 auto OpselIdx = OptionalIdx.find(AMDGPUOperand::ImmTyOpSel); in cvtScaledMFMA() 9285 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSel); in cvtVOP3P() 9864 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyOpSel); in cvtVOP3DPP()
|