/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 114 AlignOf<BBInfo*>::Alignment));
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
ELFObjectWriter.cpp | 730 uint64_t Alignment, 740 WriteWord(Alignment); // sh_addralign 953 uint64_t Alignment, [all...] |
/external/vixl/src/aarch32/ |
instructions-aarch32.h | [all...] |
assembler-aarch32.cc | 1137 Dt_size_8(DataType dt, Alignment align); 1140 Dt_size_8::Dt_size_8(DataType dt, Alignment align) { 1409 Align_index_align_1(Alignment align, 1414 Align_index_align_1::Align_index_align_1(Alignment align, 1471 Align_index_align_2(Alignment align, 1476 Align_index_align_2::Align_index_align_2(Alignment align, 1538 Align_index_align_3(Alignment align, 1543 Align_index_align_3::Align_index_align_3(Alignment align, [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
TutorialJAJP.java | 150 Layout.Alignment.ALIGN_NORMAL, 1, 0, true);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
TextCandidates1LineViewManager.java | 135 /** Scale up text alignment */ 334 mCenterSpan = new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
VolInfo.c | 390 IN UINT32 Alignment
396 This function returns the next larger size that meets the alignment
402 Alignment The desired alignment.
414 while ((OccupiedSize & (Alignment - 1)) != 0) {
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
OpcodeCreation.c | 835 UOpcode->Alignment = FwOpcode->Alignment;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
DxeMain.h | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FrameLowering.cpp | 53 // |.the.standard.16-byte.alignment....| compile time; if present) 76 // variables with more-than-default alignment requirements. 78 // more-than-default alignment requirements. 509 // FIXME: in the case of dynamic re-alignment, NumBytes doesn't have 516 const unsigned Alignment = MFI->getMaxAlignment(); 517 const unsigned NrBitsToZero = countTrailingZeros(Alignment); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 611 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate 613 /// alignment, not its logarithm. 680 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it 681 /// means there isn't a need to check it against alignment requirement, 723 // save area. The element type defines the alignment requirement and 753 unsigned Alignment; 757 ReuseLoadInfo() : IsInvariant(false), Alignment(0), Ranges(nullptr) {} [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
TargetLowering.h | 325 unsigned align; // alignment 527 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate 529 /// alignment, not its logarithm. 630 /// an alignment error (trap) on the target machine. 646 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it 647 /// means there isn't a need to check it against alignment requirement, 702 /// getJumpBufAlignment - returns the target's jmp_buf alignment in bytes 708 /// getMinStackArgumentAlignment - return the minimum stack alignment of an 714 /// getMinFunctionAlignment - return the minimum function alignment. 720 /// getPrefFunctionAlignment - return the preferred function alignment [all...] |
/external/swiftshader/third_party/LLVM/lib/Linker/ |
LinkModules.cpp | 427 // Use the maximum alignment, rather than just copying the alignment of SrcGV. 428 unsigned Alignment = std::max(DestGV->getAlignment(), SrcGV->getAlignment()); 430 DestGV->setAlignment(Alignment); 572 "Appending variables with different alignment need to be linked!"); 592 // Propagate alignment, visibility and section info. 662 // Propagate alignment, visibility and section info. [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 434 case Fragment::Alignment: { 506 // Initialize the alignment of m_pEXIDX. 512 new AlignFragment(/*alignment*/alignExIdx, 725 assert(first->getKind() == Fragment::Alignment); [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | 75 /// getGVAlignmentLog2 - Return the alignment to use for the specified global 76 /// value in log2 form. This rounds up to the preferred alignment if possible 88 // If the GV has a specified alignment, take it into account. 404 // If the alignment is specified, we *must* obey it. Overaligning a global 405 // with a specified alignment is a prompt way to break globals emitted to 451 // Use .lcomm only if it supports user-specified alignment. 454 // some -unknown- default alignment behavior, which could cause [all...] |
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVInstruction.h | 414 TheMemoryAccessMask(0), Alignment(0) { 418 SPIRVMemoryAccess() : TheMemoryAccessMask(0), Alignment(0){} 426 assert(MemoryAccess.size() == 2 && "Alignment operand is missing"); 427 Alignment = MemoryAccess[1]; 433 SPIRVWord getAlignment() const { return Alignment; } 437 SPIRVWord Alignment; [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | 67 /// getGVAlignmentLog2 - Return the alignment to use for the specified global 68 /// value in log2 form. This rounds up to the preferred alignment if possible 80 // If the GV has a specified alignment, take it into account. 285 // If the alignment is specified, we *must* obey it. Overaligning a global 286 // with a specified alignment is a prompt way to break globals emitted to 938 // SectionCPs - Keep track the alignment, constpool entries per Section. 941 unsigned Alignment; 943 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
CBackend.cpp | 192 bool IsVolatile, unsigned Alignment); [all...] |
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 469 // The alignment is stored as a 16-bit raw value from bits 31--16. 472 unsigned Alignment = (Record[i+1] & (0xffffull << 16)) >> 16; 473 if (Alignment && !isPowerOf2_32(Alignment)) 474 return Error("Alignment is not a power of two."); 477 if (Alignment) 478 ReconstitutedAttr |= Attribute::constructAlignmentFromInt(Alignment); [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 825 // The alignment is stored as a 16-bit raw value from bits 31--16. We shift 827 unsigned Alignment = (EncodedAttrs & (0xffffULL << 16)) >> 16; 828 assert((!Alignment || isPowerOf2_32(Alignment)) && 829 "Alignment must be a power of two."); 831 if (Alignment) 832 B.addAlignmentAttr(Alignment); [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 547 unsigned align; // alignment [all...] |
/art/runtime/ |
art_method.h | 602 // Alignment of an instance of this native class. 603 static size_t Alignment(PointerSize pointer_size) { 604 // The ArtMethod alignment is the same as image pointer size. This differs from
|
/cts/tests/tests/text/src/android/text/cts/ |
SpannableStringBuilderSpanTest.java | 595 Layout.Alignment.ALIGN_NORMAL);
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
efi64.asm | 282 ; Alignment check causes an error code to be pushed so no phony push necessary
747 Int17String db "11h Alignment check -",0
|