Searched refs:Alignment (Results 1 - 25 of 236) sorted by relevance

12345678910

/external/deqp/framework/delibs/decpp/
H A DdePoolArray.hpp38 template<typename T, deUint32 Alignment>
41 template<typename T, deUint32 Alignment>
51 template<typename T, deUint32 Alignment = (sizeof(T) > 4 ? 4 : sizeof(T))>
55 typedef PoolArrayIterator<T, Alignment> Iterator;
56 typedef PoolArrayConstIterator<T, Alignment> ConstIterator;
59 PoolArray (MemPool* pool, const PoolArray<T, Alignment>& other);
92 PoolArray (const PoolArray<T, Alignment>& other); // \note Default copy ctor is not allowed, use PoolArray(pool, copy) instead.
105 template<typename T, deUint32 Alignment>
118 template<typename T, deUint32 Alignment>
119 class PoolArrayConstIterator : public PoolArrayIteratorBase<T, Alignment>
[all...]
H A DdeArrayBuffer.hpp47 template <typename T, size_t Alignment = (sizeof(T) > 4 ? 4 : sizeof(T)), size_t Stride = sizeof(T)>
73 template <typename T, size_t Alignment, size_t Stride>
74 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (void) throw()
80 template <typename T, size_t Alignment, size_t Stride>
81 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (size_t numElements)
89 void* const ptr = detail::ArrayBuffer_AlignedMalloc(storageSize, Alignment);
99 template <typename T, size_t Alignment, size_t Stride>
100 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (const ArrayBuffer<T,Alignment,Stride>& other)
116 template <typename T, size_t Alignment, size_
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h56 unsigned Alignment) = 0;
85 unsigned Alignment; member in class:llvm::MachineConstantPoolEntry
88 : Alignment(A) {
92 : Alignment(A) {
94 Alignment |= 1U << (sizeof(unsigned)*CHAR_BIT-1);
101 return (int)Alignment < 0;
105 return Alignment & ~(1 << (sizeof(unsigned)*CHAR_BIT-1));
155 unsigned getConstantPoolIndex(const Constant *C, unsigned Alignment);
156 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment);
H A DJITCodeEmitter.h75 unsigned Alignment) = 0;
151 void emitAlignment(unsigned Alignment) { argument
152 if (Alignment == 0) Alignment = 1;
154 Alignment);
160 void emitAlignmentWithFill(unsigned Alignment, uint8_t Fill) { argument
161 if (Alignment == 0) Alignment = 1;
163 Alignment);
255 /// failure. Alignment i
257 emitAlignment(Alignment); variable
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h28 explicit MipsFrameLowering(const MipsSubtarget &sti, unsigned Alignment) argument
29 : TargetFrameLowering(StackGrowsDown, Alignment, 0, Alignment), STI(sti) {}
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp22 unsigned Alignment,
27 return allocateSection(RODataMem, Size, Alignment);
28 return allocateSection(RWDataMem, Size, Alignment);
32 unsigned Alignment,
35 return allocateSection(CodeMem, Size, Alignment);
40 unsigned Alignment) {
41 if (!Alignment)
42 Alignment = 16;
44 assert(!(Alignment & (Alignment
21 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
31 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
38 allocateSection(MemoryGroup &MemGroup, uintptr_t Size, unsigned Alignment) argument
[all...]
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp11.cpp9 void Allocate(unsigned Alignment
/external/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp29 return a.Alignment > b.Alignment;
42 // The resulting frame size is a multiple of Alignment.
43 static size_t VarAndRedzoneSize(size_t Size, size_t Alignment) { argument
51 return RoundUpTo(Res, Alignment);
65 Vars[i].Alignment = std::max(Vars[i].Alignment, kMinAlignment);
71 Layout->FrameAlignment = std::max(Granularity, Vars[0].Alignment);
75 Vars[0].Alignment);
80 size_t Alignment local
[all...]
/external/chromium_org/ui/views/
H A Dview_model_utils.h18 enum Alignment { enum in class:views::ViewModelUtils
32 Alignment alignment,
/external/llvm/include/llvm/Support/
H A DAlignOf.h32 /// AlignOf<int>::Alignment represents the alignment of type "int". The
39 enum { Alignment = enumerator in enum:llvm::AlignOf::__anon25547
42 enum { Alignment_GreaterEqual_2Bytes = Alignment >= 2 ? 1 : 0 };
43 enum { Alignment_GreaterEqual_4Bytes = Alignment >= 4 ? 1 : 0 };
44 enum { Alignment_GreaterEqual_8Bytes = Alignment >= 8 ? 1 : 0 };
45 enum { Alignment_GreaterEqual_16Bytes = Alignment >= 16 ? 1 : 0 };
47 enum { Alignment_LessEqual_2Bytes = Alignment <= 2 ? 1 : 0 };
48 enum { Alignment_LessEqual_4Bytes = Alignment <= 4 ? 1 : 0 };
49 enum { Alignment_LessEqual_8Bytes = Alignment <= 8 ? 1 : 0 };
50 enum { Alignment_LessEqual_16Bytes = Alignment <
[all...]
/external/chromium_org/ui/views/controls/
H A Dimage_view.h31 enum Alignment { enum in class:views::ImageView
67 void SetHorizontalAlignment(Alignment ha);
68 Alignment GetHorizontalAlignment() const;
71 void SetVerticalAlignment(Alignment va);
72 Alignment GetVerticalAlignment() const;
114 Alignment horiz_alignment_;
117 Alignment vert_alignment_;
/external/llvm/tools/lli/
H A DRemoteMemoryManager.h34 : MB(mb), Alignment(a), IsCode(code) {}
37 unsigned Alignment; member in struct:llvm::RemoteMemoryManager::Allocation
69 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
73 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
106 unsigned Alignment) override;
109 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) override;
110 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) override;
H A DRemoteMemoryManager.cpp33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, argument
41 AllocatedSections.push_back( Allocation(Block, Alignment, true) );
43 UnmappedSections.push_back( Allocation(Block, Alignment, true) );
48 allocateDataSection(uintptr_t Size, unsigned Alignment, argument
57 AllocatedSections.push_back( Allocation(Block, Alignment, false) );
59 UnmappedSections.push_back( Allocation(Block, Alignment, false) );
102 unsigned Align = Section.Alignment;
119 unsigned Align = Section.Alignment;
189 unsigned Alignment) {
197 uint8_t *RemoteMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) { argument
188 allocateStub(const GlobalValue* F, unsigned StubSize, unsigned Alignment) argument
201 allocateGlobal(uintptr_t Size, unsigned Alignment) argument
[all...]
/external/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h48 /// The value of \p Alignment must be a power of two. If \p Alignment is zero
50 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
57 /// The value of \p Alignment must be a power of two. If \p Alignment is zero
59 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
93 unsigned Alignment);
H A DJITMemoryManager.h94 unsigned Alignment) = 0;
107 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) = 0;
110 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) = 0;
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp5 unsigned Alignment; member in struct:s0
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp1 //=== - llvm/unittest/Support/AlignOfTest.cpp - Alignment utility tests ----===//
92 [AlignOf<char>::Alignment > 0]
93 [AlignOf<short>::Alignment > 0]
94 [AlignOf<int>::Alignment > 0]
95 [AlignOf<long>::Alignment > 0]
96 [AlignOf<long long>::Alignment > 0]
97 [AlignOf<float>::Alignment > 0]
98 [AlignOf<double>::Alignment > 0]
99 [AlignOf<long double>::Alignment > 0]
100 [AlignOf<void *>::Alignment >
[all...]
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h50 // pixels. Only Views with an Alignment of FILL are given extra space, others
73 enum Alignment { enum in class:views::GridLayout
151 void AddView(View* view, int col_span, int row_span, Alignment h_align,
152 Alignment v_align);
160 Alignment h_align, Alignment v_align,
291 void AddColumn(GridLayout::Alignment h_align,
292 GridLayout::Alignment v_align,
315 void AddColumn(GridLayout::Alignment h_align,
316 GridLayout::Alignment v_alig
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_2.h33 enum Alignment { enum in class:views::Menu2
50 void RunMenuAt(const gfx::Point& point, Alignment alignment);
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.h23 enum Alignment { enum in namespace:message_center
34 // Alignment of the message center relative to the center of the screen.
35 Alignment message_center_alignment;
37 // Alignment of the taskbar relative to the center of the screen.
38 Alignment taskbar_alignment;
/external/chromium_org/ui/base/models/
H A Dtable_model.h95 enum Alignment { enum in struct:ui::TableColumn
100 TableColumn(int id, Alignment alignment, int width, float percent);
108 // Alignment for the content.
109 Alignment alignment;
/external/clang/lib/CodeGen/
H A DCGValue.h137 int64_t Alignment; member in class:clang::CodeGen::LValue
171 CharUnits Alignment,
175 this->Alignment = Alignment.getQuantity();
176 assert(this->Alignment == Alignment.getQuantity() &&
177 "Alignment exceeds allowed max!");
260 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); }
261 void setAlignment(CharUnits A) { Alignment = A.getQuantity(); }
308 QualType type, CharUnits Alignment) {
170 Initialize(QualType Type, Qualifiers Quals, CharUnits Alignment, llvm::MDNode *TBAAInfo = nullptr) argument
307 MakeVectorElt(llvm::Value *Vec, llvm::Value *Idx, QualType type, CharUnits Alignment) argument
317 MakeExtVectorElt(llvm::Value *Vec, llvm::Constant *Elts, QualType type, CharUnits Alignment) argument
333 MakeBitfield(llvm::Value *Addr, const CGBitFieldInfo &Info, QualType type, CharUnits Alignment) argument
344 MakeGlobalReg(llvm::Value *Reg, QualType type, CharUnits Alignment) argument
368 unsigned short Alignment; member in class:clang::CodeGen::AggValueSlot
[all...]
/external/clang/include/clang/AST/
H A DAttr.h67 size_t Alignment = 16) throw() {
68 return ::operator new(Bytes, C, Alignment);
71 size_t Alignment) throw() {
72 return ::operator delete(Ptr, C, Alignment);
70 operator delete(void *Ptr, ASTContext &C, size_t Alignment) argument
/external/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h52 uint64_t &Size, uint64_t &Alignment,
/external/clang/lib/AST/
H A DDeclGroup.cpp23 void* Mem = C.Allocate(Size, llvm::AlignOf<DeclGroup>::Alignment);

Completed in 553 milliseconds

12345678910