Home
last modified time | relevance | path

Searched refs:Large (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd-14.2/contrib/bzip2/
H A DREADME.COMPILATION.PROBLEMS18 6.0 and nmake, you can build a native Win32 version too. Large file
23 but many newer ones can. Large files are pretty huge -- most files
24 you'll encounter are not Large Files.
34 file support. For more details, see the Large File Support
35 Specification, published by the Large File Summit, at
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp76 if (AllowTaggedGlobals && CM != CodeModel::Large && GV && !isa<Function>(GV)) in classifyLocalReference()
90 if (CM == CodeModel::Large) in classifyLocalReference()
127 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
162 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
336 if (!isPositionIndependent() || TM.getCodeModel() == CodeModel::Large) in X86Subtarget()
H A DX86IndirectBranchTracking.cpp107 case CodeModel::Large: in needsPrologueENDBR()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h42 return CodeModel::Large; in unwrap()
57 case CodeModel::Large: in wrap()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp56 return getCodeModel() == CodeModel::Large; in isLargeGlobalValue()
66 if (*CM == CodeModel::Large) in isLargeGlobalValue()
85 getCodeModel() == CodeModel::Large) { in isLargeGlobalValue()
133 case CodeModel::Large: in getMaxCodeSize()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/freebsd-14.2/lib/libfetch/
H A Dhttp.errors34 413 PROTO Request Entity Too Large
35 414 PROTO Request-URI Too Large
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dxenix74 >0x1e leshort &0x40 Large Text
75 >0x1e leshort &0x20 Large Data
101 >0x1e leshort &0x4 Large Text
102 >0x1e leshort &0x2 Large Data
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp96 if (!CM || (*CM != CodeModel::Medium && *CM != CodeModel::Large)) in setGlobalVariableLargeSection()
98 GV.setCodeModel(CodeModel::Large); in setGlobalVariableLargeSection()
/freebsd-14.2/sys/dev/qlxge/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/freebsd-14.2/sys/dev/qlxgb/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/freebsd-14.2/sys/dev/qlxgbe/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp198 bool Large = MF->getTarget().getCodeModel() == CodeModel::Large; in expandLoadAddressTLSLE() local
201 Large ? MF->getRegInfo().createVirtualRegister(&LoongArch::GPRRegClass) in expandLoadAddressTLSLE()
214 if (Large) { in expandLoadAddressTLSLE()
608 case CodeModel::Large: { in expandFunctionCALL()
H A DLoongArchISelLowering.h262 unsigned Opc, bool Large = false) const;
264 unsigned Opc, bool Large = false) const;
H A DLoongArchTargetMachine.cpp68 case CodeModel::Large: in getEffectiveLoongArchCodeModel()
H A DLoongArchISelLowering.cpp782 case CodeModel::Large: { in getAddr()
853 bool Large) const { in getStaticTLSAddr()
862 SDValue Offset = Large in getStaticTLSAddr()
913 bool Large = DAG.getTarget().getCodeModel() == CodeModel::Large; in lowerGlobalTLSAddress() local
926 Large ? LoongArch::PseudoLA_TLS_GD_LARGE in lowerGlobalTLSAddress()
928 Large); in lowerGlobalTLSAddress()
934 Large ? LoongArch::PseudoLA_TLS_LD_LARGE in lowerGlobalTLSAddress()
936 Large); in lowerGlobalTLSAddress()
941 Large ? LoongArch::PseudoLA_TLS_IE_LARGE in lowerGlobalTLSAddress()
943 Large); in lowerGlobalTLSAddress()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp36 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp390 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
430 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
H A DAArch64TargetMachine.cpp307 *CM != CodeModel::Large) { in getEffectiveAArch64CodeModel()
321 return CodeModel::Large; in getEffectiveAArch64CodeModel()
373 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp119 case CodeModel::Large: in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp177 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp90 } else if (CM == CodeModel::Large) { in getEffectiveCodeModel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp91 return CodeModel::Large; in getEffectiveSparcCodeModel()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DBIO_new_CMS.pod43 Large numbers of small writes through the chain should be avoided as this will
/freebsd-14.2/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake31 # FSEEKO_FOUND - If there is Large files support

1234