Searched refs:isSISrcOperand (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | SIMCCodeEmitter.cpp | 382 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 D | AMDGPUBaseInfo.h | 1148 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo);
|
H A D | AMDGPUBaseInfo.cpp | 2156 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo) { in isSISrcOperand() function
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 2092 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 D | SIInstrInfo.cpp | 3870 if (!isVOP3(MI) || !AMDGPU::isSISrcOperand(InstDesc, OpNo)) in isImmOperandLegal() 5128 (AMDGPU::isSISrcOperand(InstDesc, i) && in isOperandLegal()
|