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

12 3 4

  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 549 BB->setAlignment(AlignConstantIslands ? MaxAlign : 2);
    [all...]
MipsAsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 199 /// setAlignment - Set the alignment (log2, not bytes) of the function.
201 void setAlignment(unsigned A) { Alignment = A; }
MachineBasicBlock.h 347 /// setAlignment - Set alignment of the basic block.
350 void setAlignment(unsigned Align) { Alignment = Align; }
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 207 public void setAlignment(Alignment textAlignment) {
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTest.java 259 LayoutBuilder setAlignment(Alignment align) {
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 116 Name->setAlignment(1);
141 Data->setAlignment(8);
    [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp 757 F->setAlignment(alignment);
761 F->setAlignment(2);
    [all...]
CGCall.cpp 788 Load->setAlignment(1);
    [all...]
CGValue.h 261 void setAlignment(CharUnits A) { Alignment = A.getQuantity(); }
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 67 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(),
143 L->setAlignment(SrcAlign);
147 S->setAlignment(DstAlign);
159 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(),
189 S->setAlignment(Alignment);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 616 GV->setAlignment(1); // Strings may not be merged w/o setting align 1.
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 334 SymtabShndxSD->setAlignment(4);
    [all...]
MCMachOStreamer.cpp 387 SectData.setAlignment(ByteAlignment);
MCObjectStreamer.cpp 314 getCurrentSectionData()->setAlignment(ByteAlignment);
MCELFStreamer.cpp 530 SectData.setAlignment(ByteAlignment);
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 516 BB->setAlignment(AlignConstantIslands ? MaxAlign : 2);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 192 tvc.getColumn().setAlignment(STATS_TABLE_COL_ALIGNMENT[i]);
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 744 NewSI->setAlignment(Alignment);
    [all...]
ScalarReplAggregates.cpp 713 SrcVal->setAlignment(MTI->getAlignment());
730 NewStore->setAlignment(MTI->getAlignment());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 551 column.setAlignment(SWT.RIGHT);
559 column.setAlignment(SWT.RIGHT);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 285 SI->setAlignment(16);

Completed in 687 milliseconds

12 3 4