HomeSort by: relevance | last modified time | path
    Searched refs:Large (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CodeGen.h 28 enum Model { Tiny, Small, Kernel, Medium, Large };
37 enum Level { Default=0, Small=1, Large=2 };
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
donotoptimize_assembly_test.cc 22 struct Large {
37 benchmark::DoNotOptimize(Large{ExternInt, {ExternInt, ExternInt}});
63 Large L{ExternInt, {ExternInt, ExternInt}};
91 const Large L{ExternInt, {ExternInt, ExternInt}};
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
donotoptimize_assembly_test.cc 22 struct Large {
37 benchmark::DoNotOptimize(Large{ExternInt, {ExternInt, ExternInt}});
63 Large L{ExternInt, {ExternInt, ExternInt}};
91 const Large L{ExternInt, {ExternInt, ExternInt}};
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CodeGenCWrappers.h 42 return CodeModel::Large;
57 case CodeModel::Large:
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 35 if (*CM != CodeModel::Small && *CM != CodeModel::Large)
36 report_fatal_error("Target only supports CodeModel Small or Large");
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.cpp 85 // The large PIC code model uses GOTOFF.
86 case CodeModel::Large:
125 // The static large model never uses stubs.
126 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent())
155 // ELF supports a large, truly PIC code model with non-PC relative GOT
158 if (TM.getCodeModel() == CodeModel::Large)
X86IndirectBranchTracking.cpp 122 // Large code model, non-internal function or function whose address
125 if ((TM->getCodeModel() == CodeModel::Large ||
X86TargetMachine.cpp 205 return Is64Bit ? CodeModel::Large : CodeModel::Small;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
JITTargetMachineBuilder.cpp 117 case CodeModel::Large:
118 OS << "Large";
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kTargetMachine.cpp 76 } else if (CM == CodeModel::Large) {
77 llvm_unreachable("Large code model is not supported");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 264 // MachO large model always goes via a GOT, simply to get a single 8-byte
266 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO())
296 // MachO large model always goes via a GOT, because we don't have the
298 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() &&
AArch64TargetMachine.cpp 259 *CM != CodeModel::Large) {
261 "Only small, tiny and large code models are allowed on AArch64");
270 // since with large code model LLVM generating 4 MOV instructions, and
273 return CodeModel::Large;
321 // MachO/CodeModel::Large, which GlobalISel does not support.
325 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 232 // Large code model always uses the TOC even for local symbols.
233 if (TM.getCodeModel() == CodeModel::Large)
PPCAsmPrinter.cpp 919 assert((IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large) &&
920 "This pseudo should only be selected for 32-bit large code model on"
951 assert(IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large &&
952 "This pseudo should only be selected for 32-bit large code model on"
988 // constant pool index with large code model enabled, then generate a TOC
1003 (MO.isCPI() && TM.getCodeModel() == CodeModel::Large))
1027 // a constant pool index with large code model enabled, then generate a
1045 if (!MO.isCPI() || TM.getCodeModel() == CodeModel::Large)
1563 // In the Large code model, we allow arbitrary displacements between
1567 if (TM.getCodeModel() == CodeModel::Large
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
llvm_target.ml 38 | Large
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pass-by-ref.exp 57 # (e.g. if it is too large to fit on registers). For this reason, this
58 # test generates both a small and a large version for the same
80 set LARGE 150
197 # Generate a large C++ class
200 global LARGE
201 return [generate_class Large $LARGE $states];
323 append stmts [generate_stmts "Large" $state]
427 test_for_class "Large" $state "cbv" "data" $LARGE
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pass-by-ref.exp 57 # (e.g. if it is too large to fit on registers). For this reason, this
58 # test generates both a small and a large version for the same
80 set LARGE 150
197 # Generate a large C++ class
200 global LARGE
201 return [generate_class Large $LARGE $states];
323 append stmts [generate_stmts "Large" $state]
427 test_for_class "Large" $state "cbv" "data" $LARGE
    [all...]
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
string.bench.cpp 60 enum class Length { Empty, Small, Large, Huge };
62 static constexpr const char* Names[] = {"Empty", "Small", "Large", "Huge"};
134 case Length::Large:
149 case Length::Large:
470 // We don't need huge. Doensn't give anything different than Large.
526 // Huge does not give us anything that Large doesn't have. Skip it.
540 for (auto Lhs : {Length::Empty, Length::Small, Length::Large, Length::Huge}) {
543 {Length::Empty, Length::Small, Length::Large, Length::Huge}) {
557 for (auto L : {Length::Small, Length::Large, Length::Huge}) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 66 // abs64 Static Large text smaller than 2^31 bytes
83 return CodeModel::Large;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h 427 void initELFMCObjectFileInfo(const Triple &T, bool Large);
  /src/external/apache2/llvm/dist/llvm/lib/Target/
TargetLoweringObjectFile.cpp 48 TM.getCodeModel() == CodeModel::Large);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 126 getEffectiveCodeModel(CM, CodeModel::Large), OL),
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
aaA.d 428 static struct Large
434 test!(Large, Large);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 304 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) {
310 // We cannot use DW_EH_PE_sdata8 for the large PositionIndependent case
312 if (PositionIndependent && !Large)
325 (Large ? dwarf::DW_EH_PE_sdata8 : dwarf::DW_EH_PE_sdata4);
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEAsmPrinter.cpp 195 case CodeModel::Large:

Completed in 40 milliseconds

1 2 3