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

1 2 3 45 6

  /external/clang/lib/CodeGen/
TargetInfo.cpp 541 /// \brief Return the alignment to use for the given type on the stack.
771 // Otherwise, if the alignment is less than or equal to the minimum ABI
772 // alignment, just use the default; the backend will handle this.
774 return 0; // Use default alignment.
776 // On non-Darwin, the stack type alignment is always 4.
778 // Set explicit alignment, since we may need to realign the top.
782 // Otherwise, if the type contains an SSE vector type, the alignment is 16.
800 // Compute the byval alignment.
806 // If the stack alignment is less than the type alignment, realign th
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 807 unsigned Alignment = TLI.getDataLayout()->getPrefTypeAlignment(VecType);
823 false, false, false, MinAlign(Alignment, IncrementSize));
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 553 unsigned Alignment, bool AsCall) {
556 Alignment);
580 getOriginPtr(Addr, IRBNew), Alignment);
605 unsigned Alignment = std::max(kMinOriginAlignment, SI.getAlignment());
606 storeOrigin(IRB, Addr, Shadow, getOrigin(Val), Alignment,
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 109 * columns and rows are taken as flexible if their views specify some form of alignment
112 * The flexibility of a view is therefore influenced by its alignment which is,
115 * If either a weight or alignment were defined along a given axis then the component
116 * is taken as <em>flexible</em> in that direction. If no weight or alignment was set,
198 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment
207 * children that belong to a row group that uses {@link #TOP} alignment will
223 * belong to a row group that uses {@link #TOP} alignment.
474 * Returns the alignment mode.
476 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
491 * Sets the alignment mode to be used for all of the alignments between th
2384 Alignment alignment = gl.getAlignment(spec.alignment, horizontal); local
2521 final Alignment alignment; field in class:Spec
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 107 * flexible if their views specify some form of alignment within their groups.
109 * The flexibility of a view is therefore influenced by its alignment which is,
112 * If either a weight or alignment were defined along a given axis then the component
113 * is taken as <em>flexible</em> in that direction. If no weight or alignment was set,
184 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment
193 * children that belong to a row group that uses {@link #TOP} alignment will
209 * belong to a row group that uses {@link #TOP} alignment.
464 * Returns the alignment mode.
466 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
480 * Sets the alignment mode to be used for all of the alignments between th
2260 Alignment alignment = gl.getAlignment(spec.alignment, horizontal); local
2397 final Alignment alignment; field in class:Spec
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 552 UCHAR Alignment;
ks.h 79 LONGLONG Alignment;
268 LONG_PTR Alignment[2];
269 } Alignment;
795 LONGLONG Alignment;
    [all...]
winnt.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 47 Align(cl::desc("Load/store alignment support"),
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 472 unsigned Alignment; // 0 = no alignment specified
473 // n = alignment in bytes (2, 4, 8, 16, or 32)
620 /// getAlignmentLoc - Get the location of the Alignment token of this operand.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 718 /// the desired ByVal argument alignment.
745 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
wdm.h 471 ULONGLONG Alignment;
501 ULONGLONG Alignment;
518 ULONGLONG Alignment;
14688 ULONG alignment; local
    [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1868 milliseconds

1 2 3 45 6