HomeSort by relevance Sort by last modified time
    Searched defs:Alignment (Results 76 - 100 of 148) sorted by null

1 2 34 5 6

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 457 // The alignment is stored as a 16-bit raw value from bits 31--16. We shift
459 unsigned Alignment = (EncodedAttrs & (0xffffULL << 16)) >> 16;
460 assert((!Alignment || isPowerOf2_32(Alignment)) &&
461 "Alignment must be a power of two.");
463 if (Alignment)
464 B.addAlignmentAttr(Alignment);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 736 // The alignment is stored as a 16-bit raw value from bits 31--16. We shift
738 unsigned Alignment = (EncodedAttrs & (0xffffULL << 16)) >> 16;
739 assert((!Alignment || isPowerOf2_32(Alignment)) &&
740 "Alignment must be a power of two.");
742 if (Alignment)
743 B.addAlignmentAttr(Alignment);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devicetopology.h 210 LONGLONG Alignment;
    [all...]
iptypes.h 72 ULONGLONG Alignment;
90 ULONGLONG Alignment;
117 ULONGLONG Alignment;
131 ULONGLONG Alignment;
149 ULONGLONG Alignment;
163 ULONGLONG Alignment;
178 ULONGLONG Alignment;
194 ULONGLONG Alignment;
226 ULONGLONG Alignment;
289 ULONGLONG Alignment;
    [all...]
ndr64types.h 261 NDR64_ALIGNMENT Alignment;
269 NDR64_ALIGNMENT Alignment;
278 NDR64_ALIGNMENT Alignment;
289 NDR64_ALIGNMENT Alignment;
322 NDR64_ALIGNMENT Alignment;
329 NDR64_ALIGNMENT Alignment;
336 NDR64_UINT8 Alignment;
346 NDR64_UINT8 Alignment;
356 NDR64_UINT8 Alignment;
385 NDR64_ALIGNMENT Alignment;
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 325 } Alignment, *PAlignment;
390 ( ( sizeof ( TProfile ) + sizeof ( Alignment ) - 1 ) / sizeof ( long ) )
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 780 // additional padding, for example due to a user specified alignment.
787 // FIXME: Use better alignment / avoid requiring aligned load.
798 // FIXME: Use better alignment.
    [all...]
CGClass.cpp 414 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(BaseType);
416 AggValueSlot::forAddr(V, Alignment, Qualifiers(),
817 CharUnits Alignment;
823 Alignment = CharUnits::fromQuantity(BFInfo.StorageAlignment);
825 Alignment = CGF.getContext().getDeclAlign(FirstField);
829 Alignment) == 0 && "Bad field alignment.");
842 MemcpySize, Alignment);
857 CharUnits Size, CharUnits Alignment) {
    [all...]
CGObjC.cpp 564 // fine given adequate alignment.
624 // Evaluate the ivar's size and alignment.
710 // alignment of the ivar.
723 // line, so the alignment has to be at least the size of the access.
    [all...]
CodeGenFunction.h     [all...]
CodeGenModule.cpp 755 unsigned alignment = D->getMaxAlignment() / Context.getCharWidth(); local
756 if (alignment)
757 F->setAlignment(alignment);
759 // C++ ABI requires 2-byte alignment for member functions.
    [all...]
CGExpr.cpp 71 // FIXME: Should we prefer the preferred type alignment here?
80 // FIXME: Should we prefer the preferred type alignment here?
158 CharUnits Alignment = getContext().getTypeAlignInChars(E->getType());
159 EmitAggExpr(E, AggValueSlot::forAddr(Location, Alignment, Quals,
414 // storage of suitable size and alignment to contain an object of the
445 return SanOpts->Null | SanOpts->Alignment | SanOpts->ObjectSize |
451 QualType Ty, CharUnits Alignment) {
499 if (SanOpts->Alignment) {
500 AlignVal = Alignment.getQuantity();
2544 CharUnits alignment = getContext().getDeclAlign(field); local
    [all...]
  /external/freetype/src/raster/
ftraster.c 325 } Alignment, *PAlignment;
390 ( ( sizeof ( TProfile ) + sizeof ( Alignment ) - 1 ) / sizeof ( long ) )
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 95 | Alignment of int
572 external alignment : llvalue -> int = "llvm_alignment"
745 | Attribute.Alignment n -> Int32.shift_left (Int32.of_int n) 16
783 l := Attribute.Alignment (Int32.to_int align) :: !l;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 174 unsigned Alignment = 0, bool isZExt = true,
177 unsigned Alignment = 0);
182 unsigned Alignment);
493 // MachineConstantPool wants an explicit alignment.
551 // MachineConstantPool wants an explicit alignment.
611 // MachineConstantPool wants an explicit alignment.
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 556 // +1 because index 0 is reserved for return type alignment
619 // Check if we have call alignment metadata
640 // Check for function alignment information if we found that the
646 // Call is indirect or alignment information is not available, fall back to
647 // the ABI type alignment
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 692 // XXX: Account for alignment?
704 unsigned Alignment = TD->getPrefTypeAlignment(EltType);
709 int FI = FrameInfo->CreateStackObject(Size, Alignment, false);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86InstrInfo.cpp 81 // Minimum alignment required for load/store.
280 // Index 0, folded load and store, no alignment requirement.
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 656 // and set IsWrite/Alignment. Otherwise return NULL.
658 unsigned *Alignment) {
662 *Alignment = LI->getAlignment();
668 *Alignment = SI->getAlignment();
674 *Alignment = 0;
680 *Alignment = 0;
730 unsigned Alignment = 0;
731 Value *Addr = isInterestingMemoryAccess(I, &IsWrite, &Alignment);
771 (Alignment >= Granularity || Alignment == 0 || Alignment >= TypeSize / 8)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 325 } Alignment, *PAlignment;
390 ( ( sizeof ( TProfile ) + sizeof ( Alignment ) - 1 ) / sizeof ( long ) )
    [all...]

Completed in 1207 milliseconds

1 2 34 5 6