HomeSort by relevance Sort by last modified time
    Searched refs:Small (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 78 return DW_EH_PE_indirect | DW_EH_PE_pcrel | (Model == CodeModel::Small ||
82 if (Model == CodeModel::Small || Model == CodeModel::Medium)
91 return DW_EH_PE_pcrel | (Model == CodeModel::Small ?
94 if (Model == CodeModel::Small)
113 return DW_EH_PE_indirect | DW_EH_PE_pcrel | (Model == CodeModel::Small ||
117 if (Model == CodeModel::Small)
X86TargetMachine.cpp 179 // For static codegen, if we're not already set, use Small codegen.
180 setCodeModel(CodeModel::Small);
192 setCodeModel(CodeModel::Small);
X86FastISel.cpp 469 if (TM.getCodeModel() != CodeModel::Small)
606 if (TM.getCodeModel() != CodeModel::Small)
    [all...]
X86ISelDAGToDAG.cpp 620 // Under X86-64 non-small code model, GV (and friends) are 64-bits, so
623 (M == CodeModel::Small || M == CodeModel::Kernel) &&
661 // X86-32 always and X86-64 when in -static -mcmodel=small mode. In 64-bit
664 ((M == CodeModel::Small || M == CodeModel::Kernel) &&
710 if (TM.getCodeModel() == CodeModel::Small &&
    [all...]
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/clang/test/CodeGenCXX/
thunks.cpp 184 struct Small { short s; };
201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
209 void baz(X, X&, _Complex float, Small, Small&, Large);
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { }
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumMapTest.java 34 Small, Middle, Big {};
131 Size.Small, 1));
133 enumSizeMap.get(Size.Small));
240 enumSizeMap.put(Size.Small, 1);
242 assertNull("Failed to clear all elements", enumSizeMap.get(Size.Small)); //$NON-NLS-1$
252 .containsKey(Size.Small));
253 enumSizeMap.put(Size.Small, 1);
255 .containsKey(Size.Small));
276 enumSizeMap.put(Size.Small, integer);
282 assertSame("Should be same", enumSizeMap.get(Size.Small), //$NON-NLS-1
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java 36 Small, Middle, Big {};
133 Size.Small, 1));
135 enumSizeMap.get(Size.Small));
242 enumSizeMap.put(Size.Small, 1);
244 assertNull("Failed to clear all elements", enumSizeMap.get(Size.Small));
254 .containsKey(Size.Small));
255 enumSizeMap.put(Size.Small, 1);
257 .containsKey(Size.Small));
278 enumSizeMap.put(Size.Small, integer);
284 assertSame("Should be same", enumSizeMap.get(Size.Small),
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.cpp 80 setCodeModel(CodeModel::Small);
  /external/llvm/include/llvm/Target/
TargetMachine.h 50 Small,
215 /// getCodeModel - Returns the code model. The choices are small, kernel,
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 115 // FIXME: Is small right here? or .is64Bit() ? Large : Small?
117 setCodeModel(CodeModel::Small);
122 setCodeModel(CodeModel::Small);
  /external/llvm/lib/Target/
TargetMachine.cpp 153 clEnumValN(CodeModel::Small, "small",
154 "Small code model"),
231 /// getCodeModel - Returns the code model. The choices are small, kernel,
  /external/clang/lib/CodeGen/
BackendUtil.cpp 240 if (CodeGenOpts.CodeModel == "small") {
241 TargetMachine::setCodeModel(llvm::CodeModel::Small);
  /frameworks/compile/slang/
slang_backend.cpp 142 llvm::TargetMachine::setCodeModel(llvm::CodeModel::Small);
  /frameworks/base/core/java/android/text/
Html.java 466 } else if (tag.equalsIgnoreCase("small")) {
467 start(mSpannableStringBuilder, new Small());
516 } else if (tag.equalsIgnoreCase("small")) {
517 end(mSpannableStringBuilder, Small.class, new RelativeSizeSpan(0.8f));
790 private static class Small { }
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 112 DecompositionSmall = QChar::Small,
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 57 // Test operations on a RepeatedField which is small enough that it does
59 TEST(RepeatedField, Small) {
274 TEST(RepeatedPtrField, Small) {
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 202 llvm::TargetMachine::setCodeModel(llvm::CodeModel::Small);
760 // Inline small functions
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/dropbear/libtommath/
bn.tex 17 \def\approx{\raisebox{0.2ex}{\mbox{\small $\sim$}}}
183 \begin{small}
192 \end{small}
201 \begin{small}
222 \end{small}
225 \begin{small}
241 \end{small}
262 \begin{small}
276 \end{small}
280 It may seem odd to compare LibTomMath to GnuPG since the math in GnuPG is only a small portion of the entire application.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 19 \def\approx{\raisebox{0.2ex}{\mbox{\small $\sim$}}}
237 \begin{small}
251 \end{small}
258 \begin{small}
265 \end{small}
277 \begin{small}
293 \end{small}
299 \begin{small}
315 \end{small}
322 \begin{small}
    [all...]

Completed in 1219 milliseconds