Home
last modified time | relevance | path

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

12345678910>>...14

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h118 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore()
139 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad()
142 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore()
146 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment) { in isLegalMaskedGatherScatter()
167 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather()
170 bool isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter()
174 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather()
179 bool forceScalarizeMaskedScatter(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedScatter()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A 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()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A 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
H A DSafeStackLayout.cpp39 void StackLayout::addObject(const Value *V, unsigned Size, Align Alignment, in addObject()
47 Align Alignment) { in AdjustStackOffset()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DAllocatorBase.h38 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
52 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
85 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate()
92 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dformatter_int.bench.cpp148 struct Alignment {}; struct
151 struct Alignment<AlignmentE::None> { struct
156 struct Alignment<AlignmentE::Left> { argument
161 struct Alignment<AlignmentE::Center> { argument
166 struct Alignment<AlignmentE::Right> { struct
171 struct Alignment<AlignmentE::ZeroPadding> { argument
189 …return std::string("{:") + Alignment<A::value>::fmt + Localization<L::value>::fmt + Base<B::value>… in make_fmt() argument
H A Dformatter_float.bench.cpp150 struct Alignment {}; struct
153 struct Alignment<AlignmentE::None> { struct
158 struct Alignment<AlignmentE::Left> { struct
164 struct Alignment<AlignmentE::Center> { argument
170 struct Alignment<AlignmentE::Right> { struct
176 struct Alignment<AlignmentE::ZeroPadding> { argument
178 static constexpr const char* fmt = "017500";
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A 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()
/llvm-project-15.0.7/llvm/lib/Support/
H A DMemAlloc.cpp15 llvm::allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer()
24 void llvm::deallocate_buffer(void *Ptr, size_t Size, size_t Alignment) { in deallocate_buffer()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A 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()
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DExecutableFileMemoryManager.h45 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection()
52 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
60 TLSSection allocateTLSSection(uintptr_t Size, unsigned Alignment, in allocateTLSSection()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h246 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore()
257 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad()
261 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore()
278 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather()
281 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter()
302 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h136 bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedLoad()
139 bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore()
142 bool isLegalMaskedGather(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedGather()
145 bool isLegalMaskedScatter(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedScatter()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_checks.h33 inline bool checkAlignedAllocAlignmentAndSize(uptr Alignment, uptr Size) { in checkAlignedAllocAlignmentAndSize()
40 inline bool checkPosixMemalignAlignment(uptr Alignment) { in checkPosixMemalignAlignment()
H A 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()
/llvm-project-15.0.7/clang/lib/Frontend/
H A 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()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A 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, bool AlwaysInline, in EmitTargetCodeForMemset()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h188 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore()
192 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather()
200 bool forceScalarizeMaskedScatter(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedScatter()
206 bool isLegalMaskedScatter(Type *Ty, Align Alignment) { in isLegalMaskedScatter()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DAddress.h33 CharUnits Alignment; variable
37 CharUnits Alignment) in AddressImpl()
52 CharUnits Alignment) in AddressImpl()
81 Address(llvm::Value *Pointer, llvm::Type *ElementType, CharUnits Alignment) in Address()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp65 Align Alignment, in isLegalToVectorizeMemChain()
74 Align Alignment, in isLegalToVectorizeLoadChain()
80 Align Alignment, in isLegalToVectorizeStoreChain()
H A DAMDGPUMachineFunction.cpp57 Align Alignment = in allocateLDSGlobal() local
124 Align Alignment = in setDynLDSAlign() local
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp58 Align Alignment) { in getExistingMachineCPValue()
104 Align Alignment) { in getExistingMachineCPValue()
138 Align Alignment) { in getExistingMachineCPValue()
172 Align Alignment) { in getExistingMachineCPValue()
204 Align Alignment) { in getExistingMachineCPValue()
/llvm-project-15.0.7/llvm/unittests/Support/
H A 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()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp161 size_t Alignment, in getRequiredBackingSize()
173 uintptr_t GuardedPoolAllocator::alignUp(uintptr_t Ptr, size_t Alignment) { in alignUp()
183 uintptr_t GuardedPoolAllocator::alignDown(uintptr_t Ptr, size_t Alignment) { in alignDown()
193 void *GuardedPoolAllocator::allocate(size_t Size, size_t Alignment) { in allocate()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp22 unsigned Alignment, in allocateDataSection()
34 unsigned Alignment, in allocateCodeSection()
43 unsigned Alignment) { in allocateSection()

12345678910>>...14