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

1 23 4 5 6

  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 127 LVM_UINT16 Alignment; /* Byte alignment */
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 278 OMX_U32 Alignment;
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 50 * Alignment constraint that can be used during search of free registers.
52 private enum Alignment {
82 * specified starting index and that respect {@link Alignment}.
86 * @return the index of the next clear bit respecting alignment.
413 * Return the register alignment constraint to have 64-bits registers that will be align on even
418 * @return the register alignment constraint.
420 private Alignment getAlignment(int regCategory) {
421 Alignment alignment = Alignment.UNSPECIFIED local
481 Alignment alignment = getAlignment(category); local
964 Alignment alignment = Alignment.UNSPECIFIED; local
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 135 // The alignment to use when accessing this lvalue. (For vector elements,
136 // this is the alignment of the whole vector.)
137 int64_t Alignment;
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); }
    [all...]
CGBlocks.cpp 186 CharUnits Alignment;
196 : Alignment(align), Size(size), Lifetime(lifetime),
210 /// all __weak together. Preserve descending alignment in all situations.
217 left.Alignment >= right.Alignment)
219 else if (LeftByref && left.Alignment >= right.Alignment)
222 left.Alignment >= right.Alignment)
225 LeftValue = left.Alignment;
    [all...]
CGException.cpp     [all...]
CGExprCXX.cpp 726 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(AllocType);
730 Alignment),
735 Alignment),
740 = AggValueSlot::forAddr(NewPtr, Alignment, AllocType.getQualifiers(),
    [all...]
CGStmt.cpp     [all...]
CodeGenModule.h 140 /// The size and alignment of a pointer into the generic address
715 /// The alignment of the field. This is important because
718 CharUnits Alignment;
720 ByrefHelpers(CharUnits alignment) : Alignment(alignment) {}
724 id.AddInteger(Alignment.getQuantity());
775 unsigned Alignment = 0);
    [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp 306 Token Alignment;
316 ExprResult Alignment;
317 if (Info->Alignment.is(tok::numeric_constant)) {
318 Alignment = Actions.ActOnNumericConstant(Info->Alignment);
319 if (Alignment.isInvalid())
322 Actions.ActOnPragmaPack(Info->Kind, Info->Name, Alignment.get(), PragmaLoc,
712 Token Alignment;
713 Alignment.startToken();
717 Alignment = Tok
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 85 /// Alignment - Alignment of the basic block. Zero if the basic block does
87 /// The alignment is specified as log2(bytes).
88 unsigned Alignment;
342 /// getAlignment - Return alignment of the basic block.
343 /// The alignment is specified as log2(bytes).
345 unsigned getAlignment() const { return Alignment; }
347 /// setAlignment - Set alignment of the basic block.
348 /// The alignment is specified as log2(bytes).
350 void setAlignment(unsigned Align) { Alignment = Align;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
LegalizeVectorOps.cpp 593 unsigned Alignment = ST->getAlignment();
624 isVolatile, isNonTemporal, Alignment, TBAAInfo);
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 510 // Use the maximum alignment, rather than just copying the alignment of SrcGV.
512 unsigned Alignment;
514 Alignment = std::max(DestGO->getAlignment(), SrcGV->getAlignment());
519 DestGO->setAlignment(Alignment);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 155 ULONG Alignment;
162 ULONG Alignment;
182 ULONG Alignment;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsdriver.h 123 ULONGLONG Alignment;
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 536 /// Alignment - The current alignment of the record layout.
537 CharUnits Alignment;
539 /// \brief The alignment if attribute packed is not used.
548 /// \brief Whether we need to infer alignment, even when we have an
570 /// MaxFieldAlignment - The maximum allowed field alignment. This is set by
615 /// \brief Externally-provided alignment.
630 Alignment(CharUnits::One()), UnpackedAlignment(CharUnits::One()),
642 /// alignment as the initial alignment. This is used for th
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 346 /// Alignment - The alignment to ensure, in bytes.
347 unsigned Alignment;
355 /// MaxBytesToEmit - The maximum number of bytes to emit; if the alignment
367 : MCFragment(FT_Align, SD), Alignment(_Alignment),
374 unsigned getAlignment() const { return Alignment; }
592 /// Alignment - The maximum alignment seen in this section.
593 unsigned Alignment;
624 unsigned getAlignment() const { return Alignment; }
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 476 // The alignment is stored as a 16-bit raw value from bits 31--16. We shift
478 unsigned Alignment = (EncodedAttrs & (0xffffULL << 16)) >> 16;
479 assert((!Alignment || isPowerOf2_32(Alignment)) &&
480 "Alignment must be a power of two.");
482 if (Alignment)
483 B.addAlignmentAttr(Alignment);
552 return Attribute::Alignment;
690 if (Kind == Attribute::Alignment)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 74 /// getGVAlignmentLog2 - Return the alignment to use for the specified global
75 /// value in log2 form. This rounds up to the preferred alignment if possible
87 // If the GV has a specified alignment, take it into account.
367 // If the alignment is specified, we *must* obey it. Overaligning a global
368 // with a specified alignment is a prompt way to break globals emitted to
401 // Use .lcomm only if it supports user-specified alignment.
404 // some -unknown- default alignment behavior, which could cause
907 // alignment of table entries and the size of the padding instruction.
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 120 bool IsMemCpySmall(uint64_t Len, unsigned Alignment);
122 unsigned Alignment);
224 // alignment.
502 // and alignment should be based on the VT.
    [all...]
AArch64ISelDAGToDAG.cpp 594 unsigned Alignment = GV->getAlignment();
597 if (Alignment == 0 && Ty->isSized() && !Subtarget->isTargetDarwin())
598 Alignment = DL->getABITypeAlignment(Ty);
600 if (Alignment >= Size)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 274 // Get the alignment operand for a NEON VLD or VST instruction.
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 135 // If the memcpy/memmove provides better alignment info than we can
157 unsigned Alignment = getKnownAlignment(MI->getDest(), DL);
158 if (MI->getAlignment() < Alignment) {
160 Alignment, false));
164 // Extract the length and alignment and fill if they are constant.
170 Alignment = MI->getAlignment();
182 // Alignment 0 is identity for alignment 1 for memset, but not store.
183 if (Alignment == 0) Alignment = 1
    [all...]

Completed in 1756 milliseconds

1 23 4 5 6