/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 49 size_t AllocSize = EntrySize + KeyLength + 1; in allocateWithKey() local 138 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; in Destroy() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelArguments.cpp | 99 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in runOnFunction() local
|
H A D | AMDGPUPromoteAlloca.cpp | 780 uint64_t AllocSize = DL.getTypeAllocSize(GV->getValueType()); in hasSufficientLocalMem() local 900 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca() local
|
H A D | AMDGPUSubtarget.cpp | 591 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); in getExplicitKernArgSize() local
|
H A D | AMDGPUCallLowering.cpp | 514 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); in lowerFormalArgumentsKernel() local
|
H A D | AMDGPURegisterBankInfo.cpp | 1258 Register AllocSize = MI.getOperand(1).getReg(); in applyMappingDynStackAlloc() local
|
H A D | AMDGPUISelLowering.cpp | 1032 uint64_t AllocSize = DL.getTypeAllocSize(MemArgTy); in analyzeFormalArgumentsCompute() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Mangler.cpp | 103 uint64_t AllocSize = A.hasPassPointeeByValueCopyAttr() ? in addByteCountSuffix() local
|
H A D | Instructions.cpp | 626 Type *AllocTy, Value *AllocSize, in createMalloc() 714 Value *AllocSize, Value *ArraySize, in CreateMalloc() 722 Value *AllocSize, Value *ArraySize, in CreateMalloc() 740 Value *AllocSize, Value *ArraySize, in CreateMalloc() 747 Value *AllocSize, Value *ArraySize, in CreateMalloc()
|
H A D | Core.cpp | 3483 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildMalloc() local 3494 Constant* AllocSize = ConstantExpr::getSizeOf(unwrap(Ty)); in LLVMBuildArrayMalloc() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Descriptor.h | 60 const InterpSize AllocSize; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 167 uint64_t AllocSize) { in HasAddressTaken()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
H A D | RewriteRope.cpp | 798 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 252 static constexpr size_t AllocSize = 4096; member in __anon1a08953b0211::BumpPointerAllocator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1409 ValueTy AllocSize; member in __anon33873e850411::CallDeleteDuringNew 1423 ValueTy AllocSize, bool PassAlignmentToPlacementDelete, in CallDeleteDuringNew() 1489 llvm::Value *AllocSize, in EnterNewDeleteCleanup()
|
H A D | CGCall.cpp | 2103 if (auto *AllocSize = TargetDecl->getAttr<AllocSizeAttr>()) { in ConstructAttributeList() local
|
H A D | TargetInfo.cpp | 9551 auto AllocSize = getDataLayout().getTypeAllocSize(AI.getCoerceToType()); in EmitVAArg() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 647 const uint64_t AllocSize; member in AllocaSlices::SliceBuilder 3622 uint64_t AllocSize = DL.getTypeAllocSize(Ty).getFixedSize(); in stripAggregateTypeWrapping() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 1048 if (auto *AllocSize = dyn_cast_or_null<ConstantInt>(Size)) { in visitAlloca() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 1453 unsigned AllocSize = DL.getTypeAllocSize(Ty); in LowerCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2490 APInt AllocSize( in visitGetElementPtrInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2593 Register AllocSize = MRI->createGenericVirtualRegister(IntPtrTy); in translateAlloca() local
|
H A D | LegalizerHelper.cpp | 6349 Register AllocSize = MI.getOperand(1).getReg(); in lowerDynStackAlloc() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 3085 uint64_t AllocSize = DL.getTypeAllocSize(Ty); in copyArgsPassedByValToAllocas() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3993 SDValue AllocSize = getValue(I.getArraySize()); in visitAlloca() local
|