Home
last modified time | relevance | path

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

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
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() 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
DTypeSize.h198 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/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFormatVariadic.cpp27 size_t &Align, char &Pad) { in consumeFieldLayout()
63 std::size_t Align = 0; in parseReplacementItem() local
DAllocator.cpp32 size_t Align, in PrintRecyclerStats()
/third_party/skia/include/utils/
DSkTextUtils.h20 enum Align { enum
/third_party/skia/third_party/externals/tint/src/sem/
Di32_type.cc46 uint32_t I32::Align() const { in Align() function in tint::sem::I32
Du32_type.cc46 uint32_t U32::Align() const { in Align() function in tint::sem::U32
Dbool_type.cc46 uint32_t Bool::Align() const { in Align() function in tint::sem::Bool
Df32_type.cc46 uint32_t F32::Align() const { in Align() function in tint::sem::F32
Datomic_type.cc45 uint32_t Atomic::Align() const { in Align() function in tint::sem::Atomic
Dmatrix_type.cc60 uint32_t Matrix::Align() const { in Align() function in tint::sem::Matrix
Dvector_type.cc52 uint32_t Vector::Align() const { in Align() function in tint::sem::Vector
Darray.cc71 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/
DNVPTXPrologEpilogPass.cpp108 unsigned Align = MFI.getObjectAlignment(FrameIdx); in AdjustStackOffset() local
181 unsigned Align = MFI.getLocalFrameMaxAlign().value(); in calculateFrameObjectOffsets() local
DNVPTXTargetObjectFile.h30 unsigned &Align) const override { in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h54 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/
DAMDGPUMachineFunction.cpp51 unsigned Align = GV.getAlignment(); in allocateLDSGlobal() local
/third_party/node/deps/v8/src/codegen/
Daligned-slot-allocator.cc113 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/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.cpp22 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/
DXCoreSelectionDAGInfo.cpp20 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
DXCoreMachineFunctionInfo.cpp73 unsigned Align = TRI.getSpillAlignment(RC); in createEHSpillSlot() local

12345678910