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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp330 if (!AMDGPU::isSISrcOperand(Desc, i))
518 if (AMDGPU::isSISrcOperand(Desc, OpNo)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h581 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo);
H A DAMDGPUBaseInfo.cpp1081 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo) { function in namespace:llvm::AMDGPU
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1721 if (AMDGPU::isSISrcOperand(AsmParser->getMII()->get(Inst.getOpcode()),
1736 assert(AMDGPU::isSISrcOperand(InstDesc, OpNum));
2822 if (!AMDGPU::isSISrcOperand(Desc, OpIdx)) {
3505 if (AMDGPU::isSISrcOperand(Desc, OpIdx)) {
3564 if (!AMDGPU::isSISrcOperand(Desc, OpIdx))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3258 if (!isVOP3(MI) || !AMDGPU::isSISrcOperand(InstDesc, OpNo))
4324 } else if (isVOP3(MI) && AMDGPU::isSISrcOperand(InstDesc, i) &&

Completed in 204 milliseconds