/external/clang/include/clang/AST/ |
Attr.h | 70 size_t Alignment = 8) LLVM_NOEXCEPT { 71 return ::operator new(Bytes, C, Alignment); 74 size_t Alignment) LLVM_NOEXCEPT { 75 return ::operator delete(Ptr, C, Alignment);
|
/external/clang/test/SemaCXX/ |
typo-correction-cxx11.cpp | 31 long Alignment = __alignof__(Functor);
|
/external/llvm/include/llvm/IR/ |
User.h | 253 static_assert(AlignOf<Use>::Alignment >= AlignOf<User>::Alignment, 254 "Alignment is insufficient after objects prepended to User"); 255 static_assert(AlignOf<Use *>::Alignment >= AlignOf<User>::Alignment, 256 "Alignment is insufficient after objects prepended to User");
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
ELF_x86_64_StubBuf.s | 6 # CHECK: allocateCodeSection(Size = 42, Alignment = 16, SectionName = __text)
|
/external/llvm/tools/lli/ |
RemoteJITUtils.h | 90 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, 93 return MemMgr->allocateCodeSection(Size, Alignment, SectionID, SectionName); 96 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, 99 return MemMgr->allocateDataSection(Size, Alignment, SectionID, SectionName,
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
RecyclingAllocator.h | 26 size_t Size = sizeof(T), size_t Align = AlignOf<T>::Alignment>
|
Recycler.h | 63 template<class T, size_t Size = sizeof(T), size_t Align = AlignOf<T>::Alignment> 93 assert(AlignOf<SubClass>::Alignment <= Align && 94 "Recycler allocation alignment is less than object alignment!");
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
TargetJITInfo.h | 52 /// Records the required size and alignment for a call stub in bytes. 55 size_t Alignment; 57 /// Returns the maximum size and alignment for a call stub on this target.
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMConstantPoolValue.h | 88 unsigned Alignment); 149 unsigned Alignment); 182 unsigned Alignment); 215 unsigned Alignment);
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
AllocatorTest.cpp | 105 // Allocate space for the alignment, the slab, and a void* that goes right 107 size_t Alignment = 4096; 108 void *MemBase = malloc(Size + Alignment - 1 + sizeof(void*)); 111 MemSlab *Slab = (MemSlab*)(((uintptr_t)MemBase+sizeof(void*)+Alignment-1) & 112 ~(uintptr_t)(Alignment - 1)); 132 // Allocate a large-ish block with a really large alignment so that the 133 // allocator will think that it has space, but after it does the alignment it
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Fragment.h | 29 enum Type { Alignment, Fillment, Region, Target, Stub, Null };
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
MultiLineTexture.java | 40 Layout.Alignment alignment) { 43 maxWidth, alignment, 1, 0, true, null, 0);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
eh4.s | 36 .uleb128 0x1 # CIE Code Alignment Factor 37 .sleb128 -8 # CIE Data Alignment Factor 67 .uleb128 0x1 # CIE Code Alignment Factor 68 .sleb128 -8 # CIE Data Alignment Factor
|
/art/runtime/utils/ |
dex_cache_arrays_layout.h | 60 size_t Alignment() const; 62 static constexpr size_t Alignment(PointerSize pointer_size);
|
/external/clang/lib/AST/ |
RecordLayout.cpp | 30 CharUnits alignment, 34 : Size(size), DataSize(datasize), Alignment(alignment), 41 CharUnits size, CharUnits alignment, 57 : Size(size), DataSize(datasize), Alignment(alignment),
|
/external/llvm/include/llvm/Support/ |
ArrayRecycler.h | 29 template<class T, size_t Align = AlignOf<T>::Alignment> 37 static_assert(Align >= AlignOf<FreeList>::Alignment, "Object underaligned");
|
Recycler.h | 35 template<class T, size_t Size = sizeof(T), size_t Align = AlignOf<T>::Alignment> 83 static_assert(AlignOf<SubClass>::Alignment <= Align, 84 "Recycler allocation alignment is less than object align!");
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetTransformInfo.cpp | 353 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 360 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); 364 if (!SrcBytes || !Alignment || Alignment >= SrcBytes) 384 Alignment >= LT.second.getScalarType().getStoreSize()) 395 // to be decomposed based on the alignment factor. 398 Cost += LT.first*(SrcBytes/Alignment-1); 413 unsigned Alignment, 422 int Cost = getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace);
|
/external/swiftshader/src/Reactor/ |
RoutineManager.cpp | 44 uint8_t *RoutineManager::allocateStub(const GlobalValue *function, unsigned stubSize, unsigned alignment) 99 uint8_t *RoutineManager::allocateSpace(intptr_t Size, unsigned Alignment) 105 uint8_t *RoutineManager::allocateGlobal(uintptr_t Size, unsigned Alignment)
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ObjectCodeEmitter.cpp | 58 /// emitAlignment - Align 'BO' to the necessary alignment boundary. 59 void ObjectCodeEmitter::emitAlignment(unsigned Alignment /* 0 */, 61 BO->emitAlignment(Alignment, fill);
|
/frameworks/base/core/java/android/text/ |
BoringLayout.java | 40 Alignment align, 50 Alignment align, 65 int outerwidth, Alignment align, 87 int outerwidth, Alignment align, 120 Alignment align, 135 Alignment align, 170 Alignment align, 176 if (source instanceof String && align == Layout.Alignment.ALIGN_NORMAL) {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
align.d | 1 # name: ARM V6t2 Alignment
|
/external/llvm/lib/Target/ARM/ |
ARMConstantPoolValue.h | 71 unsigned Alignment) { 72 unsigned AlignMask = Alignment - 1; 107 unsigned Alignment) override; 166 unsigned Alignment) override; 200 unsigned Alignment) override; 236 unsigned Alignment) override;
|
/frameworks/base/core/java/android/text/method/ |
Touch.java | 20 import android.text.Layout.Alignment; 42 Alignment a = layout.getParagraphAlignment(top); 65 if (a == Alignment.ALIGN_CENTER) { 67 } else if ((ltr && (a == Alignment.ALIGN_OPPOSITE)) || 68 (!ltr && (a == Alignment.ALIGN_NORMAL)) || 69 (a == Alignment.ALIGN_RIGHT)) {
|
/external/clang/unittests/Format/ |
FormatTest.cpp | [all...] |