Searched defs:AllocSize (Results 1 - 15 of 15) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2914 uint64_t AllocSize = DL.getTypeAllocSize(Ty); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1470 unsigned AllocSize = DL.getTypeAllocSize(Ty); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp506 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy); local
H A DAMDGPUPromoteAlloca.cpp670 uint64_t AllocSize = DL.getTypeAllocSize(GV.getValueType()); local
775 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); local
H A DAMDGPULowerKernelArguments.cpp99 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); local
H A DAMDGPUISelLowering.cpp925 unsigned AllocSize = DL.getTypeAllocSize(BaseArgTy); local
H A DAMDGPUCallLowering.cpp461 unsigned AllocSize = DL.getTypeAllocSize(ArgTy); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp522 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
610 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
618 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
636 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
643 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp254 static constexpr size_t AllocSize = 4096; member in class:__anon1866::BumpPointerAllocator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3997 SDValue AllocSize = getValue(I.getArraySize()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1834 Register AllocSize = MRI->createGenericVirtualRegister(IntPtrTy); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h184 size_t AllocSize = sizeof(StringMapEntry) + KeyLength + 1; local
225 size_t AllocSize = sizeof(StringMapEntry) + this->getKeyLength() + 1; local
227 Allocator.Deallocate(static_cast<void *>(this), AllocSize); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp63 RecordAllocation( uintptr_t AllocAddr, size_t AllocSize, options::Backtrace_t Backtrace) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1404 ValueTy AllocSize; member in class:__anon358::final
1416 CallDeleteDuringNew(size_t NumPlacementArgs, const FunctionDecl *OperatorDelete, ValueTy Ptr, ValueTy AllocSize, bool PassAlignmentToPlacementDelete, CharUnits AllocAlign) argument
1481 EnterNewDeleteCleanup(CodeGenFunction &CGF, const CXXNewExpr *E, Address NewPtr, llvm::Value *AllocSize, CharUnits AllocAlign, const CallArgList &NewArgs) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h60 const InterpSize AllocSize; member in struct:clang::interp::Descriptor

Completed in 263 milliseconds