/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | 401 unsigned StubSize, unsigned Alignment = 1); 406 unsigned Alignment); 410 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment); 415 virtual void *allocateGlobal(uintptr_t Size, unsigned Alignment); 548 JE.startGVStub(F, SL.Size, SL.Alignment); 611 JE.startGVStub(0, SL.Size, SL.Alignment); [all...] |
JITMemoryManager.cpp | 216 // Round up size for alignment of header. 417 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { 423 if (Alignment == 0) Alignment = 1; 424 result = (uint8_t*)(((intptr_t)result+Alignment-1) & 425 ~(intptr_t)(Alignment-1)); 435 unsigned Alignment) { 436 return (uint8_t*)StubAllocator.Allocate(StubSize, Alignment); 440 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { 441 return (uint8_t*)DataAllocator.Allocate(Size, Alignment); [all...] |
/frameworks/base/core/java/android/text/ |
Html.java | 299 Layout.Alignment align = 302 if (align == Layout.Alignment.ALIGN_CENTER) { 304 } else if (align == Layout.Alignment.ALIGN_OPPOSITE) { 365 final Layout.Alignment alignment = s.getAlignment(); local 366 if (alignment == Layout.Alignment.ALIGN_NORMAL) { 368 } else if (alignment == Layout.Alignment.ALIGN_CENTER) { 370 } else if (alignment == Layout.Alignment.ALIGN_OPPOSITE) 965 String alignment = m.group(1); local [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
LICM.cpp | 618 int Alignment; 624 DebugLoc dl, int alignment) 627 Alignment(alignment) {} 649 NewSI->setAlignment(Alignment); 699 // We start with an alignment of one and try to find instructions that allow 700 // us to prove better alignment. 701 unsigned Alignment = 1; 742 // If the alignment of this instruction allows us to specify a more 743 // restrictive (and performant) alignment and if we are sure thi [all...] |
/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/llvm/lib/ExecutionEngine/ |
ExecutionEngineBindings.cpp | 326 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, 330 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, 360 uintptr_t Size, unsigned Alignment, unsigned SectionID, 362 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, 367 uintptr_t Size, unsigned Alignment, unsigned SectionID, 369 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID,
|
/external/llvm/lib/Transforms/Vectorize/ |
LoadStoreVectorizer.cpp | 137 unsigned Alignment); 752 // Check alignment restrictions. 753 unsigned Alignment = getAlignment(S0); 756 if (accessIsMisaligned(SzInBytes, AS, Alignment)) { 760 // If we're storing to an object on the stack, we control its alignment, 765 Alignment = TargetBaseAlign; 810 SI->setAlignment(Alignment); 900 // Check alignment restrictions. 901 unsigned Alignment = getAlignment(L0); 904 if (accessIsMisaligned(SzInBytes, AS, Alignment)) { [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
TianoSpecApi.h | 77 IN UINTN Alignment,
96 Alignment - Align with 2^Alignment
295 IN UINTN Alignment,
314 Alignment - Align with 2^Alignment
|
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
PiDxeCis.h | 256 @param Alignment The log base 2 of the boundary that BaseAddress must
257 be aligned on output. Align with 2^Alignment.
285 IN UINTN Alignment,
478 @param Alignment The log base 2 of the boundary that BaseAddress must be aligned on output.
501 IN UINTN Alignment,
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioMmioDeviceLib/ |
VirtioMmioDeviceFunctions.c | 153 UINT32 Alignment
160 VIRTIO_CFG_WRITE (Device, VIRTIO_MMIO_OFFSET_QUEUE_ALIGN, Alignment);
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/ |
PciHostBridge.c | 382 // Get the number of '1' in Alignment.
386 RootBridgeInstance->ResAllocNode[Index].Alignment
[all...] |
/external/clang/include/clang/AST/ |
RecordLayout.h | 66 // Alignment - Alignment of record in characters. 67 CharUnits Alignment; 69 /// RequiredAlignment - The required alignment of the object. In the MS-ABI 82 /// NonVirtualAlignment - The non-virtual alignment (in chars) of an object, 83 /// which is the alignment of the object without virtual bases. 135 ASTRecordLayout(const ASTContext &Ctx, CharUnits size, CharUnits alignment, 142 CharUnits size, CharUnits alignment, 166 /// getAlignment - Get the record alignment in characters. 167 CharUnits getAlignment() const { return Alignment; } [all...] |
/external/eigen/Eigen/src/Core/ |
CoreEvaluators.h | 115 Alignment = 0 142 Alignment = traits<Derived>::Alignment 272 Alignment = evaluator<ArgType>::Alignment 469 Alignment = AlignedMax 526 Alignment = evaluator<ArgType>::Alignment 607 Alignment = EIGEN_PLAIN_ENUM_MIN( 608 EIGEN_PLAIN_ENUM_MIN(evaluator<Arg1>::Alignment, evaluator<Arg2>::Alignment) [all...] |
Map.h | 29 Alignment = int(MapOptions)&int(AlignedMask), 44 * \tparam MapOptions specifies the pointer alignment in bytes. It can be: \c #Aligned128, , \c #Aligned64, \c #Aligned32, \c #Aligned16, \c #Aligned8 or \c #Unaligned.
|
Transpose.h | 242 const Index Alignment = internal::evaluator<MatrixType>::Alignment; 245 A.packet[i] = m.template packetByOuterInner<Alignment>(i,0); 248 m.template writePacket<Alignment>(m.rowIndexByOuterInner(i,0), m.colIndexByOuterInner(i,0), A.packet[i]);
|
/external/eigen/Eigen/src/SparseCore/ |
SparseDiagonalProduct.h | 42 enum { CoeffReadCost = HugeCost, Flags = Rhs::Flags&RowMajorBit, Alignment = 0 }; // FIXME CoeffReadCost & Flags 53 enum { CoeffReadCost = HugeCost, Flags = Lhs::Flags&RowMajorBit, Alignment = 0 }; // FIXME CoeffReadCost & Flags
|
/external/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyld.h | 122 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, 129 virtual uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
|
/external/llvm/include/llvm/Support/ |
MathExtras.h | 574 /// alignment that may be assumed after adding the two together. 584 /// \brief Aligns \c Addr to \c Alignment bytes, rounding up. 586 /// Alignment should be a power of two. This method rounds up, so 588 inline uintptr_t alignAddr(const void *Addr, size_t Alignment) { 589 assert(Alignment && isPowerOf2_64((uint64_t)Alignment) && 590 "Alignment is not a power of two!"); 592 assert((uintptr_t)Addr + Alignment - 1 >= (uintptr_t)Addr); 594 return (((uintptr_t)Addr + Alignment - 1) & ~(uintptr_t)(Alignment - 1)) [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ |
Attributes.h | 53 const Attributes Alignment = 31<<16; ///< Alignment of parameter (5 bits) 54 // stored as log2 of alignment with +1 bias 63 const Attributes StackAlignment = 7<<26; ///< Alignment of stack for 65 ///of alignment with +1 bias 111 /// This turns an int alignment (a power of 2, normally) into the 114 // Default alignment, allow the target to define how to align it. 118 assert(isPowerOf2_32(i) && "Alignment must be a power of two."); 119 assert(i <= 0x40000000 && "Alignment too large."); 123 /// This returns the alignment field of an attribute as a byte alignment value [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMGlobalMerge.cpp | 178 unsigned Alignment = I->getAlignment(); 180 if (Alignment > TD->getABITypeAlignment(Ty))
|
/external/syslinux/gpxe/src/include/gpxe/efi/Pi/ |
PiDxeCis.h | 194 @param Alignment The log base 2 of the boundary that BaseAddress must 195 be aligned on output. Align with 2^Alignment. 223 IN UINTN Alignment, 390 @param Alignment The log base 2 of the boundary that BaseAddress must be aligned on output. 413 IN UINTN Alignment,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
MdeModuleHii.h | 84 UINT8 Alignment; ///< left, center, or right-aligned.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
TianoHii.h | 84 UINT8 Alignment; // left, center, or right-aligned
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
UsbHcMem.h | 168 Allocates pages at a specified alignment that are suitable for an EfiPciIoOperationBusMasterCommonBuffer mapping.
170 If Alignment is not a power of two and Alignment is not zero, then ASSERT().
174 @param Alignment The requested alignment of the allocation. Must be a power of two.
181 @retval EFI_INVALID_PARAMETER Pages or Alignment is not valid.
190 IN UINTN Alignment,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/ |
MdeModuleHii.h | 83 UINT8 Alignment; ///< left, center, or right-aligned.
|