Searched refs:getOperandSize (Results 1 – 2 of 2) sorted by relevance
437 inline unsigned getOperandSize(const MCOperandInfo &OpInfo) { in getOperandSize() function465 inline unsigned getOperandSize(const MCInstrDesc &Desc, unsigned OpNo) { in getOperandSize() function466 return getOperandSize(Desc.OpInfo[OpNo]); in getOperandSize()
1403 const unsigned Size = Imm.IsFPImm ? sizeof(double) : getOperandSize(InstDesc, OpNum); in addLiteralImmOperand()2241 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); in isInlineConstant()