Home
last modified time | relevance | path

Searched defs:Align (Results 1 – 25 of 842) sorted by relevance

12345678910>>...34

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DAlignment.h39 struct Align { struct
68 constexpr Align() = default; argument
73 Align &operator=(const Align &Other) = default; argument
74 Align &operator=(Align &&Other) = default; argument
76 explicit Align(uint64_t Value) { in Align() function
88 Align previous() const { in previous() argument
96 template <size_t kValue> constexpr static Align Constant() { in Constant() argument
102 template <typename T> constexpr static Align Of() { in Of() argument
107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DAlignment.h39 struct Align { struct
68 constexpr Align() = default; argument
73 Align &operator=(const Align &Other) = default; argument
74 Align &operator=(Align &&Other) = default; argument
76 explicit Align(uint64_t Value) { in Align() function
88 Align previous() const { in previous() argument
96 template <size_t kValue> constexpr static Align Constant() { in Constant() argument
102 template <typename T> constexpr static Align Of() { in Of() argument
107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DAlignment.h39 struct Align { struct
68 constexpr Align() = default; argument
73 Align &operator=(const Align &Other) = default; argument
74 Align &operator=(Align &&Other) = default; argument
76 explicit Align(uint64_t Value) { in Align() function
88 Align previous() const { in previous() argument
96 template <size_t kValue> constexpr static Align Constant() { in Constant() argument
102 template <typename T> constexpr static Align Of() { in Of() argument
107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DAlignment.h39 struct Align { struct
68 constexpr Align() = default; argument
73 Align &operator=(const Align &Other) = default; argument
74 Align &operator=(Align &&Other) = default; argument
76 explicit Align(uint64_t Value) { in Align() argument
88 Align previous() const { in previous() argument
96 template <size_t kValue> constexpr static Align Constant() { in Constant() argument
102 template <typename T> constexpr static Align Of() { in Of() argument
107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DAlignment.h39 struct Align { struct
68 constexpr Align() = default; argument
73 Align &operator=(const Align &Other) = default; argument
74 Align &operator=(Align &&Other) = default; argument
76 explicit Align(uint64_t Value) { in Align() argument
88 Align previous() const { in previous() argument
96 template <size_t kValue> constexpr static Align Constant() { in Constant() argument
102 template <typename T> constexpr static Align Of() { in Of() argument
107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAlignment.h40 struct Align { struct
69 constexpr Align() = default; argument
74 Align &operator=(const Align &Other) = default; argument
75 Align &operator=(Align &&Other) = default; argument
77 explicit Align(uint64_t Value) { in Align() function
88 /// Returns a default constructed Align which corresponds to no alignment. argument
93 constexpr static const Align None() { return Align(); } in None() argument
100 /// Allow constructions of constexpr Align from types. argument
107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Dutil.rs16 pub struct Align<T> { struct
25 align: &'a mut Align<T>, argument
29 impl<T: Copy> Align<T> { implementation
49 impl<T> Align<T> { impl
/aosp_15_r20/build/make/tools/zipalign/tests/src/
H A Dalign_test.cpp48 TEST(Align, Unaligned) { in TEST() argument
60 TEST(Align, DoubleAligment) { in TEST() argument
92 TEST(Align, Holes) { in TEST() argument
105 TEST(Align, DifferenteOrders) { in TEST() argument
117 TEST(Align, DirectoryEntryDoNotRequireAlignment) { in TEST() argument
124 TEST(Align, DirectoryEntry) { in TEST() argument
/aosp_15_r20/external/llvm/lib/Analysis/
H A DLoads.cpp28 static bool isAligned(const Value *Base, const APInt &Offset, unsigned Align, in isAligned()
45 static bool isAligned(const Value *Base, unsigned Align, const DataLayout &DL) { in isAligned()
55 const Value *V, unsigned Align, const APInt &Size, const DataLayout &DL, in isDereferenceableAndAlignedPointer()
113 bool llvm::isDereferenceableAndAlignedPointer(const Value *V, unsigned Align, in isDereferenceableAndAlignedPointer()
185 bool llvm::isSafeToLoadUnconditionally(Value *V, unsigned Align, in isSafeToLoadUnconditionally()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dutil.rs679 pub(crate) struct Align<T, A> { struct
680 pub(crate) t: T,
681 _a: [A; 0],
684 impl<T: Default, A> Align<T, A> { impl
690 impl<T, A> Align<T, A> { impl
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dutil.rs679 pub(crate) struct Align<T, A> { struct
680 pub(crate) t: T,
681 _a: [A; 0],
684 impl<T: Default, A> Align<T, A> { impl
690 impl<T, A> Align<T, A> { impl
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuilder.h95 llvm::LoadInst *CreateAlignedLoad(llvm::Value *Addr, CharUnits Align, in CreateAlignedLoad()
272 auto Align = std::min(Dest.getAlignment(), Src.getAlignment()); variable
278 auto Align = std::min(Dest.getAlignment(), Src.getAlignment()); variable
286 auto Align = std::min(Dest.getAlignment(), Src.getAlignment()); variable
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go25 Align(arch Arch) uint methodSpec
449 func (typе *opaqueType) Align(Arch) uint { func
494 func (typе *aliasType) Align(arch Arch) uint { func
549 func (typе *fixedType) Align(Arch) uint { func
606 func (typе *archDependentType) Align(arch Arch) uint { func
800 func (typе *constType) Align(arch Arch) uint { func
854 func (*pointerType) Align(arch Arch) uint { func
957 func (*functionType) Align(arch Arch) uint { func
1011 func (typе *arrayType) Align(arch Arch) uint { func
1058 func (typе *structType) Align(arch Arch) uint { func
[all …]
/aosp_15_r20/external/llvm/lib/IR/
H A DIRBuilder.cpp82 CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align, in CreateMemSet()
107 CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align, in CreateMemCpy()
138 CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align, in CreateMemMove()
212 CallInst *IRBuilderBase::CreateMaskedLoad(Value *Ptr, unsigned Align, in CreateMaskedLoad()
233 unsigned Align, Value *Mask) { in CreateMaskedStore()
262 CallInst *IRBuilderBase::CreateMaskedGather(Value *Ptrs, unsigned Align, in CreateMaskedGather()
289 unsigned Align, Value *Mask) { in CreateMaskedScatter()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp26 SDValue Size, unsigned Align, RTLIB::Libcall LC) const { in EmitSpecializedLibcall()
130 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
250 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove()
258 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOUniversalWriter.cpp86 std::string ArchName, uint32_t Align) in Slice()
90 Slice::Slice(const MachOObjectFile &O, uint32_t Align) in Slice()
97 std::string ArchName, uint32_t Align) in Slice()
230 Expected<Slice> Slice::create(const IRObjectFile &IRO, uint32_t Align) { in create()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp132 unsigned Align = LI->getAlignment(); in getAtomicOpAlign() local
141 unsigned Align = SI->getAlignment(); in getAtomicOpAlign() local
169 unsigned Align = getAtomicOpAlign(I); in atomicSizeSupported() local
1296 static bool canUseSizedAtomicCall(unsigned Size, unsigned Align, in canUseSizedAtomicCall()
1316 unsigned Align = getAtomicOpAlign(I); in expandAtomicLoadToLibcall() local
1330 unsigned Align = getAtomicOpAlign(I); in expandAtomicStoreToLibcall() local
1345 unsigned Align = getAtomicOpAlign(I); in expandAtomicCASToLibcall() local
1416 unsigned Align = getAtomicOpAlign(I); in expandAtomicRMWToLibcall() local
1453 Instruction *I, unsigned Size, unsigned Align, Value *PointerOperand, in expandAtomicOpToLibcall()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp25 SDValue Size, unsigned Align, RTLIB::Libcall LC) const { in EmitSpecializedLibcall()
129 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
243 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove()
251 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp157 unsigned Align = LI->getAlignment(); in getAtomicOpAlign() local
166 unsigned Align = SI->getAlignment(); in getAtomicOpAlign() local
194 unsigned Align = getAtomicOpAlign(I); in atomicSizeSupported() local
1452 static bool canUseSizedAtomicCall(unsigned Size, unsigned Align, in canUseSizedAtomicCall()
1472 unsigned Align = getAtomicOpAlign(I); in expandAtomicLoadToLibcall() local
1486 unsigned Align = getAtomicOpAlign(I); in expandAtomicStoreToLibcall() local
1501 unsigned Align = getAtomicOpAlign(I); in expandAtomicCASToLibcall() local
1574 unsigned Align = getAtomicOpAlign(I); in expandAtomicRMWToLibcall() local
1611 Instruction *I, unsigned Size, unsigned Align, Value *PointerOperand, in expandAtomicOpToLibcall()
H A DSafeStack.cpp504 unsigned Align = in moveStaticAllocasToUnsafeStack() local
517 unsigned Align = std::max((unsigned)DL.getPrefTypeAlignment(Ty), in moveStaticAllocasToUnsafeStack() local
529 unsigned Align = in moveStaticAllocasToUnsafeStack() local
566 MaybeAlign Align(SSL.getObjectAlignment(Arg)); in moveStaticAllocasToUnsafeStack() local
661 unsigned Align = std::max( in moveDynamicAllocasToUnsafeStack() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp48 SDValue Size, unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
217 uint64_t Align) { in getOptimalRepmovsType()
239 unsigned Align, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov()
294 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp23 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
38 SDValue Op3, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemmove()
47 SDValue Size, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSafeStack.cpp514 Align Align = std::max(DL.getPrefTypeAlign(Ty), StackGuardSlot->getAlign()); in moveStaticAllocasToUnsafeStack() local
526 Align Align = DL.getPrefTypeAlign(Ty); in moveStaticAllocasToUnsafeStack() local
539 Align Align = std::max(DL.getPrefTypeAlign(Ty), AI->getAlign()); in moveStaticAllocasToUnsafeStack() local
576 MaybeAlign Align(SSL.getObjectAlignment(Arg)); in moveStaticAllocasToUnsafeStack() local
677 auto Align = std::max(std::max(DL.getPrefTypeAlign(Ty), AI->getAlign()), in moveDynamicAllocasToUnsafeStack() local
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/
Dmod.rs109 pub trait Align { interface
153 impl Align for [u8] { impl
/aosp_15_r20/external/rust/crates/uefi/src/data_types/
Dmod.rs109 pub trait Align { interface
153 impl Align for [u8] { impl

12345678910>>...34