| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 37 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 D | DenseMap.h | 931 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 D | LanaiTargetObjectFile.cpp | 53 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 D | LanaiISelLowering.cpp | 1136 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 D | CodeGen.h | 28 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 D | XCoreTargetMachine.cpp | 37 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel() 41 return CodeModel::Small; in getEffectiveXCoreCodeModel()
|
| H A D | XCoreTargetObjectFile.cpp | 123 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.cpp | 142 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel() 143 return CodeModel::Small; in getEffectiveSystemZCodeModel()
|
| H A D | SystemZSubtarget.cpp | 75 if (CM == CodeModel::Small) in isPC32DBLSymbol()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 86 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 D | t-sb1 | 38 # Small multilib list for quick builds and tests.
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.cpp | 48 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MSP430TargetMachine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.cpp | 40 getEffectiveCodeModel(CM, CodeModel::Small), OL), in ARCTargetMachine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.cpp | 58 getEffectiveCodeModel(CM, CodeModel::Small), OL), in RISCVTargetMachine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.cpp | 51 getEffectiveCodeModel(CM, CodeModel::Small), OL), in AVRTargetMachine()
|
| /freebsd-12.1/share/examples/pf/ |
| H A D | faq-example1 | 5 # Firewall for Home or Small Office
|
| /freebsd-12.1/release/picobsd/tinyware/ns/ |
| H A D | README | 3 Small replacement for netstat
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BPFTargetMachine.cpp | 62 getEffectiveCodeModel(CM, CodeModel::Small), OL), in BPFTargetMachine()
|
| /freebsd-12.1/share/examples/BSD_daemon/ |
| H A D | eps.patch | 10 +% 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 D | X86TargetMachine.cpp | 202 return Is64Bit ? CodeModel::Large : CodeModel::Small; in getEffectiveX86CodeModel() 203 return CodeModel::Small; in getEffectiveX86CodeModel()
|
| /freebsd-12.1/sys/contrib/zstd/ |
| H A D | TESTING.md | 14 - Small tests (`tests/legacy.c`, `tests/longmatch.c`, `tests/symbols.c`) on x64_64
|
| H A D | README.md | 68 ### 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 D | CommentHTMLTags.td | 13 def Small : Tag<"small">;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 128 ((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 D | AArch64TargetMachine.cpp | 227 if (*CM != CodeModel::Small && *CM != CodeModel::Tiny && in getEffectiveAArch64CodeModel() 244 return CodeModel::Small; in getEffectiveAArch64CodeModel()
|