Searched refs:getAlignment (Results 1 - 25 of 197) sorted by relevance

12345678

/external/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp44 LRSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true);
56 FPSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true);
67 EHSpillSlot[0] = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true);
68 EHSpillSlot[1] = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DUniformListItem.java56 super(getAlignment(items), writeSize(items));
74 private static int getAlignment(List<? extends OffsettedItem> items) { method in class:UniformListItem
77 return Math.max(HEADER_SIZE, items.get(0).getAlignment());
99 return (items.size() * first.writeSize()) + getAlignment(items);
170 theAlignment = i.getAlignment();
177 if (i.getAlignment() != theAlignment) {
214 return getAlignment();
H A DUniformItemSection.java84 int alignment = getAlignment();
H A DSection.java97 public final int getAlignment() { method in class:Section
H A DMixedItemSection.java173 if (item.getAlignment() > getAlignment()) {
346 int alignMask = one.getAlignment() - 1;
H A DOffsettedItem.java253 public final int getAlignment() { method in class:OffsettedItem
/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.hpp111 virtual int getAlignment (void) const = DE_NULL;
129 int getAlignment (void) const { return m_verifier->getAlignment(); } function in class:deqp::gles2::Functional::BufferTestUtil::BufferVerifier
148 int getAlignment (void) const { return 1; } function in class:deqp::gles2::Functional::BufferTestUtil::VertexArrayVerifier
164 int getAlignment (void) const { return 1; } function in class:deqp::gles2::Functional::BufferTestUtil::IndexArrayVerifier
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.hpp122 virtual int getAlignment (void) const = DE_NULL;
141 int getAlignment (void) const { return m_writer->getAlignment(); } function in class:deqp::gls::BufferTestUtil::BufferWriter
159 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::BufferSubDataWriter
171 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::BufferWriteMapWriter
198 virtual int getAlignment (void) const = DE_NULL;
218 int getAlignment (void) const { return m_verifier->getAlignment(); } function in class:deqp::gls::BufferTestUtil::BufferVerifier
238 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::BufferMapVerifier
250 int getAlignment (voi function in class:deqp::gls::BufferTestUtil::VertexArrayVerifier
270 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::IndexArrayVerifier
[all...]
/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp53 unsigned getAlignment(GlobalVariable *GV) const;
91 unsigned ConstantMerge::getAlignment(GlobalVariable *GV) const { function in class:ConstantMerge
92 unsigned Align = GV->getAlignment();
203 if (Replacements[i].first->getAlignment() ||
204 Replacements[i].second->getAlignment()) {
206 std::max(getAlignment(Replacements[i].first),
207 getAlignment(Replacements[i].second)));
/external/llvm/lib/IR/
H A DGlobals.cpp59 unsigned GlobalValue::getAlignment() const { function in class:GlobalValue
63 return GO->getAlignment();
70 return cast<GlobalObject>(this)->getAlignment();
80 assert(getAlignment() == Align && "Alignment representation error!");
98 setAlignment(GV->getAlignment());
H A DDataLayout.cpp620 unsigned DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const {
637 return getAlignment(cast<ArrayType>(Ty)->getElementType(), abi_or_pref);
647 return std::max(Align, Layout->getAlignment());
667 llvm_unreachable("Bad type for getAlignment!!!");
675 return getAlignment(Ty, true);
685 return getAlignment(Ty, false);
764 unsigned GVAlignment = GV->getAlignment();
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h158 /// getAlignment - Return the minimum known alignment in bytes of the
160 uint64_t getAlignment() const;
212 LHS.getAlignment() == RHS.getAlignment() &&
H A DMachineConstantPool.h105 int getAlignment() const { function in class:llvm::MachineConstantPoolEntry
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp110 RC->getAlignment(), false);
140 RC->getSize(), RC->getAlignment(), false);
/external/llvm/include/llvm/IR/
H A DGlobalObject.h46 unsigned getAlignment() const { function in class:llvm::GlobalObject
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp50 (Constants[I].getAlignment() & AlignMask) == 0) {
H A DSystemZSubtarget.cpp61 if (GV->getAlignment() == 1)
H A DSystemZLongBranch.cpp271 BlockPosition Position(MF->getAlignment());
277 Block.Alignment = MBB->getAlignment();
335 BlockPosition Position(MF->getAlignment());
436 BlockPosition Position(MF->getAlignment());
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp184 New->setAlignment(AI.getAlignment());
229 if (AI.getAlignment() == 0)
260 if (EntryAI->getAlignment() == 0)
266 unsigned MaxAlign = std::max(EntryAI->getAlignment(),
267 AI.getAlignment());
276 if (AI.getAlignment()) {
286 Copy->getSource(), AI.getAlignment(), DL, &AI, AC, DT);
287 if (AI.getAlignment() <= SourceAlign) {
325 LI.getAlignment(), LI.getName());
391 SI.getAlignment());
[all...]
/external/llvm/lib/Analysis/
H A DLoads.cpp80 BaseAlign = AI->getAlignment();
87 BaseAlign = GV->getAlignment();
/external/llvm/unittests/IR/
H A DValueTest.cpp65 EXPECT_EQ(Dummy0->getAlignment(), 536870912U);
/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp145 if (L.Load->getAlignment() > BaseLoad->getAlignment())
207 Loads[0].Load->getAlignment(), FirstLP.Load);
H A DMemCpyOptimizer.cpp227 SI->getPointerOperand(), SI->getAlignment(), SI);
232 addRange(OffsetFromFirst, Size, MSI->getDest(), MSI->getAlignment(), MSI);
523 unsigned storeAlign = SI->getAlignment();
526 unsigned loadAlign = LI->getAlignment();
655 unsigned srcAlign = srcAlloca->getAlignment();
825 unsigned Align = std::min(MDep->getAlignment(), M->getAlignment());
865 M->getAlignment(), false);
886 CopySize->getZExtValue(), M->getAlignment(),
993 if (MDep->getAlignment() < ByValAlig
[all...]
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp136 CharUnits getAlignment(llvm::Type *Type) { function in struct:__anon984::CGRecordLowering
224 Layout.getAlignment().alignmentAtOffset(StartOffset).getQuantity();
319 getAlignment(FieldType) > getAlignment(StorageType) ||
320 (getAlignment(FieldType) == getAlignment(StorageType) &&
334 if (LayoutSize % getAlignment(StorageType))
565 if (Member->Offset % getAlignment(Member->Data))
568 NVAlignment = std::max(NVAlignment, getAlignment(Member->Data));
569 Alignment = std::max(Alignment, getAlignment(Membe
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DStringBlock.java117 BitmapFont.Align getAlignment() { method in class:StringBlock

Completed in 446 milliseconds

12345678