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

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CodeGenCWrappers.h 34 return CodeModel::Tiny;
49 case CodeModel::Tiny:
TargetMachine.h 470 /// CM does not have a value. The tiny and kernel models will produce
476 // By default, targets do not support the tiny and kernel models.
477 if (*CM == CodeModel::Tiny)
478 report_fatal_error("Target does not support the tiny CodeModel", false);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CodeGen.h 28 enum Model { Tiny, Small, Kernel, Medium, Large };
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
JITTargetMachineBuilder.cpp 105 case CodeModel::Tiny:
106 OS << "Tiny";
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap.in 30 use HTTP::Tiny 0.056;
277 # HTTP::Tiny doesn't export a method to explicitly close a connected
287 $http = HTTP::Tiny->new(%SSL_ATTRS);
292 $http = HTTP::Tiny->new();
467 HTTP::Tiny - version >= 0.056
  /src/external/gpl3/gdb/dist/gnulib/import/extra/
gitlog-to-changelog 114 Append the "(tiny change)" notation to the usual "date name email"
358 # `(tiny change)' annotation.
359 my $tiny = (grep (/^(?:Copyright-paperwork-exempt|Tiny-change):\s+[Yy]es$/, @line)
360 ? ' (tiny change)' : '');
362 my $date_line = sprintf "%s %s$tiny\n",
370 |Tiny-change:[ ]
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gitlog-to-changelog 114 Append the "(tiny change)" notation to the usual "date name email"
358 # `(tiny change)' annotation.
359 my $tiny = (grep (/^(?:Copyright-paperwork-exempt|Tiny-change):\s+[Yy]es$/, @line)
360 ? ' (tiny change)' : '');
362 my $date_line = sprintf "%s %s$tiny\n",
370 |Tiny-change:[ ]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 258 if (*CM != CodeModel::Small && *CM != CodeModel::Tiny &&
261 "Only small, tiny and large code models are allowed on AArch64");
262 } else if (*CM == CodeModel::Tiny && !TT.isOSBinFormatELF())
263 report_fatal_error("tiny code model is only supported on ELF");
316 else if (getCodeModel() == CodeModel::Tiny && this->Options.TLSSize > 24)
317 // for the tiny code model, the maximum TLS size is 1MiB (< 16MiB)
AArch64Subtarget.cpp 279 // Same for the tiny code model, where we have a pc relative LDR.
280 if ((useSmallAddressing() || TM.getCodeModel() == CodeModel::Tiny) &&
AArch64ExpandPseudoInsts.cpp 905 if (MF->getTarget().getCodeModel() == CodeModel::Tiny) {
906 // Tiny codemodel expand to LDR
AArch64FrameLowering.cpp 1334 case CodeModel::Tiny:
AArch64ISelLowering.cpp 6183 // This also catches the large code model case for Darwin, and tiny code
6192 } else if (getTargetMachine().getCodeModel() == CodeModel::Tiny) {
6428 // FIXME: add tiny and large code model support for TLS access models other
6429 // than local exec. We currently generate the same code as small for tiny,
7243 } else if (getTargetMachine().getCodeModel() == CodeModel::Tiny) {
7278 } else if (getTargetMachine().getCodeModel() == CodeModel::Tiny) {
7291 } else if (getTargetMachine().getCodeModel() == CodeModel::Tiny) {
AArch64InstrInfo.cpp 2013 } else if (TM.getCodeModel() == CodeModel::Tiny) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 75 if (*CM == CodeModel::Tiny)
76 report_fatal_error("Target does not support the tiny CodeModel", false);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 141 if (*CM == CodeModel::Tiny)
142 report_fatal_error("Target does not support the tiny CodeModel", false);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.cpp 79 case CodeModel::Tiny:
80 llvm_unreachable("Tiny codesize model not supported on X86");
X86TargetMachine.cpp 200 if (*CM == CodeModel::Tiny)
201 report_fatal_error("Target does not support the tiny CodeModel", false);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 256 if (*CM == CodeModel::Tiny)
257 report_fatal_error("Target does not support the tiny CodeModel", false);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CommandFlags.cpp 148 cl::values(clEnumValN(CodeModel::Tiny, "tiny", "Tiny code model"),
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 444 .Case("tiny", llvm::CodeModel::Tiny)
CodeGenModule.cpp 734 .Case("tiny", llvm::CodeModel::Tiny)
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 621 case CodeModel::Tiny:
622 llvm_unreachable("Tiny code model not available on ARM.");
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 6414 #--IF |X| > 2^(100), RETURN SIGN(X)*(PI/2 - TINY). OTHERWISE,
6474 #--RETURN SIGN(X)*(PIBY2 - TINY) = SIGN(X)*PIBY2 - SIGN(X)*TINY
6869 # 9.3 ans := Tiny. #
6873 # X's sign. "Huge" and "Tiny" are respectively large/tiny #
6972 # Notes: The idea is to return "X - tiny" under the user #
7006 # Notes: 10.2 will always create an inexact and return -1 + tiny #
7844 # sgn := sign(X), Tiny := 2**(-126), #
7845 # tanh(X) := sgn - sgn*Tiny.
    [all...]
fpsp.s 6520 #--IF |X| > 2^(100), RETURN SIGN(X)*(PI/2 - TINY). OTHERWISE,
6580 #--RETURN SIGN(X)*(PIBY2 - TINY) = SIGN(X)*PIBY2 - SIGN(X)*TINY
6975 # 9.3 ans := Tiny. #
6979 # X's sign. "Huge" and "Tiny" are respectively large/tiny #
7078 # Notes: The idea is to return "X - tiny" under the user #
7112 # Notes: 10.2 will always create an inexact and return -1 + tiny #
7950 # sgn := sign(X), Tiny := 2**(-126), #
7951 # tanh(X) := sgn - sgn*Tiny.
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp 2584 } else if (TM.getCodeModel() == CodeModel::Tiny) {

Completed in 88 milliseconds

1 2