Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp382 if (!AMDGPU::isSISrcOperand(Desc, i)) in encodeInstruction()
581 if (AMDGPU::isSISrcOperand(Desc, OpNo)) { in getMachineOpValueCommon()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1148 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo);
H A DAMDGPUBaseInfo.cpp2156 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo) { in isSISrcOperand() function
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2092 if (AMDGPU::isSISrcOperand(AsmParser->getMII()->get(Inst.getOpcode()), in addImmOperands()
2108 assert(AMDGPU::isSISrcOperand(InstDesc, OpNum)); in addLiteralImmOperand()
3358 if (!AMDGPU::isSISrcOperand(Desc, OpIdx) || in isInlineConstant()
4196 if (AMDGPU::isSISrcOperand(Desc, OpIdx)) { in validateSOPLiteral()
4301 if (!isSISrcOperand(Desc, OpIdx)) in validateVOPLiteral()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3870 if (!isVOP3(MI) || !AMDGPU::isSISrcOperand(InstDesc, OpNo)) in isImmOperandLegal()
5128 (AMDGPU::isSISrcOperand(InstDesc, i) && in isOperandLegal()