Home
last modified time | relevance | path

Searched defs:Alignment (Results 1 – 25 of 675) sorted by relevance

12345678910>>...27

/external/llvm-project/llvm/include/llvm/Support/
DAllocatorBase.h37 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
84 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate()
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFrameInfo.cpp31 void MachineFrameInfo::ensureMaxAlignment(Align Alignment) { in ensureMaxAlignment()
40 static inline Align clampStackAlignment(bool ShouldClamp, Align Alignment, in clampStackAlignment()
51 int MachineFrameInfo::CreateStackObject(uint64_t Size, Align Alignment, in CreateStackObject()
66 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject()
74 int MachineFrameInfo::CreateVariableSizedObject(Align Alignment, in CreateVariableSizedObject()
92 Align Alignment = in CreateFixedObject() local
105 Align Alignment = in CreateFixedSpillStackObject() local
159 Align Alignment = getObjectAlign(i); in estimateStackSize() local
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_errors.cpp30 void NORETURN reportAllocationAlignmentTooBig(uptr Alignment, in reportAllocationAlignmentTooBig()
36 void NORETURN reportAllocationAlignmentNotPowerOfTwo(uptr Alignment) { in reportAllocationAlignmentNotPowerOfTwo()
41 void NORETURN reportInvalidPosixMemalignAlignment(uptr Alignment) { in reportInvalidPosixMemalignAlignment()
48 void NORETURN reportInvalidAlignedAllocAlignment(uptr Size, uptr Alignment) { in reportInvalidAlignedAllocAlignment()
/external/llvm-project/clang/test/Analysis/inlining/
Dplacement-new-fp-suppression.cpp22 inline uintptr_t alignAddr(const void *Addr, size_t Alignment) { in alignAddr()
26 inline size_t alignmentAdjustment(const void *Ptr, size_t Alignment) { in alignmentAdjustment()
51 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
97 size_t Alignment /* = 8 */) { in operator new()
102 size_t Alignment /* = 8 */) { in operator new[]()
109 size_t Alignment = 8) noexcept { in operator new()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp31 void MachineFrameInfo::ensureMaxAlignment(Align Alignment) { in ensureMaxAlignment()
40 static inline Align clampStackAlignment(bool ShouldClamp, Align Alignment, in clampStackAlignment()
50 int MachineFrameInfo::CreateStackObject(uint64_t Size, Align Alignment, in CreateStackObject()
65 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject()
73 int MachineFrameInfo::CreateVariableSizedObject(Align Alignment, in CreateVariableSizedObject()
91 Align Alignment = in CreateFixedObject() local
104 Align Alignment = in CreateFixedSpillStackObject() local
/external/gwp_asan/gwp_asan/tests/
Dalignment.cpp14 static size_t getRequiredBackingSize(size_t Size, size_t Alignment, in getRequiredBackingSize()
19 static uintptr_t alignUp(uintptr_t Ptr, size_t Alignment) { in alignUp()
22 static uintptr_t alignDown(uintptr_t Ptr, size_t Alignment) { in alignDown()
/external/llvm-project/llvm/lib/Support/
DMemAlloc.cpp14 llvm::allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer()
23 void llvm::deallocate_buffer(void *Ptr, size_t Size, size_t Alignment) { in deallocate_buffer()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h170 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore()
189 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad()
193 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore()
197 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore()
/external/llvm/include/llvm/Support/
DTrailingObjects.h71 Alignment = FirstAlignment > RestAlignment ? FirstAlignment : RestAlignment enumerator
77 enum { Alignment = AlignOf<First>::Alignment }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp39 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned()
53 const Value *V, Align Alignment, const APInt &Size, const DataLayout &DL, in isDereferenceableAndAlignedPointer()
123 bool llvm::isDereferenceableAndAlignedPointer(const Value *V, Align Alignment, in isDereferenceableAndAlignedPointer()
152 const Align Alignment = DL.getValueOrABITypeAlignment(MA, Ty); in isDereferenceableAndAlignedPointer() local
205 const Align Alignment = DL.getValueOrABITypeAlignment( in isDereferenceableAndAlignedInLoop() local
267 const Align Alignment = in isSafeToLoadUnconditionally() local
341 bool llvm::isSafeToLoadUnconditionally(Value *V, Type *Ty, MaybeAlign Alignment, in isSafeToLoadUnconditionally()
/external/clang/lib/Frontend/
DLayoutOverrideSource.cpp95 unsigned long long Alignment = 0; in LayoutOverrideSource() local
118 unsigned long long Alignment = 0; in LayoutOverrideSource() local
157 uint64_t &Size, uint64_t &Alignment, in layoutRecordType()
/external/llvm-project/clang/lib/Frontend/
DLayoutOverrideSource.cpp94 unsigned long long Alignment = 0; in LayoutOverrideSource() local
117 unsigned long long Alignment = 0; in LayoutOverrideSource() local
156 uint64_t &Size, uint64_t &Alignment, in layoutRecordType()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.cpp23 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
38 SDValue Op3, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemmove()
47 SDValue Size, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemset()
/external/scudo/standalone/
Dwrappers_c_checks.h33 inline bool checkAlignedAllocAlignmentAndSize(uptr Alignment, uptr Size) { in checkAlignedAllocAlignmentAndSize()
40 inline bool checkPosixMemalignAlignment(uptr Alignment) { in checkPosixMemalignAlignment()
Dreport.cpp87 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig()
155 void NORETURN reportAlignmentNotPowerOfTwo(uptr Alignment) { in reportAlignmentNotPowerOfTwo()
169 void NORETURN reportInvalidPosixMemalignAlignment(uptr Alignment) { in reportInvalidPosixMemalignAlignment()
184 void NORETURN reportInvalidAlignedAllocAlignment(uptr Alignment, uptr Size) { in reportInvalidAlignedAllocAlignment()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.cpp46 Align Alignment = in allocateLDSGlobal() local
68 Align Alignment = in setDynLDSAlign() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dwrappers_c_checks.h33 inline bool checkAlignedAllocAlignmentAndSize(uptr Alignment, uptr Size) { in checkAlignedAllocAlignmentAndSize()
40 inline bool checkPosixMemalignAlignment(uptr Alignment) { in checkPosixMemalignAlignment()
Dreport.cpp87 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig()
155 void NORETURN reportAlignmentNotPowerOfTwo(uptr Alignment) { in reportAlignmentNotPowerOfTwo()
169 void NORETURN reportInvalidPosixMemalignAlignment(uptr Alignment) { in reportInvalidPosixMemalignAlignment()
184 void NORETURN reportInvalidAlignedAllocAlignment(uptr Alignment, uptr Size) { in reportInvalidAlignedAllocAlignment()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp23 unsigned Alignment, in allocateDataSection()
33 unsigned Alignment, in allocateCodeSection()
41 unsigned Alignment) { in allocateSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h152 bool isLegalMaskedLoadStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoadStore()
167 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoad()
171 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore()
/external/llvm-project/llvm/lib/Analysis/
DLoads.cpp32 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned()
43 const Value *V, Align Alignment, const APInt &Size, const DataLayout &DL, in isDereferenceableAndAlignedPointer()
160 bool llvm::isDereferenceableAndAlignedPointer(const Value *V, Align Alignment, in isDereferenceableAndAlignedPointer()
191 const Align Alignment = DL.getValueOrABITypeAlignment(MA, Ty); in isDereferenceableAndAlignedPointer() local
244 const Align Alignment = LI->getAlign(); in isDereferenceableAndAlignedInLoop() local
298 bool llvm::isSafeToLoadUnconditionally(Value *V, Align Alignment, APInt &Size, in isSafeToLoadUnconditionally()
372 bool llvm::isSafeToLoadUnconditionally(Value *V, Type *Ty, Align Alignment, in isSafeToLoadUnconditionally()
/external/llvm-project/llvm/unittests/Support/
DOptimizedStructLayoutTest.cpp19 Align Alignment; member
33 LayoutTest &flexible(uint64_t Size, uint64_t Alignment, in flexible()
40 LayoutTest &fixed(uint64_t Size, uint64_t Alignment, uint64_t Offset) { in fixed()
/external/gwp_asan/gwp_asan/
Dguarded_pool_allocator.cpp154 size_t Alignment, in getRequiredBackingSize()
166 uintptr_t GuardedPoolAllocator::alignUp(uintptr_t Ptr, size_t Alignment) { in alignUp()
176 uintptr_t GuardedPoolAllocator::alignDown(uintptr_t Ptr, size_t Alignment) { in alignDown()
186 void *GuardedPoolAllocator::allocate(size_t Size, size_t Alignment) { in allocate()
/external/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp39 static size_t VarAndRedzoneSize(size_t Size, size_t Alignment) { in VarAndRedzoneSize()
76 size_t Alignment = std::max(Granularity, Vars[i].Alignment); in ComputeASanStackFrameLayout() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dwrappers_c_test.cpp89 const size_t Alignment = 1U << I; in TEST() local
111 for (size_t Alignment = 0U; Alignment <= 128U; Alignment++) { in TEST() local
120 const size_t Alignment = 4096U; in TEST() local
176 const size_t Alignment = 1024U; in TEST() local

12345678910>>...27