Home
last modified time | relevance | path

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

12

/freebsd/contrib/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 __anon8d9d85ba0111::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()
139 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in lowerKernelArguments() local
H A DAMDGPUPromoteAlloca.cpp1323 uint64_t AllocSize = DL.getTypeAllocSize(GV->getValueType()); in hasSufficientLocalMem() local
1442 uint32_t AllocSize = in tryPromoteAllocaToLDS() local
H A DAMDGPUSubtarget.cpp618 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/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp59 size_t AllocSize = 0; in finalize() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp110 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix() local
H A DIRBuilder.cpp303 Value *AllocSize, Value *ArraySize, in CreateMalloc()
346 Value *AllocSize, Value *ArraySize, in CreateMalloc()
H A DMetadata.cpp630 size_t AllocSize = in operator new() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp313 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp165 auto AllocSize = ContextNode::getAllocSize(NrCounters, NrCallsites); in getCallsiteSlow() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp171 HasAddressTaken(const Instruction * AI,TypeSize AllocSize,Module * M,SmallPtrSet<const PHINode *,16> & VisitedPHIs) HasAddressTaken() argument
H A DGlobalMerge.cpp693 TypeSize AllocSize = DL.getTypeAllocSize(Ty); in run() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h118 const unsigned AllocSize; member
/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/Demangle/
H A DItaniumDemangle.cpp295 static constexpr size_t AllocSize = 4096; member in __anon00a841f00211::BumpPointerAllocator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1434 ValueTy AllocSize; member in __anondca4c77a0411::CallDeleteDuringNew
1448 ValueTy AllocSize, bool PassAlignmentToPlacementDelete, in CallDeleteDuringNew()
1514 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp187 if (auto AllocSize = NF->getAttributes().getFnAttrs().getAllocSizeArgs()) { in doPromotion() local
H A DGlobalOpt.cpp913 uint64_t AllocSize, Constant *InitVal, in OptimizeGlobalAddressOfAllocation()
1088 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.cpp322 unsigned AllocSize = in tryToCreateDiffCheck() local
1503 TypeSize AllocSize = DL.getTypeAllocSize(AccessTy); in getPtrStride() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp2167 Register AllocSize = MI.getOperand(1).getReg(); in legalizeDynStackAlloc() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1838 int AllocSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte() local

12