Home
last modified time | relevance | path

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

12345678910>>...17

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h893 unsigned Small : 1; variable
940 if (Small && RHS.Small) { in swap()
969 if (!Small && !RHS.Small) { in swap()
975 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
976 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
981 LargeSide.Small = true; in swap()
1000 SmallSide.Small = false; in swap()
1021 Small = true; in copyFrom()
1023 Small = false; in copyFrom()
1030 Small = true; in init()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h36 return CodeModel::Small; in unwrap()
44 return CodeModel::Small; in unwrap()
51 case CodeModel::Small: in wrap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp51 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection()
78 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl()
86 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()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp35 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
39 return CodeModel::Small; in getEffectiveXCoreCodeModel()
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dstring.bench.cpp60 enum class Length { Empty, Small, Large, Huge }; enumerator
132 case Length::Small: in getString()
147 case Length::Small: in makeString()
449 : RHLength::value == Length::Small in run()
540 for (auto Lhs : {Length::Empty, Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()
543 {Length::Empty, Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()
557 for (auto L : {Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()
/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dmake_soho_readme11 <title>Postfix Small/Home Office Hints and Tips</title>
20 <h1><img src="postfix-logo.jpg" width="203" height="98" ALT="">Postfix Small/Home Office Hints and …
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp131 case CodeModel::Small: in classifyLocalReference()
177 case CodeModel::Small: in classifyGlobalReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp84 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
86 return CodeModel::Small; in getEffectiveSparcCodeModel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp148 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel()
149 return CodeModel::Small; in getEffectiveSystemZCodeModel()
H A DSystemZSubtarget.cpp107 if (CM == CodeModel::Small) in isPC32DBLSymbol()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dassert_fail.d407 static struct Small
412 auto s1 = shared Small(1);
413 const s2 = shared Small(2);
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pdp11/
H A Dt-pdp1111 # Small machine, optimize for size
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pdp11/
H A Dt-pdp1111 # Small machine, optimize for size
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp264 return CodeModel::Small; in getEffectivePPCCodeModel()
266 return CodeModel::Small; in getEffectivePPCCodeModel()
271 return CodeModel::Small; in getEffectivePPCCodeModel()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
H A DLLJITWithCustomObjectLinkingLayer.cpp41 JTMB.setCodeModel(CodeModel::Small); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp48 getEffectiveCodeModel(CM, CodeModel::Small), OL), in CSKYTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp48 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MSP430TargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp38 getEffectiveCodeModel(CM, CodeModel::Small), OL), in ARCTargetMachine()
/netbsd-src/sys/arch/alpha/conf/
H A Dkern.ldscript47 * Small-data located along side GOT and small-bss for
/netbsd-src/dist/pf/share/pf/
H A Dfaq-example15 # Firewall for Home or Small Office
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp258 if (*CM != CodeModel::Small && *CM != CodeModel::Tiny && in getEffectiveAArch64CodeModel()
274 return CodeModel::Small; in getEffectiveAArch64CodeModel()
311 if ((getCodeModel() == CodeModel::Small || in AArch64TargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp51 getEffectiveCodeModel(CM, CodeModel::Small), OL), in AVRTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVETargetMachine.cpp87 getEffectiveCodeModel(CM, CodeModel::Small), OL), in VETargetMachine()

12345678910>>...17