Home
last modified time | relevance | path

Searched refs:getSizeInBytes (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp880 while (DstAlign && DstAlign < Ty.getSizeInBytes() && in findGISelOptimalMemOpLowering()
882 Ty = LLT::scalar(Ty.getSizeInBytes()); in findGISelOptimalMemOpLowering()
889 unsigned TySize = Ty.getSizeInBytes(); in findGISelOptimalMemOpLowering()
898 unsigned NewTySize = NewTy.getSizeInBytes(); in findGISelOptimalMemOpLowering()
1033 unsigned TySize = Ty.getSizeInBytes(); in optimizeMemset()
1057 MF.getMachineMemOperand(&DstMMO, DstOff, Ty.getSizeInBytes()); in optimizeMemset()
1067 DstOff += Ty.getSizeInBytes(); in optimizeMemset()
1153 if (CopyTy.getSizeInBytes() > Size) in optimizeMemcpy()
1154 CurrOffset -= CopyTy.getSizeInBytes() - Size; in optimizeMemcpy()
1158 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in optimizeMemcpy()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h119 unsigned getSizeInBytes() const { in getSizeInBytes() function
178 unsigned getSizeInBytes() const { in getSizeInBytes() function
279 unsigned getSizeInBytes() const { in getSizeInBytes() function
286 return RecordAccessor(P + getSizeInBytes()); in next()
317 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImageView.hpp136 size_t getSizeInBytes() const { return image->getSizeInBytes(subresourceRange); } in getSizeInBytes() function in vk::ImageView
DVkImage.hpp59 size_t getSizeInBytes(const VkImageSubresourceRange &subresourceRange) const;
DVkDescriptorSetLayout.cpp470 storageImage[i].sizeInBytes = static_cast<int>(imageView->getSizeInBytes()); in WriteDescriptorSet()
DVkImage.cpp229 size_t Image::getSizeInBytes(const VkImageSubresourceRange &subresourceRange) const in getSizeInBytes() function in vk::Image
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp87 ? SL->getSizeInBytes() in splitGlobal()
DGlobalOpt.cpp1325 TypeSize = DL.getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()
1553 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes(); in tryToOptimizeStoreOfMallocToGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp142 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
DMemoryBuiltins.cpp339 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
DBasicAliasAnalysis.cpp1223 const uint64_t StructSize = SL->getSizeInBytes(); in aliasSameBasePointerGEPs()
DConstantFolding.cpp966 if (Offset.isNegative() || Offset.uge(SL.getSizeInBytes())) in SymbolicallyEvaluateGEP()
DScalarEvolutionExpander.cpp476 if (FullOffset < SL.getSizeInBytes()) { in expandAddToGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h116 unsigned getSizeInBytes() const { in getSizeInBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h593 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.cpp839 llvm::dyn_cast<ConstantInteger32>(Alloca->getSizeInBytes()); in sortAndCombineAllocas()
930 if (llvm::isa<Constant>(Alloca->getSizeInBytes())) in processAllocas()
976 if (!llvm::isa<Constant>(Alloca->getSizeInBytes())) in processAllocas()
DIceASanInstrumentation.cpp236 : llvm::dyn_cast<ConstantInteger32>(Cur->getSizeInBytes()); in instrumentFuncStart()
DIceInst.cpp716 getSizeInBytes()->dump(Func); in dump()
DIceInst.h298 Operand *getSizeInBytes() const { return getSrc(0); } in getSizeInBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp359 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp166 …deUint32 getSizeInBytes (void) const { return m_blockElements * getElementSizeInBytes();… in getSizeInBytes() function in vkt::BindingModel::__anoneeaad5c20111::InlineUniformBlockDescriptor
1631 const deUint32 bytes = iub->getSizeInBytes(); in checkSupport()
1854 iubTotalBytes += iub->getSizeInBytes(); in run()
1935 layoutBinding.descriptorCount = iub->getSizeInBytes(); in run()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp166 …deUint32 getSizeInBytes (void) const { return m_blockElements * getElementSizeInBytes();… in getSizeInBytes() function in vkt::BindingModel::__anonaa9548020111::InlineUniformBlockDescriptor
1631 const deUint32 bytes = iub->getSizeInBytes(); in checkSupport()
1854 iubTotalBytes += iub->getSizeInBytes(); in run()
1935 layoutBinding.descriptorCount = iub->getSizeInBytes(); in run()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp220 uint32_t sizeInBytes = llvm::cast<Ice::ConstantInteger32>(alloca->getSizeInBytes())->getValue(); in performScalarReplacementOfAggregates()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1516 if (StructOffset >= SL->getSizeInBytes()) in getNaturalGEPRecursively()
3546 if (Offset >= SL->getSizeInBytes()) in getTypePartition()
3549 if (EndOffset > SL->getSizeInBytes()) in getTypePartition()
3573 if (EndOffset < SL->getSizeInBytes()) { in getTypePartition()
3593 if (Size != SubSL->getSizeInBytes()) in getTypePartition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1027 if (MMO.getSize() > ValTy.getSizeInBytes()) in verifyPreISelGenericInstruction()
1030 if (ValTy.getSizeInBytes() < MMO.getSize()) in verifyPreISelGenericInstruction()

12