Home
last modified time | relevance | path

Searched refs:Tiny (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h34 return CodeModel::Tiny; in unwrap()
49 case CodeModel::Tiny: in wrap()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV67T.td1 //=- HexagonScheduleV67T.td - Hexagon V67 Tiny Core Scheduling Definitions --=//
60 // Hexagon V67 Tiny Core Resource Definitions -
H A DHexagonScheduleV71T.td1 //=-HexagonScheduleV71T.td - Hexagon V71 Tiny Core Scheduling Definition ----=//
58 // Hexagon V71 Tiny Core Resource Definitions -
H A DHexagon.td27 "TinyCore", "Hexagon Tiny Core">;
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in30 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 Dinvoke-update-leap.texi143 HTTP::Tiny - version >= 0.056
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenTargetMachineImpl.h85 if (*CM == CodeModel::Tiny) in getEffectiveCodeModel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp104 case CodeModel::Tiny: in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp336 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 DAArch64Subtarget.cpp486 if ((useSmallAddressing() || TM.getCodeModel() == CodeModel::Tiny) && in ClassifyGlobalReference()
H A DAArch64ExpandPseudoInsts.cpp1329 if (MF->getTarget().getCodeModel() == CodeModel::Tiny) { in expandMI()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h139 bool Tiny) const;
H A DAVRISelLowering.cpp1181 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 DAVRDevices.td129 // 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 DSystemZTargetMachine.cpp148 if (*CM == CodeModel::Tiny) in getEffectiveSystemZCodeModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp90 if (*CM == CodeModel::Tiny) in getEffectiveSparcCodeModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp174 case CodeModel::Tiny: in getMaxCodeSize()
/freebsd/contrib/openpam/m4/
H A Dax_compiler_vendor.m418 # "tcc" (Tiny CC) or "unknown" (if the compiler cannot be determined).
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp87 assert(CM != CodeModel::Tiny && in classifyLocalReference()
H A DX86TargetMachine.cpp222 if (*CM == CodeModel::Tiny) in getEffectiveX86CodeModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp291 if (*CM == CodeModel::Tiny) in getEffectivePPCCodeModel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp164 cl::values(clEnumValN(CodeModel::Tiny, "tiny", "Tiny code model"), in CGOPT()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp669 assert(!(CModel == CodeModel::Tiny || CModel == CodeModel::Kernel) && in selectConstantPool()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp297 .Case("tiny", llvm::CodeModel::Tiny) in getCodeModel()

12