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

  /external/llvm/include/llvm/Support/
CodeGen.h 27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
  /external/clang/test/CodeGenCXX/
thunks.cpp 185 struct Large {
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) { }
  /dalvik/tests/074-gc-thrash/src/
Main.java 112 Large large = new Large(); local
117 large.start();
128 large.join();
157 * Uses a single large array of references, replaced repeatedly in round-robin
311 * Allocates large useless objects.
313 class Large extends Thread {
333 System.out.println("Large: sleepCount=" + sleepCount);
  /external/llvm/lib/Target/
TargetMachineC.cpp 95 CM = CodeModel::Large;
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 69 // Large model never uses stubs.
70 if (TM.getCodeModel() == CodeModel::Large)
X86ISelLowering.cpp 129 /// large BUILD_VECTORS.
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 272 } else if (CodeGenOpts.CodeModel == "large") {
273 CM = llvm::CodeModel::Large;
  /external/llvm/tools/llc/
llc.cpp 107 clEnumValN(CodeModel::Large, "large",
108 "Large code model"),
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 142 clEnumValN(CodeModel::Large, "large",
143 "Large code model"),
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 93 // Test operations on a RepeatedField which is large enough to allocate a
95 TEST(RepeatedField, Large) {
306 TEST(RepeatedPtrField, Large) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 451 CM = is64Bit ? CodeModel::Large : CodeModel::Small;
  /external/llvm/tools/lli/
lli.cpp 164 clEnumValN(CodeModel::Large, "large",
165 "Large code model"),
317 // No pre-allocated free block was large enough. Allocate a new memory region.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 5 \Large\bf IPv6 Flow Labels in Linux-2.2.
10 { \large Alexey~N.~Kuznetsov } \\
ip-tunnels.tex 5 \Large\bf Tunnels over IP in Linux-2.2
10 { \large Alexey~N.~Kuznetsov } \\
ip-cref.tex 5 \Large\bf IP Command Reference.
10 { \large Alexey~N.~Kuznetsov } \\
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 103 clEnumValN(CodeModel::Large, "large",
104 "Large code model"),
    [all...]
  /external/dropbear/libtommath/
bn.tex 76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming
169 In the file tommath\_class.h you will see a large list of C ``defines'' followed by a series of ``ifdefs''
270 \hline Large function base & X & & GnuPG is barebones. \\
282 would require when working with large integers.
441 Certain algorithms require more than one large integer. In these instances it is ideal to initialize all of the mp\_int
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 289 milliseconds