Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringMapEntry.h49 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey() local
138 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp99 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in runOnFunction() local
H A DAMDGPUPromoteAlloca.cpp780 uint64_t AllocSize = DL.getTypeAllocSize(GV->getValueType()); in hasSufficientLocalMem() local
900 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
H A DAMDGPUSubtarget.cpp591 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in getExplicitKernArgSize() local
H A DAMDGPUCallLowering.cpp514 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in lowerFormalArgumentsKernel() local
H A DAMDGPURegisterBankInfo.cpp1258 Register AllocSize = MI.getOperand(1).getReg(); in applyMappingDynStackAlloc() local
H A DAMDGPUISelLowering.cpp1032 uint64_t AllocSize = DL.getTypeAllocSize(MemArgTy); in analyzeFormalArgumentsCompute() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMangler.cpp103 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix() local
H A DInstructions.cpp626 Type *AllocTy, Value *AllocSize, in createMalloc()
714 Value *AllocSize, Value *ArraySize, in CreateMalloc()
722 Value *AllocSize, Value *ArraySize, in CreateMalloc()
740 Value *AllocSize, Value *ArraySize, in CreateMalloc()
747 Value *AllocSize, Value *ArraySize, in CreateMalloc()
H A DCore.cpp3483 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc() local
3494 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.h60 const InterpSize AllocSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp167 uint64_t AllocSize) { in HasAddressTaken()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp798 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp252 static constexpr size_t AllocSize = 4096; member in __anon1a08953b0211::BumpPointerAllocator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1409 ValueTy AllocSize; member in __anon33873e850411::CallDeleteDuringNew
1423 ValueTy AllocSize, bool PassAlignmentToPlacementDelete, in CallDeleteDuringNew()
1489 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
H A DCGCall.cpp2103 if (auto *AllocSize = TargetDecl->getAttr<AllocSizeAttr>()) { in ConstructAttributeList() local
H A DTargetInfo.cpp9551 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp647 const uint64_t AllocSize; member in AllocaSlices::SliceBuilder
3622 uint64_t AllocSize = DL.getTypeAllocSize(Ty).getFixedSize(); in stripAggregateTypeWrapping() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp1048 if (auto *AllocSize = dyn_cast_or_null<ConstantInt>(Size)) { in visitAlloca() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1453 unsigned AllocSize = DL.getTypeAllocSize(Ty); in LowerCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2490 APInt AllocSize( in visitGetElementPtrInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2593 Register AllocSize = MRI->createGenericVirtualRegister(IntPtrTy); in translateAlloca() local
H A DLegalizerHelper.cpp6349 Register AllocSize = MI.getOperand(1).getReg(); in lowerDynStackAlloc() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3085 uint64_t AllocSize = DL.getTypeAllocSize(Ty); in copyArgsPassedByValToAllocas() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3993 SDValue AllocSize = getValue(I.getArraySize()); in visitAlloca() local

12