/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 32 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 D | MemoryBuiltinsTest.cpp | 23 TEST(AllocSize, AllocationBuiltinsTest) { in TEST() argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 51 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 D | SimpleExecutorMemoryManagerTest.cpp | 37 constexpr unsigned AllocSize = 16384; in TEST() local
|
/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | common.cpp | 41 size_t AllocSize) { in RecordAllocation()
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelArguments.cpp | 50 tryAllocPreloadSGPRs(unsigned AllocSize,uint64_t ArgOffset,uint64_t LastExplicitArgOffset) tryAllocPreloadSGPRs() argument 139 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); lowerKernelArguments() local
|
H A D | AMDGPUPromoteAlloca.cpp | 1323 uint64_t AllocSize = DL.getTypeAllocSize(GV->getValueType()); hasSufficientLocalMem() local 1442 uint32_t AllocSize = tryPromoteAllocaToLDS() local
|
H A D | AMDGPUSubtarget.cpp | 609 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); getExplicitKernArgSize() local
|
/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
H A D | basic.cpp | 30 for (unsigned AllocSize = 1; AllocSize <= MaxAllocSize; AllocSize <<= 1) { in TEST_F() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorMemoryManager.cpp | 59 size_t AllocSize = 0; in finalize() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Mangler.cpp | 109 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? addByteCountSuffix() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Sparc.cpp | 313 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg() local
|
/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.cpp | 165 auto AllocSize = ContextNode::getAllocSize(NrCounters, NrCallsites); getCallsiteSlow() local
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | PGOCtxProfReaderWriterTest.cpp | 29 auto AllocSize = ContextNode::getAllocSize(NrCounters, NrCallsites); createNode() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.h |
|
/llvm-project/libcxxabi/src/ |
H A D | cxa_demangle.cpp | 300 static constexpr size_t AllocSize = 4096; global() member in __anonfcb94e470211::BumpPointerAllocator
|
/llvm-project/clang/lib/Rewrite/ |
H A D | RewriteRope.cpp |
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 255 static bool HasAddressTaken(const Instruction *AI, TypeSize AllocSize, in HasAddressTaken() argument
|
H A D | GlobalMerge.cpp | 693 TypeSize AllocSize = DL.getTypeAllocSize(Ty); run() local
|
/llvm-project/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 295 static constexpr size_t AllocSize = 4096; member in __anon811943230211::BumpPointerAllocator
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1434 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 D | ArgumentPromotion.cpp | 187 if (auto AllocSize = NF->getAttributes().getFnAttrs().getAllocSizeArgs()) { doPromotion() local
|
H A D | GlobalOpt.cpp | 913 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 D | AMDGPUEmitPrintf.cpp | 279 int AllocSize = M->getDataLayout().getTypeAllocSize(Args[i]->getType()); in callBufferedPrintfStart() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 321 unsigned AllocSize = tryToCreateDiffCheck() local 1506 TypeSize AllocSize = DL.getTypeAllocSize(AccessTy); getPtrStride() local
|