Home
last modified time | relevance | path

Searched refs:Small (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h37 return CodeModel::Small; in unwrap()
45 return CodeModel::Small; in unwrap()
52 case CodeModel::Small: in wrap()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h931 if (Small && RHS.Small) { in swap()
960 if (!Small && !RHS.Small) { in swap()
1012 Small = true; in copyFrom()
1014 Small = false; in copyFrom()
1021 Small = true; in init()
1023 Small = false; in init()
1033 if (Small) { in grow()
1070 Small = true; in grow()
1122 assert(Small); in getInlineBuckets()
1135 assert(!Small); in getLargeRep()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp53 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection()
80 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl()
88 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
H A DLanaiISelLowering.cpp1136 if (getTargetMachine().getCodeModel() == CodeModel::Small || in LowerConstantPool()
1138 SDValue Small = DAG.getTargetConstantPool( in LowerConstantPool() local
1142 DAG.getNode(LanaiISD::SMALL, DL, MVT::i32, Small)); in LowerConstantPool()
1172 SDValue Small = DAG.getTargetGlobalAddress( in LowerGlobalAddress() local
1176 DAG.getNode(LanaiISD::SMALL, DL, MVT::i32, Small)); in LowerGlobalAddress()
1214 if (getTargetMachine().getCodeModel() == CodeModel::Small) { in LowerJumpTable()
1215 SDValue Small = DAG.getTargetJumpTable( in LowerJumpTable() local
1219 DAG.getNode(LanaiISD::SMALL, DL, MVT::i32, Small)); in LowerJumpTable()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCodeGen.h28 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
37 enum Level { Default=0, Small=1, Large=2 }; enumerator
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp37 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
41 return CodeModel::Small; in getEffectiveXCoreCodeModel()
H A DXCoreTargetObjectFile.cpp123 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp142 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel()
143 return CodeModel::Small; in getEffectiveSystemZCodeModel()
H A DSystemZSubtarget.cpp75 if (CM == CodeModel::Small) in isPC32DBLSymbol()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp86 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
88 return CodeModel::Small; in getEffectiveSparcCodeModel()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dt-sb138 # Small multilib list for quick builds and tests.
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp48 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MSP430TargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp40 getEffectiveCodeModel(CM, CodeModel::Small), OL), in ARCTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp58 getEffectiveCodeModel(CM, CodeModel::Small), OL), in RISCVTargetMachine()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp51 getEffectiveCodeModel(CM, CodeModel::Small), OL), in AVRTargetMachine()
/freebsd-12.1/share/examples/pf/
H A Dfaq-example15 # Firewall for Home or Small Office
/freebsd-12.1/release/picobsd/tinyware/ns/
H A DREADME3 Small replacement for netstat
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp62 getEffectiveCodeModel(CM, CodeModel::Small), OL), in BPFTargetMachine()
/freebsd-12.1/share/examples/BSD_daemon/
H A Deps.patch10 +% you use a value of 2. Small daemons looks better with a value of 1.
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp202 return Is64Bit ? CodeModel::Large : CodeModel::Small; in getEffectiveX86CodeModel()
203 return CodeModel::Small; in getEffectiveX86CodeModel()
/freebsd-12.1/sys/contrib/zstd/
H A DTESTING.md14 - Small tests (`tests/legacy.c`, `tests/longmatch.c`, `tests/symbols.c`) on x64_64
H A DREADME.md68 ### The case for Small Data compression
70 Previous charts provide results applicable to typical file and stream scenarios (several MB). Small
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentHTMLTags.td13 def Small : Tag<"small">;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp128 ((CM == CodeModel::Small || CM == CodeModel::Medium) in Initialize()
131 (CM == CodeModel::Small in Initialize()
134 ((CM == CodeModel::Small || CM == CodeModel::Medium) in Initialize()
138 (CM == CodeModel::Small || CM == CodeModel::Medium) in Initialize()
140 LSDAEncoding = (CM == CodeModel::Small) in Initialize()
142 TTypeEncoding = (CM == CodeModel::Small) in Initialize()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp227 if (*CM != CodeModel::Small && *CM != CodeModel::Tiny && in getEffectiveAArch64CodeModel()
244 return CodeModel::Small; in getEffectiveAArch64CodeModel()

12345