Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp34 static unsigned char *CreatePayload(void *DtorF, size_t AllocSize, in CreatePayload()
83 ValueStorage(void *DtorF, size_t AllocSize, size_t ElementsNum) in ValueStorage()
89 size_t AllocSize = 0; member in __anonc81f9c820111::ValueStorage
160 size_t AllocSize = in Value() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h51 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey() local
144 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp50 bool tryAllocPreloadSGPRs(unsigned AllocSize, uint64_t ArgOffset, in tryAllocPreloadSGPRs()
140 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in lowerKernelArguments() local
H A DAMDGPUPromoteAlloca.cpp1241 uint64_t AllocSize = DL.getTypeAllocSize(GV->getValueType()); in hasSufficientLocalMem() local
1360 uint32_t AllocSize = in tryPromoteAllocaToLDS() local
H A DAMDGPUSubtarget.cpp593 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in getExplicitKernArgSize() local
H A DAMDGPUCallLowering.cpp535 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in lowerFormalArgumentsKernel() local
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp41 size_t AllocSize) { in RecordAllocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp43 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); in isDynamicLDS() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp59 size_t AllocSize = 0; in finalize() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp108 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix() local
H A DIRBuilder.cpp302 Value *AllocSize, Value *ArraySize, in CreateMalloc()
345 Value *AllocSize, Value *ArraySize, in CreateMalloc()
H A DMetadata.cpp621 size_t AllocSize = in operator new() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h90 const unsigned AllocSize; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp309 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg() local
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp798 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp255 static bool HasAddressTaken(const Instruction *AI, TypeSize AllocSize, in HasAddressTaken()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp295 static constexpr size_t AllocSize = 4096; member in __anon39624eb80211::BumpPointerAllocator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1429 ValueTy AllocSize; member in __anon1726de420411::CallDeleteDuringNew
1443 ValueTy AllocSize, bool PassAlignmentToPlacementDelete, in CallDeleteDuringNew()
1509 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp186 if (auto AllocSize = NF->getAttributes().getFnAttrs().getAllocSizeArgs()) { in doPromotion() local
H A DGlobalOpt.cpp903 uint64_t AllocSize, Constant *InitVal, in OptimizeGlobalAddressOfAllocation()
1077 uint64_t AllocSize; in tryToOptimizeStoreOfAllocationToGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp279 int AllocSize = M->getDataLayout().getTypeAllocSize(Args[i]->getType()); in callBufferedPrintfStart() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp310 unsigned AllocSize = in tryToCreateDiffCheck() local
1507 TypeSize AllocSize = DL.getTypeAllocSize(AccessTy); in getPtrStride() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp2057 Register AllocSize = MI.getOperand(1).getReg(); in legalizeDynStackAlloc() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1827 int AllocSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1028 const uint64_t AllocSize; member in AllocaSlices::SliceBuilder
4097 uint64_t AllocSize = DL.getTypeAllocSize(Ty).getFixedValue(); in stripAggregateTypeWrapping() local

12