HomeSort by relevance Sort by last modified time
    Searched refs:Alignment (Results 176 - 200 of 398) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/MC/
ELFObjectWriter.cpp 137 void align(unsigned Alignment);
217 uint32_t Link, uint32_t Info, uint64_t Alignment,
237 void ELFObjectWriter::align(unsigned Alignment) {
238 uint64_t Padding = OffsetToAlignment(getStream().tell(), Alignment);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 112 // alignment of the bit-field, because (a) it is not clear what guarantees the
114 // at an alignment plus offset.
126 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits);
139 Address Addr(V, Alignment);
CGBlocks.cpp 192 CharUnits Alignment;
202 : Alignment(align), Size(size), Lifetime(lifetime),
218 /// all __weak together. Preserve descending alignment in all situations.
220 if (left.Alignment != right.Alignment)
221 return left.Alignment > right.Alignment;
288 /// alignment of the nth byte if the 0th byte is universally aligned.
377 // Otherwise, build a layout chunk with the size and alignment of
448 // Sort the layout by alignment. We have to use a stable sort her
    [all...]
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 162 uint64_t &Alignment,
167 if (Sources[i]->layoutRecordType(Record, Size, Alignment, FieldOffsets,
  /external/llvm/include/llvm/ADT/
StringMap.h 156 unsigned Alignment = alignOf<StringMapEntry>();
159 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment));
  /external/llvm/include/llvm/CodeGen/
FastISel.h 43 uint16_t Alignment;
48 IsInAlloca(false), IsReturned(false), Alignment(0) {}
SelectionDAG.h 199 AlignOf<MostAlignedSDNode>::Alignment>
770 MachinePointerInfo PtrInfo, unsigned Alignment,
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 148 size_t Alignment = 16) LLVM_NOEXCEPT {
149 return Alloc.Allocate(Size, Alignment);
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 538 unsigned Alignment = DL.getPreferredAlignment(&GV);
540 if (Alignment > DL.getABITypeAlignment(Ty))
MIRPrinter.cpp 170 YamlMF.Alignment = MF.getAlignment();
287 YamlObject.Alignment = MFI.getObjectAlignment(I);
313 YamlObject.Alignment = MFI.getObjectAlignment(I);
388 YamlConstant.Alignment = Constant.getAlignment();
  /frameworks/base/core/java/android/widget/
TextView.java 6709 Layout.Alignment alignment; local
6784 Layout.Alignment alignment = getLayoutAlignment(); local
    [all...]
  /art/runtime/
image.cc 164 const size_t method_alignment = ArtMethod::Alignment(pointer_size);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
CalendarWatchFaceService.java 178 Layout.Alignment.ALIGN_NORMAL, 1 /* spacingMult */, 0 /* spacingAdd */,
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
CalendarWatchFaceService.java 178 Layout.Alignment.ALIGN_NORMAL, 1 /* spacingMult */, 0 /* spacingAdd */,
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 267 Layout.Alignment.ALIGN_NORMAL, 1.f, 0, true);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
CalendarWatchFaceService.java 178 Layout.Alignment.ALIGN_NORMAL, 1 /* spacingMult */, 0 /* spacingAdd */,
  /external/llvm/include/llvm/Object/
COFFYAML.h 57 unsigned Alignment;
  /external/llvm/lib/IR/
AttributeImpl.h 94 /// represented by Attribute::AttrKind; alignment attribute entries; and string
119 assert((Kind == Attribute::Alignment || Kind == Attribute::StackAlignment ||
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 459 int ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
463 if (Src->isVectorTy() && Alignment != 16 &&
475 unsigned Alignment,
494 Alignment, AddressSpace);
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 440 const unsigned Alignment = IsWrite
446 if (Alignment == 0 || Alignment >= 8 || (Alignment % (TypeSize / 8)) == 0)
MemorySanitizer.cpp 660 unsigned Size, unsigned Alignment) {
668 unsigned CurrentAlignment = Alignment;
669 if (Alignment >= IntptrAlignment && IntptrSize > kOriginSize) {
691 unsigned Alignment, bool AsCall) {
693 unsigned OriginAlignment = std::max(kMinOriginAlignment, Alignment);
697 getOriginPtr(Addr, IRB, Alignment), StoreSize,
705 getOriginPtr(Addr, IRB, Alignment), StoreSize,
727 getOriginPtr(Addr, IRBNew, Alignment), StoreSize,
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 260 uint32_t Alignment;
312 Section.Alignment = Sect.align;
324 Section.Alignment = Sect.align;
458 W.printNumber("Alignment", MOSection.Alignment);
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 189 saved_align = ctx->Unpack.Alignment;
  /frameworks/base/core/tests/coretests/src/android/text/
DynamicLayoutBlocksTest.java 19 import static android.text.Layout.Alignment.*;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 175 Layout.Alignment.ALIGN_NORMAL, 1.f, 0, true);

Completed in 816 milliseconds

1 2 3 4 5 6 78 91011>>