| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 34 return CodeModel::Tiny; in unwrap() 49 case CodeModel::Tiny: in wrap()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonScheduleV67T.td | 1 //=- HexagonScheduleV67T.td - Hexagon V67 Tiny Core Scheduling Definitions --=// 60 // Hexagon V67 Tiny Core Resource Definitions -
|
| H A D | HexagonScheduleV71T.td | 1 //=-HexagonScheduleV71T.td - Hexagon V71 Tiny Core Scheduling Definition ----=// 58 // Hexagon V71 Tiny Core Resource Definitions -
|
| H A D | Hexagon.td | 27 "TinyCore", "Hexagon Tiny Core">;
|
| /freebsd/contrib/ntp/scripts/update-leap/ |
| H A D | 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
|
| H A D | invoke-update-leap.texi | 143 HTTP::Tiny - version >= 0.056
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CodeGenTargetMachineImpl.h | 85 if (*CM == CodeModel::Tiny) in getEffectiveCodeModel()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 104 case CodeModel::Tiny: in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 336 if (*CM != CodeModel::Small && *CM != CodeModel::Tiny && in getEffectiveAArch64CodeModel() 340 } else if (*CM == CodeModel::Tiny && !TT.isOSBinFormatELF()) { in getEffectiveAArch64CodeModel() 395 else if (getCodeModel() == CodeModel::Tiny && this->Options.TLSSize > 24) in AArch64TargetMachine()
|
| H A D | AArch64Subtarget.cpp | 486 if ((useSmallAddressing() || TM.getCodeModel() == CodeModel::Tiny) && in ClassifyGlobalReference()
|
| H A D | AArch64ExpandPseudoInsts.cpp | 1329 if (MF->getTarget().getCodeModel() == CodeModel::Tiny) { in expandMI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 139 bool Tiny) const;
|
| H A D | AVRISelLowering.cpp | 1181 CCState &CCInfo, bool Tiny) { in analyzeArguments() argument 1185 if (Tiny) { in analyzeArguments() 1271 CCState &CCInfo, bool Tiny) { in analyzeReturnValues() argument 1275 if (Tiny) in analyzeReturnValues() 1285 if (Tiny) { in analyzeReturnValues() 1715 bool Tiny) const { in insertShift() 1753 Opc = Tiny ? AVR::ROLBRdR17 : AVR::ROLBRdR1; in insertShift()
|
| H A D | AVRDevices.td | 129 // The device has instruction encodings specific to the Tiny core. 132 "The device has Tiny core specific "
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.cpp | 148 if (*CM == CodeModel::Tiny) in getEffectiveSystemZCodeModel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 90 if (*CM == CodeModel::Tiny) in getEffectiveSparcCodeModel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 174 case CodeModel::Tiny: in getMaxCodeSize()
|
| /freebsd/contrib/openpam/m4/ |
| H A D | ax_compiler_vendor.m4 | 18 # "tcc" (Tiny CC) or "unknown" (if the compiler cannot be determined).
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 87 assert(CM != CodeModel::Tiny && in classifyLocalReference()
|
| H A D | X86TargetMachine.cpp | 222 if (*CM == CodeModel::Tiny) in getEffectiveX86CodeModel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 291 if (*CM == CodeModel::Tiny) in getEffectivePPCCodeModel()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 164 cl::values(clEnumValN(CodeModel::Tiny, "tiny", "Tiny code model"), in CGOPT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 669 assert(!(CModel == CodeModel::Tiny || CModel == CodeModel::Kernel) && in selectConstantPool()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 297 .Case("tiny", llvm::CodeModel::Tiny) in getCodeModel()
|