/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | formatter_int.bench.cpp | 147 struct Alignment {}; struct 150 struct Alignment<AlignmentE::None> { struct 155 struct Alignment<AlignmentE::Left> { argument 160 struct Alignment<AlignmentE::Center> { argument 165 struct Alignment<AlignmentE::Right> { argument 170 struct Alignment<AlignmentE::ZeroPadding> { struct 188 …return std::string("{:") + Alignment<A::value>::fmt + Localization<L::value>::fmt + Base<B::value>… in make_fmt() argument
|
H A D | formatter_float.bench.cpp | 150 struct Alignment {}; struct 153 struct Alignment<AlignmentE::None> { struct 158 struct Alignment<AlignmentE::Left> { struct 164 struct Alignment<AlignmentE::Center> { struct 170 struct Alignment<AlignmentE::Right> { argument 176 struct Alignment<AlignmentE::ZeroPadding> { argument 178 static constexpr const char* fmt = "017500";
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 175 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()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | alignment.rs | 14 pub struct Alignment(AlignmentEnum); struct 24 impl Alignment { impl 162 impl fmt::Debug for Alignment { implementation 169 impl TryFrom<NonZero<usize>> for Alignment { implementation 173 fn try_from(align: NonZero<usize>) -> Result<Alignment, Self::Error> { in try_from() 179 impl TryFrom<usize> for Alignment { implementation 183 fn try_from(align: usize) -> Result<Alignment, Self::Error> { in try_from() 206 impl cmp::Ord for Alignment { implementation 215 impl cmp::PartialOrd for Alignment { implementation 223 impl hash::Hash for Alignment { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | alignment.rs | 14 pub struct Alignment(AlignmentEnum); struct 24 impl Alignment { impl 162 impl fmt::Debug for Alignment { implementation 169 impl TryFrom<NonZero<usize>> for Alignment { implementation 173 fn try_from(align: NonZero<usize>) -> Result<Alignment, Self::Error> { in try_from() 179 impl TryFrom<usize> for Alignment { implementation 183 fn try_from(align: usize) -> Result<Alignment, Self::Error> { in try_from() 206 impl cmp::Ord for Alignment { implementation 215 impl cmp::PartialOrd for Alignment { implementation 223 impl hash::Hash for Alignment { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | alignment.rs | 14 pub struct Alignment(AlignmentEnum); struct 24 impl Alignment { implementation 162 impl fmt::Debug for Alignment { implementation 169 impl TryFrom<NonZero<usize>> for Alignment { implementation 173 fn try_from(align: NonZero<usize>) -> Result<Alignment, Self::Error> { in try_from() 179 impl TryFrom<usize> for Alignment { implementation 183 fn try_from(align: usize) -> Result<Alignment, Self::Error> { in try_from() 206 impl cmp::Ord for Alignment { implementation 215 impl cmp::PartialOrd for Alignment { implementation 223 impl hash::Hash for Alignment { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | alignment.rs | 14 pub struct Alignment(AlignmentEnum); struct 24 impl Alignment { impl 162 impl fmt::Debug for Alignment { implementation 169 impl TryFrom<NonZero<usize>> for Alignment { implementation 173 fn try_from(align: NonZero<usize>) -> Result<Alignment, Self::Error> { in try_from() 179 impl TryFrom<usize> for Alignment { implementation 183 fn try_from(align: usize) -> Result<Alignment, Self::Error> { in try_from() 206 impl cmp::Ord for Alignment { implementation 215 impl cmp::PartialOrd for Alignment { implementation 223 impl hash::Hash for Alignment { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | alignment.rs | 14 pub struct Alignment(AlignmentEnum); struct 24 impl Alignment { impl 162 impl fmt::Debug for Alignment { implementation 169 impl TryFrom<NonZero<usize>> for Alignment { implementation 173 fn try_from(align: NonZero<usize>) -> Result<Alignment, Self::Error> { in try_from() 179 impl TryFrom<usize> for Alignment { implementation 183 fn try_from(align: usize) -> Result<Alignment, Self::Error> { in try_from() 206 impl cmp::Ord for Alignment { implementation 215 impl cmp::PartialOrd for Alignment { implementation 223 impl hash::Hash for Alignment { implementation [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 31 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 245 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 31 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 153 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 258 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() 262 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad() 266 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore() 273 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() 284 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 288 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 292 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() 297 Align Alignment) const { in forceScalarizeMaskedScatter() 301 bool isLegalMaskedCompressStore(Type *DataType, Align Alignment) const { in isLegalMaskedCompressStore() 310 bool isLegalMaskedExpandLoad(Type *DataType, Align Alignment) const { in isLegalMaskedExpandLoad() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 255 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() 259 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad() 263 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore() 270 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() 281 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 285 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 289 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() 294 Align Alignment) const { in forceScalarizeMaskedScatter() 298 bool isLegalMaskedCompressStore(Type *DataType, Align Alignment) const { in isLegalMaskedCompressStore() 307 bool isLegalMaskedExpandLoad(Type *DataType, Align Alignment) const { in isLegalMaskedExpandLoad() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 255 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() 259 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad() 263 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore() 270 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() 281 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 285 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 289 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() 294 Align Alignment) const { in forceScalarizeMaskedScatter() 298 bool isLegalMaskedCompressStore(Type *DataType, Align Alignment) const { in isLegalMaskedCompressStore() 307 bool isLegalMaskedExpandLoad(Type *DataType, Align Alignment) const { in isLegalMaskedExpandLoad() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Loads.cpp | 39 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 241 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/ |
D | aligned_allocator.hpp | 59 aligned_allocator(const aligned_allocator<U, Alignment>&) in aligned_allocator() argument 123 operator==(const aligned_allocator<T, Alignment>&, in operator ==() argument 131 operator!=(const aligned_allocator<T, Alignment>&, in operator !=() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 255 bool isLegalMaskedStore(Type *DataType, Align Alignment) const { in isLegalMaskedStore() 259 bool isLegalMaskedLoad(Type *DataType, Align Alignment) const { in isLegalMaskedLoad() 263 bool isLegalNTStore(Type *DataType, Align Alignment) const { in isLegalNTStore() 270 bool isLegalNTLoad(Type *DataType, Align Alignment) const { in isLegalNTLoad() 281 bool isLegalMaskedScatter(Type *DataType, Align Alignment) const { in isLegalMaskedScatter() 285 bool isLegalMaskedGather(Type *DataType, Align Alignment) const { in isLegalMaskedGather() 289 bool forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) const { in forceScalarizeMaskedGather() 294 Align Alignment) const { in forceScalarizeMaskedScatter() 388 unsigned AddressSpace, Align Alignment, in allowsMisalignedMemoryAccesses() 650 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMemoryOpCost() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | AllocatorBase.h | 38 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | AllocatorBase.h | 44 void *Allocate(size_t Size, size_t Alignment) { in Allocate() 58 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() 91 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate() 98 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | AllocatorBase.h | 44 void *Allocate(size_t Size, size_t Alignment) { in Allocate() 58 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() 91 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate() 98 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | AllocatorBase.h | 44 void *Allocate(size_t Size, size_t Alignment) { in Allocate() 58 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() 91 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate() 98 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | AllocatorBase.h | 44 void *Allocate(size_t Size, size_t Alignment) { in Allocate() 58 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() 91 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate() 98 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 2437 MaybeAlign Alignment, unsigned AddressSpace, in getMemoryOpCost() 2481 unsigned Alignment, in getMaskedMemoryOpCost() 3185 unsigned Alignment, unsigned AddressSpace) { in getGSVectorCost() 3256 bool VariableMask, unsigned Alignment, in getGSScalarCost() 3294 unsigned Alignment) { in getGatherScatterOpCost() 3340 bool X86TTIImpl::isLegalMaskedLoad(Type *DataTy, MaybeAlign Alignment) { in isLegalMaskedLoad() 3363 bool X86TTIImpl::isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) { in isLegalMaskedStore() 3367 bool X86TTIImpl::isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad() 3378 bool X86TTIImpl::isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore() 3430 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy, MaybeAlign Alignment) { in isLegalMaskedGather() [all …]
|