Home
last modified time | relevance | path

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

12

/llvm-project/clang/lib/Interpreter/
H A DValue.cpp32 static unsigned char *CreatePayload(void *DtorF, size_t AllocSize, in CreatePayload()
81 ValueStorage(void *DtorF, size_t AllocSize, size_t ElementsNum) in ValueStorage()
87 size_t AllocSize = 0; member in __anon35be5cad0111::ValueStorage
160 size_t AllocSize = in Value() local
/llvm-project/llvm/unittests/Analysis/
H A DMemoryBuiltinsTest.cpp23 TEST(AllocSize, AllocationBuiltinsTest) { in TEST() argument
/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h51 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey() local
144 allocator.Deallocate(static_cast<void *>(this), AllocSize, in Destroy() local
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DSimpleExecutorMemoryManagerTest.cpp37 constexpr unsigned AllocSize = 16384; in TEST() local
/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp41 size_t AllocSize) { in RecordAllocation()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp50 tryAllocPreloadSGPRs(unsigned AllocSize,uint64_t ArgOffset,uint64_t LastExplicitArgOffset) tryAllocPreloadSGPRs() argument
139 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); lowerKernelArguments() local
H A DAMDGPUPromoteAlloca.cpp1323 uint64_t AllocSize = DL.getTypeAllocSize(GV->getValueType()); hasSufficientLocalMem() local
1442 uint32_t AllocSize = tryPromoteAllocaToLDS() local
H A DAMDGPUSubtarget.cpp609 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); getExplicitKernArgSize() local
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Dbasic.cpp30 for (unsigned AllocSize = 1; AllocSize <= MaxAllocSize; AllocSize <<= 1) { in TEST_F() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp59 size_t AllocSize = 0; in finalize() local
/llvm-project/llvm/lib/IR/
H A DMangler.cpp109 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? addByteCountSuffix() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp313 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg() local
/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp165 auto AllocSize = ContextNode::getAllocSize(NrCounters, NrCallsites); getCallsiteSlow() local
/llvm-project/llvm/unittests/ProfileData/
H A DPGOCtxProfReaderWriterTest.cpp29 auto AllocSize = ContextNode::getAllocSize(NrCounters, NrCallsites); createNode() local
/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h
/llvm-project/libcxxabi/src/
H A Dcxa_demangle.cpp300 static constexpr size_t AllocSize = 4096; global() member in __anonfcb94e470211::BumpPointerAllocator
/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp
/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp255 static bool HasAddressTaken(const Instruction *AI, TypeSize AllocSize, in HasAddressTaken() argument
H A DGlobalMerge.cpp693 TypeSize AllocSize = DL.getTypeAllocSize(Ty); run() local
/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp295 static constexpr size_t AllocSize = 4096; member in __anon811943230211::BumpPointerAllocator
/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1434 ValueTy AllocSize; global() member in __anon84c59e6d0411::CallDeleteDuringNew
1448 CallDeleteDuringNew(size_t NumPlacementArgs,const FunctionDecl * OperatorDelete,ValueTy Ptr,ValueTy AllocSize,bool PassAlignmentToPlacementDelete,CharUnits AllocAlign) CallDeleteDuringNew() argument
1514 EnterNewDeleteCleanup(CodeGenFunction & CGF,const CXXNewExpr * E,Address NewPtr,llvm::Value * AllocSize,CharUnits AllocAlign,const CallArgList & NewArgs) EnterNewDeleteCleanup() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp187 if (auto AllocSize = NF->getAttributes().getFnAttrs().getAllocSizeArgs()) { doPromotion() local
H A DGlobalOpt.cpp913 OptimizeGlobalAddressOfAllocation(GlobalVariable * GV,CallInst * CI,uint64_t AllocSize,Constant * InitVal,const DataLayout & DL,TargetLibraryInfo * TLI) OptimizeGlobalAddressOfAllocation() argument
1088 uint64_t AllocSize; tryToOptimizeStoreOfAllocationToGlobal() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp279 int AllocSize = M->getDataLayout().getTypeAllocSize(Args[i]->getType()); in callBufferedPrintfStart() local
/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp321 unsigned AllocSize = tryToCreateDiffCheck() local
1506 TypeSize AllocSize = DL.getTypeAllocSize(AccessTy); getPtrStride() local

12