Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp78 bool Large = false);
82 bool Large = false);
89 bool Large = false);
93 bool Large = false);
97 bool Large = false);
101 bool Large = false);
316 MachineBasicBlock::iterator &NextMBBI, bool Large) { in expandLoadAddressPcrel() argument
317 if (Large) in expandLoadAddressPcrel()
335 MachineBasicBlock::iterator &NextMBBI, bool Large) { in expandLoadAddressGot() argument
336 if (Large) in expandLoadAddressGot()
[all …]
H A DLoongArchISelLowering.h347 unsigned Opc, bool UseGOT, bool Large = false) const;
349 unsigned Opc, bool Large = false) const;
351 unsigned Opc, bool Large = false) const;
H A DLoongArchTargetMachine.cpp82 case CodeModel::Large: in getEffectiveLoongArchCodeModel()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp178 case CodeModel::Large: { in classifyBlockAddressReference()
213 case CodeModel::Large: { in classifyLocalReference()
261 case CodeModel::Large: { in classifyGlobalReference()
277 TM.getCodeModel() == CodeModel::Large) in getJumpTableEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp64 return getCodeModel() == CodeModel::Large; in isLargeGlobalValue()
86 return getCodeModel() == CodeModel::Large; in isLargeGlobalValue()
97 if (*CM == CodeModel::Large) in isLargeGlobalValue()
113 getCodeModel() == CodeModel::Large) { in isLargeGlobalValue()
180 case CodeModel::Large: in getMaxCodeSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp77 if (AllowTaggedGlobals && CM != CodeModel::Large && GV && !isa<Function>(GV)) in classifyLocalReference()
91 if (CM == CodeModel::Large) in classifyLocalReference()
128 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
163 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
343 if (!isPositionIndependent() || TM.getCodeModel() == CodeModel::Large) in X86Subtarget()
H A DX86IndirectBranchTracking.cpp108 case CodeModel::Large: in needsPrologueENDBR()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h42 return CodeModel::Large; in unwrap()
57 case CodeModel::Large: in wrap()
/freebsd/lib/libfetch/
H A Dhttp.errors34 413 PROTO Request Entity Too Large
35 414 PROTO Request-URI Too Large
/freebsd/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/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst1 Large data sections
25 large globals depending on if their size is over a certain threshold. Large
29 Large globals are placed in separate sections from small globals, and those
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInstrumentation.cpp120 if (!CM || (*CM != CodeModel::Medium && *CM != CodeModel::Large)) in setGlobalVariableLargeSection()
122 GV.setCodeModel(CodeModel::Large); in setGlobalVariableLargeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp202 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
242 assert((CM == CodeModel::Small || CM == CodeModel::Large) && in getCodeModel()
/freebsd/sys/dev/qlxgb/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/freebsd/sys/dev/qlxge/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/freebsd/sys/dev/qlxgbe/
H A DREADME.txt38 * Large Segment Offload over TCP IPV4
39 * Large Segment Offload over TCP IPV6
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp116 case CodeModel::Large: in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp35 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp464 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
504 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
H A DAArch64TargetMachine.cpp337 *CM != CodeModel::Large) { in getEffectiveAArch64CodeModel()
352 return CodeModel::Large; in getEffectiveAArch64CodeModel()
404 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
/freebsd/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/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake31 # FSEEKO_FOUND - If there is Large files support
/freebsd/contrib/file/magic/Magdir/
H A Dxenix173 >0x1e leshort &0x4 Large Text
174 >0x1e leshort &0x2 Large Data
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp98 return CodeModel::Large; in getEffectiveSparcCodeModel()

12345