Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h596 inline unsigned getOperandSize(const MCOperandInfo &OpInfo) { in getOperandSize() function
632 inline unsigned getOperandSize(const MCInstrDesc &Desc, unsigned OpNo) { in getOperandSize() function
633 return getOperandSize(Desc.OpInfo[OpNo]); in getOperandSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1708 const unsigned Size = Imm.IsFPImm ? sizeof(double) : getOperandSize(InstDesc, OpNum); in addLiteralImmOperand()
2752 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); in isInlineConstant()
2872 unsigned Size = AMDGPU::getOperandSize(Desc, OpIdx); in validateConstantBusLimitations()