HomeSort by relevance Sort by last modified time
    Searched refs:setAlignment (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/llvm/lib/IR/
DataLayout.cpp 162 setAlignment(INTEGER_ALIGN, 1, 1, 1); // i1
163 setAlignment(INTEGER_ALIGN, 1, 1, 8); // i8
164 setAlignment(INTEGER_ALIGN, 2, 2, 16); // i16
165 setAlignment(INTEGER_ALIGN, 4, 4, 32); // i32
166 setAlignment(INTEGER_ALIGN, 4, 8, 64); // i64
167 setAlignment(FLOAT_ALIGN, 2, 2, 16); // half
168 setAlignment(FLOAT_ALIGN, 4, 4, 32); // float
169 setAlignment(FLOAT_ALIGN, 8, 8, 64); // double
170 setAlignment(FLOAT_ALIGN, 16, 16, 128); // ppcf128, quad, ...
171 setAlignment(VECTOR_ALIGN, 8, 8, 64); // v2i32, v1i64, ..
    [all...]
Globals.cpp 52 setAlignment(Src->getAlignment());
58 void GlobalValue::setAlignment(unsigned Align) {
Instructions.cpp 838 setAlignment(0);
847 setAlignment(0);
856 setAlignment(0);
865 setAlignment(0);
    [all...]
  /external/clang/lib/Sema/
SemaAttr.cpp 52 void setAlignment(unsigned A) { Alignment = A; }
153 Context->setAlignment(0);
160 Context->setAlignment(1);
170 Context->setAlignment(PackStackEntry::kMac68kAlignmentSentinel);
215 Context->setAlignment(AlignmentVal);
235 Context->setAlignment(AlignmentVal);
256 Context->setAlignment(AlignmentVal);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
StatusBarController.java 56 layout.setAlignment(FlowLayout.LEFT);
  /frameworks/native/include/utils/
TextOutput.h 102 inline HexDump& setAlignment(size_t alignment);
173 inline HexDump& HexDump::setAlignment(size_t alignment) {
  /external/clang/lib/CodeGen/
CGAtomic.cpp 69 lvalue.setAlignment(AtomicAlign);
201 LoadVal1->setAlignment(Align);
203 LoadVal2->setAlignment(Align);
208 StoreVal1->setAlignment(Align);
219 Load->setAlignment(Size);
222 StoreDest->setAlignment(Align);
231 LoadVal1->setAlignment(Align);
234 Store->setAlignment(Size);
294 LoadVal1->setAlignment(Align);
307 StoreDest->setAlignment(Align)
    [all...]
CGExpr.cpp 72 Alloc->setAlignment(Align.getQuantity());
81 Alloc->setAlignment(Align.getQuantity());
    [all...]
CGDecl.cpp 196 GV->setAlignment(getContext().getDeclAlign(&D).getQuantity());
314 var->setAlignment(getContext().getDeclAlign(&D).getQuantity());
870 Alloc->setAlignment(allocaAlignment.getQuantity());
    [all...]
CGBlocks.cpp 580 blockInfo.Address->setAlignment(blockInfo.BlockAlign.getQuantity());
    [all...]
CGCall.cpp 723 Load->setAlignment(1);
756 SI->setAlignment(1);
761 SI->setAlignment(1);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 172 New->setAlignment(AI.getAlignment());
202 AI.setAlignment(TD->getPrefTypeAlignment(AI.getAllocatedType()));
233 EntryAI->setAlignment(
240 EntryAI->setAlignment(MaxAlign);
327 NewLoad->setAlignment(LI.getAlignment());
349 LI.setAlignment(KnownAlign);
351 LI.setAlignment(EffectiveLoadAlign);
423 V1->setAlignment(Align);
424 V2->setAlignment(Align);
576 SI.setAlignment(KnownAlign)
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 83 label.setAlignment(LabelWidget.Alignment.CENTER);
91 label.setAlignment(LabelWidget.Alignment.CENTER);
101 label.setAlignment(LabelWidget.Alignment.CENTER);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
StringBlock.java 125 void setAlignment(BitmapFont.Align alignment) {
BitmapText.java 211 public void setAlignment(BitmapFont.Align align) {
215 block.setAlignment(align);
  /external/llvm/lib/MC/
MCPureStreamer.cpp 174 getCurrentSectionData()->setAlignment(ByteAlignment);
189 getCurrentSectionData()->setAlignment(ByteAlignment);
ELFObjectWriter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 212 Replacements[i].second->setAlignment(std::max(
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPopupMenuProxyMac.mm 74 [paragraphStyle.get() setAlignment:menuTextDirection == LTR ? NSLeftTextAlignment : NSRightTextAlignment];
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
BillboardControl.java 284 public void setAlignment(Alignment alignment) {
  /external/llvm/include/llvm/IR/
DataLayout.h 124 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
GlobalValue.h 82 void setAlignment(unsigned Align);
IntrinsicInst.h 161 void setAlignment(Constant* A) {
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 701 NewSI->setAlignment(Alignment);
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
PopupMenuMac.mm 103 [paragraphStyle.get() setAlignment:menuTextDirection == LTR ? NSLeftTextAlignment : NSRightTextAlignment];

Completed in 334 milliseconds

1 2 3 4