HomeSort by relevance Sort by last modified time
    Searched refs:getAlignment (Results 51 - 75 of 188) sorted by null

1 23 4 5 6 7 8

  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 130 assertSame(mAlign, layout.getAlignment());
133 assertNull(layout.getAlignment());
  /external/clang/lib/CodeGen/
CGExpr.cpp 808 E->getType(), LV.getAlignment());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp 268 BBInfo.front().KnownBits = MF->getAlignment();
414 unsigned LogAlign = MF->getBlockNumbered(i)->getAlignment();
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 519 MF->ensureAlignment(BB->getAlignment());
535 unsigned Align = CPs[i].getAlignment();
610 unsigned Align = MCP->getConstants()[CPI].getAlignment();
647 BBInfo.front().KnownBits = MF->getAlignment();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 711 SrcVal->setAlignment(MTI->getAlignment());
728 NewStore->setAlignment(MTI->getAlignment());
    [all...]
LoopIdiomRecognize.cpp 810 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(),
864 MSI->getAlignment(), MSI->getValue(),
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
BillboardControl.java 275 public Alignment getAlignment() {
  /external/llvm/include/llvm/IR/
GlobalValue.h 79 unsigned getAlignment() const {
IntrinsicInst.h 127 unsigned getAlignment() const {
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 88 /// getAlignment - Return the minimum required alignment for a register of
90 unsigned getAlignment() const { return Alignment; }
MCAssembler.h 367 unsigned getAlignment() const { return Alignment; }
610 unsigned getAlignment() const { return Alignment; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 419 LD->isInvariant(), LD->getAlignment());
429 LD->isNonTemporal(), LD->getAlignment());
500 LD->getAlignment());
529 unsigned Alignment = ST->getAlignment();
  /external/llvm/lib/MC/
MCAssembler.cpp 417 unsigned Size = OffsetToAlignment(Offset, AF.getAlignment());
422 Size += AF.getAlignment();
    [all...]
MachObjectWriter.cpp 122 return OffsetToAlignment(EndAddr, NextSD.getAlignment());
233 assert(isPowerOf2_32(SD.getAlignment()) && "Invalid alignment!");
234 Write32(Log2_32(SD.getAlignment()));
592 StartAddress = RoundUpToAlignment(StartAddress, SD->getAlignment());
    [all...]
MCObjectStreamer.cpp 291 if (ByteAlignment > getCurrentSectionData()->getAlignment())
WinCOFFStreamer.cpp 162 if (SectionData.getAlignment() < ByteAlignment)
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 184 checkError(Section.getAlignment(Align), "SectionRef::getAlignment() failed");
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 317 CP->getAlignment());
320 CP->getAlignment());
391 if (GA->getOffset() == 0 && GV->getAlignment() >= 4) {
412 if (LD->getAlignment() >= ABIAlignment)
460 if (LD->getAlignment() == 2) {
514 if (ST->getAlignment() >= ABIAlignment) {
522 if (ST->getAlignment() == 2) {
    [all...]
  /external/llvm/include/llvm/Object/
ObjectFile.h 157 error_code getAlignment(uint64_t &Result) const;
494 inline error_code SectionRef::getAlignment(uint64_t &Result) const {
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java 146 final Align alignment = block.getAlignment();
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 195 /// getAlignment - Return the alignment (log2, not bytes) of the function.
197 unsigned getAlignment() const { return Alignment; }
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 75 RC->getAlignment());
  /external/llvm/lib/Linker/
LinkModules.cpp 464 unsigned Alignment = std::max(DestGV->getAlignment(), SrcGV->getAlignment());
663 if (DstGV->getAlignment() != SrcGV->getAlignment())
    [all...]

Completed in 1396 milliseconds

1 23 4 5 6 7 8