Home
last modified time | relevance | path

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

12345678910>>...14

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h175 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore()
196 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad()
199 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore()
203 bool isLegalMaskedGatherScatter(Type *DataType, Align Alignment) { in isLegalMaskedGatherScatter()
224 bool isLegalMaskedGather(Type *DataType, Align Alignment) { in isLegalMaskedGather()
227 bool isLegalMaskedScatter(Type *DataType, Align Alignment) { in isLegalMaskedScatter()
231 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather()
236 bool forceScalarizeMaskedScatter(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedScatter()
/openbsd-src/gnu/llvm/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> { struct
166 struct Alignment<AlignmentE::Right> { argument
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> { argument
176 struct Alignment<AlignmentE::ZeroPadding> { argument
178 static constexpr const char* fmt = "017500";
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h245 bool isLegalMaskedLoadStore(Type *DataType, Align Alignment) { in isLegalMaskedLoadStore()
256 bool isLegalMaskedLoad(Type *DataType, Align Alignment) { in isLegalMaskedLoad()
260 bool isLegalMaskedStore(Type *DataType, Align Alignment) { in isLegalMaskedStore()
277 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather()
280 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter()
301 bool isLegalNTStoreLoad(Type *DataType, Align Alignment) { in isLegalNTStoreLoad()
318 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore()
322 bool isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad()
H A DAArch64SelectionDAGInfo.cpp22 Align Alignment, bool isVolatile, in EmitMOPS()
82 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
94 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemset()
108 SDValue Size, Align Alignment, bool isVolatile, in EmitTargetCodeForMemmove()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DMemoryBuffer.cpp153 std::optional<Align> Alignment) { in getFileOrSTDIN()
166 std::optional<Align> Alignment) { in getFileSlice()
250 std::optional<Align> Alignment) { in getFile()
266 std::optional<Align> Alignment) { in getFileAux()
280 std::optional<Align> Alignment) { in getFile()
289 std::optional<Align> Alignment) { in getFileSlice()
298 std::optional<Align> Alignment) { in getNewUninitMemBuffer()
450 bool IsVolatile, std::optional<Align> Alignment) { in getOpenFileImpl()
521 bool IsVolatile, std::optional<Align> Alignment) { in getOpenFile()
529 bool IsVolatile, std::optional<Align> Alignment) { in getOpenFileSlice()
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()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h189 bool isLegalMaskedStore(Type *DataTy, Align Alignment) { in isLegalMaskedStore()
193 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedGather()
201 bool forceScalarizeMaskedScatter(VectorType *VTy, Align Alignment) { in forceScalarizeMaskedScatter()
207 bool isLegalMaskedScatter(Type *Ty, Align Alignment) { in isLegalMaskedScatter()
H A DARMSelectionDAGInfo.cpp145 Align Alignment, bool IsMemcpy) { in shouldGenerateInlineTPLoop()
171 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
289 SDValue Size, Align Alignment, bool isVolatile, in EmitTargetCodeForMemmove()
297 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemset()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp58 Align Alignment) { in getExistingMachineCPValue()
115 Align Alignment) { in getExistingMachineCPValue()
149 Align Alignment) { in getExistingMachineCPValue()
183 Align Alignment) { in getExistingMachineCPValue()
215 Align Alignment) { in getExistingMachineCPValue()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp65 Align Alignment, in isLegalToVectorizeMemChain()
74 Align Alignment, in isLegalToVectorizeLoadChain()
80 Align Alignment, in isLegalToVectorizeStoreChain()
/openbsd-src/gnu/llvm/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.cpp99 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig()
167 void NORETURN reportAlignmentNotPowerOfTwo(uptr Alignment) { in reportAlignmentNotPowerOfTwo()
181 void NORETURN reportInvalidPosixMemalignAlignment(uptr Alignment) { in reportInvalidPosixMemalignAlignment()
196 void NORETURN reportInvalidAlignedAllocAlignment(uptr Alignment, uptr Size) { in reportInvalidAlignedAllocAlignment()
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp169 size_t Alignment, in getRequiredBackingSize()
181 uintptr_t GuardedPoolAllocator::alignUp(uintptr_t Ptr, size_t Alignment) { in alignUp()
191 uintptr_t GuardedPoolAllocator::alignDown(uintptr_t Ptr, size_t Alignment) { in alignDown()
201 void *GuardedPoolAllocator::allocate(size_t Size, size_t Alignment) { in allocate()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoads.cpp29 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned()
40 const Value *V, Align Alignment, const APInt &Size, const DataLayout &DL, in isDereferenceableAndAlignedPointer()
188 const Value *V, Align Alignment, const APInt &Size, const DataLayout &DL, in isDereferenceableAndAlignedPointer()
202 const Value *V, Type *Ty, Align Alignment, const DataLayout &DL, in isDereferenceableAndAlignedPointer()
271 const Align Alignment = LI->getAlign(); in isDereferenceableAndAlignedInLoop() local
325 bool llvm::isSafeToLoadUnconditionally(Value *V, Align Alignment, APInt &Size, in isSafeToLoadUnconditionally()
402 bool llvm::isSafeToLoadUnconditionally(Value *V, Type *Ty, Align Alignment, in isSafeToLoadUnconditionally()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp22 unsigned Alignment, in allocateDataSection()
34 unsigned Alignment, in allocateCodeSection()
43 unsigned Alignment) { in allocateSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h241 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore()
245 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad()
249 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore()
256 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad()
267 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter()
271 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather()
275 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather()
280 Align Alignment) const { in forceScalarizeMaskedScatter()
374 unsigned AddressSpace, Align Alignment, in allowsMisalignedMemoryAccesses()
610 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMemoryOpCost()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp117 const size_t Alignment = 1U << I; in TEST() local
139 for (size_t Alignment = 0U; Alignment <= 128U; Alignment++) { in TEST() local
148 const size_t Alignment = 4096U; in TEST() local
204 const size_t Alignment = 1024U; in TEST() local

12345678910>>...14