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