Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/include/llvm/Support/
HDCodeGen.h30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
34 enum Level { Default=0, Small=1, Large=2 }; enumerator
71 return CodeModel::Large; in unwrap()
88 case CodeModel::Large: in wrap()
/NextBSD/contrib/bzip2/
HDREADME.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
/NextBSD/contrib/file/magic/Magdir/
HDxenix42 >0x1e leshort &0x40 Large Text
43 >0x1e leshort &0x20 Large Data
69 >0x1e leshort &0x4 Large Text
70 >0x1e leshort &0x2 Large Data
/NextBSD/lib/libfetch/
HDhttp.errors35 413 PROTO Request Entity Too Large
36 414 PROTO Request-URI Too Large
/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCTargetDesc.cpp88 CM = CodeModel::Large; in createAArch64MCCodeGenInfo()
89 else if (CM != CodeModel::Small && CM != CodeModel::Large) in createAArch64MCCodeGenInfo()
/NextBSD/sys/dev/qlxgb/
HDREADME.txt39 * Large Segment Offload over TCP IPV4
40 * Large Segment Offload over TCP IPV6
/NextBSD/sys/dev/qlxge/
HDREADME.txt39 * Large Segment Offload over TCP IPV4
40 * Large Segment Offload over TCP IPV6
/NextBSD/sys/dev/qlxgbe/
HDREADME.txt39 * Large Segment Offload over TCP IPV4
40 * Large Segment Offload over TCP IPV6
/NextBSD/release/picobsd/tinyware/ns/
HDREADME9 Large part of the code dealing with retrieving the routing table via sysctl(3)
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64Subtarget.cpp64 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
/NextBSD/contrib/llvm/lib/Target/XCore/MCTargetDesc/
HDXCoreMCTargetDesc.cpp76 if (CM != CodeModel::Small && CM != CodeModel::Large) in createXCoreMCCodeGenInfo()
/NextBSD/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
HDSparcMCTargetDesc.cpp116 CM = CodeModel::Large; in createSparcV9MCCodeGenInfo()
/NextBSD/crypto/openssl/doc/crypto/
HDBIO_new_CMS.pod43 Large numbers of small writes through the chain should be avoided as this will
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86Subtarget.cpp76 if (TM.getCodeModel() == CodeModel::Large) in ClassifyGlobalReference()
HDX86FrameLowering.cpp460 bool IsLargeCodeModel = MF.getTarget().getCodeModel() == CodeModel::Large; in emitStackProbeCall()
484 if (Is64Bit && MF.getTarget().getCodeModel() == CodeModel::Large) { in emitStackProbeCall()
1695 if (Is64Bit && MF.getTarget().getCodeModel() == CodeModel::Large) { in adjustForSegmentedStacks()
/NextBSD/sys/dev/vxge/
HDREADME9 LRO (Large Receive Offload),
20 b. LRO (Large Receive Offload):
63 Enables LRO (Large Receive Offload) feature in driver.
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCTargetDesc.cpp197 CM = is64Bit ? CodeModel::Large : CodeModel::Small; in createX86MCCodeGenInfo()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp694 TM.getCodeModel() == CodeModel::Large) in EmitInstruction()
726 if (TM.getCodeModel() == CodeModel::Large) in EmitInstruction()
735 TM.getCodeModel() == CodeModel::Large) in EmitInstruction()
770 TM.getCodeModel() == CodeModel::Large) in EmitInstruction()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDCommandFlags.h86 clEnumValN(CodeModel::Large, "large",
/NextBSD/contrib/ofed/management/
HDREADME68 Tuning OpenSM for Large Clusters
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcAsmPrinter.cpp210 case CodeModel::Large: { in LowerGETPCXAndEmitMCInsts()
/NextBSD/contrib/llvm/tools/llvm-mc/
HDllvm-mc.cpp144 clEnumValN(CodeModel::Large, "large",
/NextBSD/contrib/llvm/tools/lli/
HDlli.cpp217 clEnumValN(CodeModel::Large, "large",
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_flags.inc86 "Large shadow regions are zero-filled using mmap(NORESERVE) instead of "
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDBackendUtil.cpp442 .Case("large", llvm::CodeModel::Large) in CreateTargetMachine()

123