HomeSort by relevance Sort by last modified time
    Searched refs:Alignment (Results 201 - 225 of 645) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/Analysis/
Loads.cpp 39 APInt Alignment(Offset.getBitWidth(), Align);
41 assert(Alignment.isPowerOf2() && "must be a power of 2!");
42 return BaseAlign.uge(Alignment) && !(Offset & (Alignment-1));
124 // Require ABI alignment for loads without alignment specification
189 // Zero alignment means that the load has the ABI alignment for the target
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 84 if (Attrs & Attribute::Alignment) {
272 // FIXME it is not obvious how this should work for alignment.
273 // For now, say we can't change a known alignment.
274 Attributes OldAlign = OldAttrs & Attribute::Alignment;
275 Attributes NewAlign = Attrs & Attribute::Alignment;
277 "Attempt to change alignment!");
312 // FIXME it is not obvious how this should work for alignment.
313 // For now, say we can't pass in alignment, which no current use does.
314 assert(!(Attrs & Attribute::Alignment) && "Attempt to exclude alignment!");
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 142 LVDBE_ALIGNMENTERROR = 1, /* Memory alignment error */
227 LVM_UINT16 Alignment; /* Region alignment in bytes */
329 /* LVDBE_ALIGNMENTERROR Instance or scratch memory on incorrect alignment */
  /frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 149 LVEQNB_ALIGNMENTERROR = 1, /* Memory alignment error */
229 LVM_UINT16 Alignment; /* Region alignment in bytes */
  /packages/apps/TV/src/com/android/exoplayer/text/
SubtitleView.java 29 import android.text.Layout.Alignment;
80 private Alignment mAlignment;
120 mAlignment = Alignment.ALIGN_CENTER;
162 * Sets the text alignment.
164 * @param textAlignment The text alignment.
166 public void setTextAlignment(Alignment textAlignment) {
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciResourceSupport.h 30 UINT64 Alignment;
158 @param Alignment Alignment of resource.
171 IN UINT64 Alignment,
183 @param Alignment Alignment of resource.
196 IN UINT64 Alignment,
  /external/clang/lib/CodeGen/
EHScopeStack.h 274 static_assert(llvm::AlignOf<T>::Alignment <= ScopeStackAlignment,
275 "Cleanup's alignment is too large.");
284 static_assert(llvm::AlignOf<T>::Alignment <= ScopeStackAlignment,
285 "Cleanup's alignment is too large.");
306 static_assert(llvm::AlignOf<T>::Alignment <= ScopeStackAlignment,
307 "Cleanup's alignment is too large.");
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 47 @ CHECK: Alignment: 0
68 @ CHECK: Alignment: 0
87 @ CHECK: Alignment: 0
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 63 Linkage(linkage), Visibility(DefaultVisibility), Alignment(0),
73 unsigned Alignment : 16; // Alignment of this symbol, must be power of two
82 return (1u << Alignment) >> 1;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 138 /// Alignment - The known alignment of the first store.
139 unsigned Alignment;
224 unsigned Alignment, Instruction *Inst);
240 unsigned Alignment, Instruction *Inst) {
255 R.Alignment = Alignment;
277 I->Alignment = Alignment;
448 // Determine alignment
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 647 Rounds a value up to the next boundary using a specified alignment.
649 This function rounds Value up to the next boundary using the specified Alignment.
653 @param Alignment The alignment boundary used to return the aligned value.
658 #define ALIGN_VALUE(Value, Alignment) ((Value) + (((Alignment) - (Value)) & ((Alignment) - 1)))
662 a specified alignment boundary.
664 This function rounds the pointer specified by Pointer to the next alignment boundary
665 specified by Alignment. The pointer to the aligned address is returned.
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 249 unsigned Alignment,
323 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
328 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
335 unsigned Alignment) {
342 unsigned Alignment,
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 213 /// Alignment - The alignment of the function.
214 unsigned Alignment;
311 /// getAlignment - Return the alignment (log2, not bytes) of the function.
313 unsigned getAlignment() const { return Alignment; }
315 /// setAlignment - Set the alignment (log2, not bytes) of the function.
317 void setAlignment(unsigned A) { Alignment = A; }
321 if (Alignment < A) Alignment = A;
  /external/llvm/include/llvm/IR/
Attributes.h 92 /// alignment set.
139 /// \brief Returns the alignment field of an attribute as a byte alignment
143 /// \brief Returns the stack alignment field of an attribute as a byte
144 /// alignment value.
352 /// \brief Return the alignment for the specified function parameter.
355 /// \brief Get the stack alignment.
446 uint64_t Alignment;
454 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0),
457 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0)
    [all...]
  /external/llvm/include/llvm/MC/
