/third_party/flutter/skia/src/core/ |
D | SkAutoPixmapStorage.cpp | 27 size_t SkAutoPixmapStorage::AllocSize(const SkImageInfo& info, size_t* rowBytes) { in AllocSize() function in SkAutoPixmapStorage
|
/third_party/skia/src/core/ |
D | SkAutoPixmapStorage.cpp | 31 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/ |
D | AMDGPULowerKernelArguments.cpp | 99 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in runOnFunction() local
|
D | AMDGPUPromoteAlloca.cpp | 670 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); in hasSufficientLocalMem() local 775 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
|
D | AMDGPUSubtarget.cpp | 506 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in getExplicitKernArgSize() local
|
D | AMDGPUCallLowering.cpp | 461 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in lowerFormalArgumentsKernel() local
|
D | AMDGPUISelLowering.cpp | 925 unsigned AllocSize = DL.getTypeAllocSize(BaseArgTy); in analyzeFormalArgumentsCompute() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 164 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/ |
D | StringMap.h | 184 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/ |
D | cord_rep_ring.h | 488 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/ |
D | ItaniumDemangle.cpp | 254 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/ |
D | Instructions.cpp | 524 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()
|
D | Core.cpp | 3423 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/ |
D | layout_test.cc | 269 TEST(Layout, AllocSize) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 654 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/ |
D | InlineCost.cpp | 722 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/ |
D | NVPTXISelLowering.cpp | 1470 unsigned AllocSize = DL.getTypeAllocSize(Ty); in LowerCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1834 Register AllocSize = MRI->createGenericVirtualRegister(IntPtrTy); in translateAlloca() local
|
D | LegalizerHelper.cpp | 4255 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/ |
D | InstructionCombining.cpp | 2294 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/ |
D | GlobalOpt.cpp | 1554 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/ |
D | AddressSanitizer.cpp | 2914 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/ |
D | SelectionDAGBuilder.cpp | 3997 SDValue AllocSize = getValue(I.getArraySize()); in visitAlloca() local
|