Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h784 inline unsigned getOperandSize(const MCOperandInfo &OpInfo) { in getOperandSize() function
825 inline unsigned getOperandSize(const MCInstrDesc &Desc, unsigned OpNo) { in getOperandSize() function
826 return getOperandSize(Desc.OpInfo[OpNo]); in getOperandSize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1978 const unsigned Size = Imm.IsFPImm ? sizeof(double) : getOperandSize(InstDesc, OpNum); in addLiteralImmOperand()
3170 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); in isInlineConstant()
3300 unsigned Size = AMDGPU::getOperandSize(Desc, OpIdx); in validateConstantBusLimitations()