Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp9241 OptionalImmIndexMap &OptIdx) { in cvtVOP3P() argument
9277 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyBitOp3); in cvtVOP3P()
9285 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSel); in cvtVOP3P()
9291 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSelHi, in cvtVOP3P()
9296 addOptionalImmOperand(Inst, Operands, OptIdx, in cvtVOP3P()
9300 addOptionalImmOperand(Inst, Operands, OptIdx, in cvtVOP3P()
9305 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyNegLo); in cvtVOP3P()
9309 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyNegHi); in cvtVOP3P()
9372 OptionalImmIndexMap OptIdx; in cvtVOP3P() local
9373 cvtVOP3(Inst, Operands, OptIdx); in cvtVOP3P()
[all …]