/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
SelectionDAG.h | 154 AlignOf<MostAlignedSDNode>::Alignment> 592 MachinePointerInfo PtrInfo, unsigned Alignment, 605 unsigned Alignment, AtomicOrdering Ordering, 616 unsigned Alignment, 653 bool isNonTemporal, unsigned Alignment, 658 bool isNonTemporal, unsigned Alignment, 666 bool isVolatile, bool isNonTemporal, unsigned Alignment, 677 bool isNonTemporal, unsigned Alignment, 684 unsigned Alignment, [all...] |
MachineBasicBlock.h | 85 /// Alignment - Alignment of the basic block. Zero if the basic block does 87 unsigned Alignment; 221 /// getAlignment - Return alignment of the basic block. 223 unsigned getAlignment() const { return Alignment; } 225 /// setAlignment - Set alignment of the basic block. 227 void setAlignment(unsigned Align) { Alignment = Align; }
|
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutLineBreakingTest.java | 24 import android.text.Layout.Alignment; 47 private static final Alignment ALIGN = Alignment.ALIGN_LEFT;
|
LayoutTest.java | 35 import android.text.Layout.Alignment; 57 private Layout.Alignment mAlign; 70 mAlign = Alignment.ALIGN_CENTER; 328 Alignment align, float spacingmult, float spacingadd) {
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/ |
QemuFwCfgAcpi.c | 120 @retval EFI_UNSUPPORTED Unsupported alignment request has been found in
148 if (Allocate->Alignment > EFI_PAGE_SIZE) {
149 DEBUG ((EFI_D_ERROR, "%a: unsupported alignment 0x%x\n", __FUNCTION__,
150 Allocate->Alignment));
193 DEBUG ((EFI_D_VERBOSE, "%a: File=\"%a\" Alignment=0x%x Zone=%d Size=0x%Lx "
194 "Address=0x%Lx\n", __FUNCTION__, Allocate->File, Allocate->Alignment,
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_gemm_kernel.h | 22 * - C must have the same alignment as A 257 Alignment = PacketSize>1 ? Aligned : 0 259 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector; 260 typedef Map<const Matrix<Scalar,Dynamic,1>, Alignment > ConstMapVector;
|
/external/llvm/lib/Target/Hexagon/ |
HexagonStoreWidening.cpp | 320 unsigned Alignment = FirstMMO.getAlignment(); 333 if (SizeAccum >= Alignment) 365 if (SizeAccum + S2Size > std::min(MaxSize, Alignment))
|
/external/llvm/lib/Transforms/Scalar/ |
AlignmentFromAssumptions.cpp | 14 // complex alignment assumptions that apply to vector loads and stores that 19 #define AA_NAME "alignment-from-assumptions" 41 "Number of loads changed by alignment assumptions"); 43 "Number of stores changed by alignment assumptions"); 45 "Number of memory intrinsics changed by alignment assumptions"); 74 static const char aip_name[] = "Alignment from assumptions"; 87 // Given an expression for the (constant) alignment, AlignSCEV, and an 89 // DiffSCEV, compute the alignment of the displaced pointer if it can be reduced 90 // to a constant. Using SCEV to compute alignment handles the case where 96 // DiffUnits = Diff % int64_t(Alignment) [all...] |
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
LLParser.h | 181 bool ParseOptionalAlignment(unsigned &Alignment); 184 bool ParseOptionalStackAlignment(unsigned &Alignment); 185 bool ParseOptionalCommaAlign(unsigned &Alignment, bool &AteExtraComma);
|
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | 166 unsigned Alignment = 0, bool isZExt = true, 169 unsigned Alignment = 0); 174 unsigned Alignment); 453 // MachineConstantPool wants an explicit alignment. 518 // MachineConstantPool wants an explicit alignment. 576 // MachineConstantPool wants an explicit alignment. [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | 126 // If the alignment was parsed as an attribute, move to the alignment 130 FnAttrs.removeAttribute(Attribute::Alignment); 927 unsigned Alignment; 928 if (ParseOptionalAlignment(Alignment)) return true; 929 GV->setAlignment(Alignment); [all...] |
/cts/tests/tests/text/src/android/text/style/cts/ |
DrawableMarginSpanTest.java | 86 Layout.Alignment.ALIGN_NORMAL, 1, 0, true);
|
/device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/ |
PciHostBridge.h | 432 UINT64 Alignment;
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
DepexSection.py | 77 # @retval tuple (Generated file name list, section alignment)
124 return FileList, self.Alignment
|
FfsFileStatement.py | 132 Align=self.Alignment,
|
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
PciBus.h | 84 UINT64 Alignment;
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/ |
FwVol.c | 22 #define GET_OCCUPIED_SIZE(ActualSize, Alignment) \
23 (ActualSize) + (((Alignment) - ((ActualSize) & ((Alignment) - 1))) & ((Alignment) - 1))
363 // to make section data at page alignment.
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
LegacyBiosPlatform.h | 62 /// Alignment Bit-mapped address alignment granularity.
100 /// Alignment Bit mapped address alignment granularity.
142 /// Alignment Bit mapped address alignment granularity.
194 /// Alignment Bit mapped address alignment granularity.
220 /// Alignment Bit mapped address alignment granularity. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciEnumeratorSupport.h | 282 This routine will update the alignment with the new alignment.
284 @param Alignment Input Old alignment. Output updated alignment.
285 @param NewAlignment New alignment.
290 IN OUT UINT64 *Alignment,
|
/device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/ |
PciHostBridge.h | 579 UINT64 Alignment;
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/ |
VirtioPciFunctions.c | 225 UINT32 Alignment
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/ |
PciHostBridge.h | 585 UINT64 Alignment;
|
/external/clang/include/clang/CodeGen/ |
CGFunctionInfo.h | 50 /// with the specified alignment (0 indicates default alignment). 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true, 155 AI.setIndirectAlign(Alignment); 162 static ABIArgInfo getIndirectInReg(CharUnits Alignment, bool ByVal = true, 164 auto AI = getIndirect(Alignment, ByVal, Realign);
|
/external/clang/include/clang/Sema/ |
MultiplexExternalSemaSource.h | 164 /// \param Alignment The final alignment of the record, in bits. 180 uint64_t &Size, uint64_t &Alignment,
|
/external/clang/lib/Sema/ |
AttributeList.cpp | 66 return Alloc.Allocate(size, llvm::AlignOf<AttributeFactory>::Alignment);
|