HomeSort by relevance Sort by last modified time
    Searched refs:getAlignment (Results 26 - 50 of 149) sorted by null

12 3 4 5 6

  /external/clang/include/clang/AST/
RecordLayout.h 113 /// getAlignment - Get the record alignment in characters.
114 CharUnits getAlignment() const { return Alignment; }
Attr.h 242 Align = std::max(Align, i->getAlignment(Ctx));
  /external/collada/include/dae/
daeMetaAttribute.h 191 virtual daeInt getAlignment();
  /external/collada/src/dae/
daeMetaAttribute.cpp 91 daeMetaAttribute::getAlignment()
93 return _type->getAlignment();
  /external/llvm/lib/MC/
MCPureStreamer.cpp 169 if (ByteAlignment > getCurrentSectionData()->getAlignment())
184 if (ByteAlignment > getCurrentSectionData()->getAlignment())
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 308 LI->getAlignment() == cast<LoadInst>(I2)->getAlignment() &&
313 SI->getAlignment() == cast<StoreInst>(I2)->getAlignment() &&
763 F->setAlignment(std::max(F->getAlignment(), G->getAlignment()));
788 unsigned MaxAlignment = std::max(G->getAlignment(), H->getAlignment());
  /external/llvm/lib/VMCore/
Globals.cpp 51 setAlignment(Src->getAlignment());
62 assert(getAlignment() == Align && "Alignment representation error!");
  /external/llvm/lib/Analysis/
Lint.cpp 273 MCI->getAlignment(), 0,
276 MCI->getAlignment(), 0,
297 MMI->getAlignment(), 0,
300 MMI->getAlignment(), 0,
308 MSI->getAlignment(), 0,
425 AA->getTypeStoreSize(I.getType()), I.getAlignment(),
432 I.getAlignment(),
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 356 FrameIdx = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(),
365 RC->getAlignment(),
372 RC->getAlignment(),
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 93 /// getAlignment - Return the minimum required alignment for a register of
95 unsigned getAlignment() const { return Alignment; }
  /external/llvm/lib/Target/Blackfin/
BlackfinFrameLowering.cpp 127 RC->getAlignment(),
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 185 unsigned Alignment = I->getAlignment();
LoopIdiomRecognize.cpp 306 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(),
360 MSI->getAlignment(), MSI->getValue(),
621 std::min(SI->getAlignment(), LI->getAlignment()));
MemCpyOptimizer.cpp 215 SI->getPointerOperand(), SI->getAlignment(), SI);
220 addRange(OffsetFromFirst, Size, MSI->getDest(), MSI->getAlignment(), MSI);
757 unsigned Align = std::min(MDep->getAlignment(), M->getAlignment());
798 M->getAlignment(), false);
    [all...]
ScalarReplAggregates.cpp 626 SrcVal->setAlignment(MTI->getAlignment());
643 NewStore->setAlignment(MTI->getAlignment());
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 94 /// getAlignment - Return the minimum required alignment for a register of
96 unsigned getAlignment() const { return MC->getAlignment(); }
  /external/llvm/lib/Transforms/Utils/
Local.cpp 733 if (AI->getAlignment() >= PrefAlign)
734 return AI->getAlignment();
744 if (GV->getAlignment() >= PrefAlign)
745 return GV->getAlignment();
750 if (!GV->hasSection() || GV->getAlignment() == 0)
752 return GV->getAlignment();
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 553 static Alignment getAlignment(int gravity, boolean horizontal) {
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 174 method = "getAlignment",
180 assertSame(mAlign, layout.getAlignment());
183 assertNull(layout.getAlignment());
  /external/llvm/include/llvm/Object/
ObjectFile.h 142 error_code getAlignment(uint64_t &Result) const;
416 inline error_code SectionRef::getAlignment(uint64_t &Result) const {
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 310 unsigned alignment = gv->getAlignment();
313 decl += utostr(gv->getAlignment());
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 697 LD->isNonTemporal(), LD->getAlignment());
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 201 Alignment = Types.getContext().getASTRecordLayout(D).getAlignment();
358 unsigned ContainingTypeAlign = Types.getContext().toBits(RL.getAlignment());
457 if (MFAA->getAlignment() != Types.getContext().toBits(typeAlignment))
561 if (getTypeAlignment(unionType) > layout.getAlignment()) {
    [all...]
  /external/llvm/include/llvm/
GlobalValue.h 81 unsigned getAlignment() const {
IntrinsicInst.h 131 unsigned getAlignment() const {

Completed in 1092 milliseconds

12 3 4 5 6