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

1 2 3

  /external/llvm/lib/Target/
TargetData.cpp 145 setAlignment(INTEGER_ALIGN, 1, 1, 1); // i1
146 setAlignment(INTEGER_ALIGN, 1, 1, 8); // i8
147 setAlignment(INTEGER_ALIGN, 2, 2, 16); // i16
148 setAlignment(INTEGER_ALIGN, 4, 4, 32); // i32
149 setAlignment(INTEGER_ALIGN, 4, 8, 64); // i64
150 setAlignment(FLOAT_ALIGN, 4, 4, 32); // float
151 setAlignment(FLOAT_ALIGN, 8, 8, 64); // double
152 setAlignment(VECTOR_ALIGN, 8, 8, 64); // v2i32, v1i64, ...
153 setAlignment(VECTOR_ALIGN, 16, 16, 128); // v16i8, v8i16, v4i32, ...
154 setAlignment(AGGREGATE_ALIGN, 0, 8, 0); // struc
    [all...]
  /external/clang/lib/Sema/
SemaAttr.cpp 52 void setAlignment(unsigned A) { Alignment = A; }
164 Context->setAlignment(0);
171 Context->setAlignment(1);
181 Context->setAlignment(PackStackEntry::kMac68kAlignmentSentinel);
222 Context->setAlignment(AlignmentVal);
242 Context->setAlignment(AlignmentVal);
263 Context->setAlignment(AlignmentVal);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 45 New->setAlignment(AI.getAlignment());
81 AI.setAlignment(TD->getPrefTypeAlignment(AI.getAllocatedType()));
134 NewLoad->setAlignment(LI.getAlignment());
156 LI.setAlignment(KnownAlign);
158 LI.setAlignment(EffectiveLoadAlign);
230 V1->setAlignment(Align);
231 V2->setAlignment(Align);
383 SI.setAlignment(KnownAlign);
385 SI.setAlignment(EffectiveStoreAlign);
  /frameworks/base/include/utils/
TextOutput.h 102 inline HexDump& setAlignment(size_t alignment);
173 inline HexDump& HexDump::setAlignment(size_t alignment) {
  /external/llvm/lib/MC/
MCELFStreamer.cpp 251 getCurrentSectionData()->setAlignment(ByteAlignment);
266 getCurrentSectionData()->setAlignment(ByteAlignment);
372 SectData.setAlignment(ByteAlignment);
MCMachOStreamer.cpp 316 SectData.setAlignment(ByteAlignment);
345 getCurrentSectionData()->setAlignment(ByteAlignment);
360 getCurrentSectionData()->setAlignment(ByteAlignment);
WinCOFFStreamer.cpp 157 SectionData.setAlignment(ByteAlignment);
345 getCurrentSectionData()->setAlignment(ByteAlignment);
360 getCurrentSectionData()->setAlignment(ByteAlignment);
MCPureStreamer.cpp 170 getCurrentSectionData()->setAlignment(ByteAlignment);
185 getCurrentSectionData()->setAlignment(ByteAlignment);
ELFObjectWriter.cpp 719 RelaSD.setAlignment(is64Bit() ? 8 : 4);
814 ShstrtabSD.setAlignment(1);
821 SymtabSD.setAlignment(is64Bit() ? 8 : 4);
830 SymtabShndxSD->setAlignment(4);
837 StrtabSD.setAlignment(1);
924 Data.setAlignment(4);
    [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/llvm/lib/VMCore/
Globals.cpp 51 setAlignment(Src->getAlignment());
57 void GlobalValue::setAlignment(unsigned Align) {
Instructions.cpp 840 setAlignment(0);
849 setAlignment(0);
858 setAlignment(0);
867 setAlignment(0);
876 setAlignment(Align);
    [all...]
  /external/llvm/include/llvm/Target/
TargetData.h 100 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 206 Replacements[i].second->setAlignment(std::max(
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPopupMenuProxyMac.mm 74 [paragraphStyle.get() setAlignment:menuTextDirection == LTR ? NSLeftTextAlignment : NSRightTextAlignment];
  /external/clang/lib/CodeGen/
CGExpr.cpp 67 Alloc->setAlignment(Align.getQuantity());
76 Alloc->setAlignment(Align.getQuantity());
748 Load->setAlignment(Alignment);
792 Store->setAlignment(Alignment);
    [all...]
CGCall.cpp 489 Load->setAlignment(1);
501 Store->setAlignment(1);
521 SI->setAlignment(1);
585 Load->setAlignment(1);
    [all...]
CodeGenModule.cpp 524 F->setAlignment(alignment);
528 F->setAlignment(2);
    [all...]
  /external/llvm/include/llvm/
GlobalValue.h 84 void setAlignment(unsigned Align);
IntrinsicInst.h 165 void setAlignment(Constant* A) {
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 649 NewSI->setAlignment(Alignment);
793 PreheaderLoad->setAlignment(Alignment);
  /external/webkit/Source/WebCore/platform/mac/
PopupMenuMac.mm 103 [paragraphStyle.get() setAlignment:menuTextDirection == LTR ? NSLeftTextAlignment : NSRightTextAlignment];
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 186 /// setAlignment - Set the alignment (log2, not bytes) of the function.
188 void setAlignment(unsigned A) { Alignment = A; }
  /external/llvm/lib/CodeGen/
CodePlacementOpt.cpp 405 L->getTopBlock()->setAlignment(Align);
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 422 [_elapsedTimeText setAlignment:NSLeftTextAlignment];
426 [_remainingTimeText setAlignment:NSRightTextAlignment];

Completed in 1317 milliseconds

1 2 3