Home
last modified time | relevance | path

Searched defs:AllocSize (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/src/core/
DSkAutoPixmapStorage.cpp27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
/third_party/skia/src/core/
DSkAutoPixmapStorage.cpp31 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp99 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in runOnFunction() local
DAMDGPUPromoteAlloca.cpp670 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); in hasSufficientLocalMem() local
775 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
DAMDGPUSubtarget.cpp506 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in getExplicitKernArgSize() local
DAMDGPUCallLowering.cpp461 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in lowerFormalArgumentsKernel() local
DAMDGPUISelLowering.cpp925 unsigned AllocSize = DL.getTypeAllocSize(BaseArgTy); in analyzeFormalArgumentsCompute() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h164 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ in Create() local
205 unsigned AllocSize = in Destroy() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringMap.h184 size_t AllocSize = sizeof(StringMapEntry) + KeyLength + 1; in Create() local
225 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h488 constexpr size_t CordRepRing::AllocSize(size_t capacity) { in AllocSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp254 static constexpr size_t AllocSize = 4096; member in __anona9f89fd90211::BumpPointerAllocator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp524 Type *AllocTy, Value *AllocSize, in createMalloc()
612 Value *AllocSize, Value *ArraySize, in CreateMalloc()
620 Value *AllocSize, Value *ArraySize, in CreateMalloc()
638 Value *AllocSize, Value *ArraySize, in CreateMalloc()
645 Value *AllocSize, Value *ArraySize, in CreateMalloc()
DCore.cpp3423 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc() local
3434 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout_test.cc269 TEST(Layout, AllocSize) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp654 const uint64_t AllocSize; member in AllocaSlices::SliceBuilder
3472 uint64_t AllocSize = DL.getTypeAllocSize(Ty); in stripAggregateTypeWrapping() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp722 if (auto *AllocSize = dyn_cast_or_null<ConstantInt>(Size)) { in visitAlloca() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1470 unsigned AllocSize = DL.getTypeAllocSize(Ty); in LowerCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1834 Register AllocSize = MRI->createGenericVirtualRegister(IntPtrTy); in translateAlloca() local
DLegalizerHelper.cpp4255 Register AllocSize = MI.getOperand(1).getReg(); in lowerDynStackAlloc() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2294 APInt AllocSize(IdxWidth, DL.getTypeAllocSize(AI->getAllocatedType())); in visitGetElementPtrInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1554 Value *AllocSize = ConstantInt::get(IntPtrTy, TypeSize); in tryToOptimizeStoreOfMallocToGlobal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2914 uint64_t AllocSize = DL.getTypeAllocSize(Ty); in copyArgsPassedByValToAllocas() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3997 SDValue AllocSize = getValue(I.getArraySize()); in visitAlloca() local