/freebsd/contrib/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 __anon8d9d85ba0111::ValueStorage 160 size_t AllocSize = in Value() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 51 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 D | AMDGPULowerKernelArguments.cpp | 50 bool tryAllocPreloadSGPRs(unsigned AllocSize, uint64_t ArgOffset, in tryAllocPreloadSGPRs() 139 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in lowerKernelArguments() local
|
H A D | AMDGPUPromoteAlloca.cpp | 1323 uint64_t AllocSize = DL.getTypeAllocSize(GV->getValueType()); in hasSufficientLocalMem() local 1442 uint32_t AllocSize = in tryPromoteAllocaToLDS() local
|
H A D | AMDGPUSubtarget.cpp | 618 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in getExplicitKernArgSize() local
|
H A D | AMDGPUCallLowering.cpp | 535 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in lowerFormalArgumentsKernel() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | common.cpp | 41 size_t AllocSize) { in RecordAllocation()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorMemoryManager.cpp | 59 size_t AllocSize = 0; in finalize() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Mangler.cpp | 110 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix() local
|
H A D | IRBuilder.cpp | 303 Value *AllocSize, Value *ArraySize, in CreateMalloc() 346 Value *AllocSize, Value *ArraySize, in CreateMalloc()
|
H A D | Metadata.cpp | 630 size_t AllocSize = in operator new() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Sparc.cpp | 313 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.cpp | 165 auto AllocSize = ContextNode::getAllocSize(NrCounters, NrCallsites); in getCallsiteSlow() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 171 HasAddressTaken(const Instruction * AI,TypeSize AllocSize,Module * M,SmallPtrSet<const PHINode *,16> & VisitedPHIs) HasAddressTaken() argument
|
H A D | GlobalMerge.cpp | 693 TypeSize AllocSize = DL.getTypeAllocSize(Ty); in run() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.h | 118 const unsigned AllocSize; member
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | RewriteRope.cpp | 798 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 295 static constexpr size_t AllocSize = 4096; member in __anon00a841f00211::BumpPointerAllocator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1434 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 D | ArgumentPromotion.cpp | 187 if (auto AllocSize = NF->getAttributes().getFnAttrs().getAllocSizeArgs()) { in doPromotion() local
|
H A D | GlobalOpt.cpp | 913 uint64_t AllocSize, Constant *InitVal, in OptimizeGlobalAddressOfAllocation() 1088 uint64_t AllocSize; in tryToOptimizeStoreOfAllocationToGlobal() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 279 int AllocSize = M->getDataLayout().getTypeAllocSize(Args[i]->getType()); in callBufferedPrintfStart() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 322 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 D | AArch64LegalizerInfo.cpp | 2167 Register AllocSize = MI.getOperand(1).getReg(); in legalizeDynStackAlloc() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1838 int AllocSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte() local
|