Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8255 OptionalImmIndexMap &OptIdx) { in cvtVOP3P() argument
8277 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSel); in cvtVOP3P()
8283 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSelHi, in cvtVOP3P()
8289 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyNegLo); in cvtVOP3P()
8290 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyNegHi); in cvtVOP3P()
8346 OptionalImmIndexMap OptIdx; in cvtVOP3P() local
8347 cvtVOP3(Inst, Operands, OptIdx); in cvtVOP3P()
8348 cvtVOP3P(Inst, Operands, OptIdx); in cvtVOP3P()