MCFragment.h 279 /// Alignment - The alignment to ensure, in bytes.
280 unsigned Alignment;
293 /// MaxBytesToEmit - The maximum number of bytes to emit; if the alignment
298 MCAlignFragment(unsigned Alignment, int64_t Value, unsigned ValueSize,
300 : MCFragment(FT_Align, false, 0, Sec), Alignment(Alignment),
307 unsigned getAlignment() const { return Alignment; }
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
MtrrLib.c 828 This function first checks the alignment of the base address.
829 If the alignment of the base address <= Length, cover the memory range
830 (BaseAddress, alignment) by a MTRR, then BaseAddress += alignment and
831 Length -= alignment. Repeat the step until alignment > Length.
852 UINT64 Alignment;
861 // Calculate the alignment of the base address.
863 Alignment = LShiftU64 (1, (UINTN)LowBitSet64 (BaseAddress));
865 if (Alignment > Length) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciHostBridgeResourceAllocation.c 80 BitsOfAlignment = HighBitSet64 (RootBridgeInstance->ResAlloc[ResTypeIo].Alignment) + 1; // Get the number of '1' in Alignment
99 BitsOfAlignment = HighBitSet64 (RootBridgeInstance->ResAlloc[ResTypeMem32].Alignment) + 1; // Get the number of '1' in Alignment
121 BitsOfAlignment = HighBitSet64 (RootBridgeInstance->ResAlloc[ResTypePMem32].Alignment) + 1; // Get the number of '1' in Alignment
143 BitsOfAlignment = HighBitSet64 (RootBridgeInstance->ResAlloc[ResTypeMem64].Alignment) + 1; // Get the number of '1' in Alignment
165 BitsOfAlignment = HighBitSet64 (RootBridgeInstance->ResAlloc[ResTypePMem64].Alignment) + 1; //Get the number of '1' in Alignment
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 58 UINT8 Alignment;
79 // for (Alignment = 0; Alignment < BANNER_COLUMNS; Alignment++) {
81 for (Alignment = (UINT8) gScreenDimensions.LeftColumn;
82 Alignment < BANNER_COLUMNS + (UINT8) gScreenDimensions.LeftColumn;
83 Alignment++
86 ColumnIdx = (UINT8) (Alignment - (UINT8) gScreenDimensions.LeftColumn);
96 switch (Alignment - gScreenDimensions.LeftColumn) {
312 ((EFI_IFR_GUID_BANNER *) OpCodeData)->Alignment],
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 1 //===-- DataLayout.cpp - Data size & alignment routines --------------------==//
10 // This file defines layout properties related to datatype size/offset/alignment
58 // Keep track of maximum alignment constraint.
65 // Empty structures have alignment of 1 byte.
104 assert(abi_align <= pref_align && "Preferred alignment worse than ABI!");
131 assert(ABIAlign <= PrefAlign && "Preferred alignment worse than ABI!");
266 // ABI alignment.
269 "Missing alignment specification for pointer in datalayout string");
274 "Pointer ABI alignment must be a power of 2");
276 // Preferred alignment
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 87 b.mAlignment = Alignment.ALIGN_NORMAL;
177 * Set the alignment. The default is {@link Layout.Alignment#ALIGN_NORMAL}.
179 * @param alignment Alignment for the resulting {@link StaticLayout}
182 public Builder setAlignment(Alignment alignment) {
183 mAlignment = alignment;
326 * the last line will be displayed with the alignment set by {@link #setAlignment}.
409 Alignment mAlignment
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 731 unsigned Alignment;
732 if (ParseOptionalAlignment(Alignment)) return true;
733 GV->setAlignment(Alignment);
895 (Attrs & ~(Attribute::FunctionOnly | Attribute::Alignment)))
929 unsigned Alignment;
930 if (ParseOptionalStackAlignment(Alignment))
932 Attrs |= Attribute::constructStackAlignmentFromInt(Alignment);
937 unsigned Alignment;
938 if (ParseOptionalAlignment(Alignment))
940 Attrs |= Attribute::constructAlignmentFromInt(Alignment);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp 283 // Get the alignment operand for a NEON VLD or VST instruction.
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 218 /// Alignment - The alignment to ensure, in bytes.
219 unsigned Alignment;
227 /// MaxBytesToEmit - The maximum number of bytes to emit; if the alignment
239 : MCFragment(FT_Align, SD), Alignment(_Alignment),
246 unsigned getAlignment() const { return Alignment; }
451 /// Alignment - The maximum alignment seen in this section.
452 unsigned Alignment;
472 unsigned getAlignment() const { return Alignment; }
    [all...]

Completed in 1794 milliseconds

1 2 3 4 5 6 7 891011>>