/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Alignment.h | 40 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() argument 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() argument
|
D | TypeSize.h | 198 inline TypeSize alignTo(TypeSize Size, uint64_t Align) { in alignTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySelectionDAGInfo.cpp | 23 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 25 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 48 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FormatVariadic.cpp | 27 size_t &Align, char &Pad) { in consumeFieldLayout() 63 std::size_t Align = 0; in parseReplacementItem() local
|
D | Allocator.cpp | 32 size_t Align, in PrintRecyclerStats()
|
/third_party/skia/include/utils/ |
D | SkTextUtils.h | 20 enum Align { enum
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | i32_type.cc | 46 uint32_t I32::Align() const { in Align() function in tint::sem::I32
|
D | u32_type.cc | 46 uint32_t U32::Align() const { in Align() function in tint::sem::U32
|
D | bool_type.cc | 46 uint32_t Bool::Align() const { in Align() function in tint::sem::Bool
|
D | f32_type.cc | 46 uint32_t F32::Align() const { in Align() function in tint::sem::F32
|
D | atomic_type.cc | 45 uint32_t Atomic::Align() const { in Align() function in tint::sem::Atomic
|
D | matrix_type.cc | 60 uint32_t Matrix::Align() const { in Align() function in tint::sem::Matrix
|
D | vector_type.cc | 52 uint32_t Vector::Align() const { in Align() function in tint::sem::Vector
|
D | array.cc | 71 uint32_t Array::Align() const { in Align() function in tint::sem::Array
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 108 unsigned Align = MFI.getObjectAlignment(FrameIdx); in AdjustStackOffset() local 181 unsigned Align = MFI.getLocalFrameMaxAlign().value(); in calculateFrameObjectOffsets() local
|
D | NVPTXTargetObjectFile.h | 30 unsigned &Align) const override { in getSectionForConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGTargetInfo.h | 54 unsigned Align, bool isVolatile, in EmitTargetCodeForMemcpy() 69 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() 83 unsigned Align, bool isVolatile, in EmitTargetCodeForMemset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineFunction.cpp | 51 unsigned Align = GV.getAlignment(); in allocateLDSGlobal() local
|
/third_party/node/deps/v8/src/codegen/ |
D | aligned-slot-allocator.cc | 113 int AlignedSlotAllocator::Align(int n) { in Align() function in v8::internal::AlignedSlotAllocator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 504 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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFSelectionDAGInfo.cpp | 22 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 20 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
|
D | XCoreMachineFunctionInfo.cpp | 73 unsigned Align = TRI.getSpillAlignment(RC); in createEHSpillSlot() local
|