Home
last modified time | relevance | path

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

123456789

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dsized-enum.c8 short enum Small { enum
24 short enum Small small[3]; in main()
31 small[i] = (short enum Small) i; in main()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DDenseMap.h893 unsigned Small : 1; variable
945 if (Small && RHS.Small) { in swap()
974 if (!Small && !RHS.Small) { in swap()
980 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
981 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
986 LargeSide.Small = true; in swap()
1005 SmallSide.Small = false; in swap()
1026 Small = true; in copyFrom()
1028 Small = false; in copyFrom()
1035 Small = true; in init()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/perl/cpan/Win32/t/
H A DGetOSName.t28 ["[Small Business Server] 2000", "2000", 2, 5, 0, 0x0020, 2, 0],
39 ["[Small Business Server] 2003", "2003", 2, 5, 2, 0x0020, 2, 0],
49 ["[Small Business Server] 2003 R2", "2003", 2, 5, 2, 0x0020, 2, 89],
79 ["[Small Business Server] 2008", "2008", 2, 6, 0, 0x09, 2, 0 ],
86 # * Windows Small Business Server 2008 (Codenamed "Cougar") (x86-64) for small businesses
105 ["[Small Business Server] 2008 R2", "2008", 2, 6, 1, 0x09, 2, 89 ],
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D001bzip2.t130 title "Small => $stringValue";
131 my $err = "Parameter 'Small' must be an int, got '$stringValue'";
133 eval { $bz = IO::Uncompress::Bunzip2->new(\$buffer, Small => $value) };
180 title "$UncompressClass - Small => $value";
190 Small => $value );
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBunzip2.pm67 my $Small = $got->getValue('small');
71 $Small, $Verbosity);
627 =item C<< Small => 0|1 >>
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp36 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
40 return CodeModel::Small; in getEffectiveXCoreCodeModel()
/openbsd-src/gnu/llvm/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()
H A Dformatter_float.bench.cpp181 enum class PrecisionE { None, Zero, Small, Huge }; enumerator
200 struct Precision<PrecisionE::Small> {
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp156 case CodeModel::Small: in classifyLocalReference()
202 case CodeModel::Small: in classifyGlobalReference()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp137 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel()
138 return CodeModel::Small; in getEffectiveSystemZCodeModel()
H A DSystemZSubtarget.cpp91 if (CM == CodeModel::Small) in isPC32DBLSymbol()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
H A DLLJITWithCustomObjectLinkingLayer.cpp41 JTMB.setCodeModel(CodeModel::Small); in main()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp93 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
95 return CodeModel::Small; in getEffectiveSparcCodeModel()
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dt-sb138 # Small multilib list for quick builds and tests.
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.cpp75 if (AllowTaggedGlobals && TM.getCodeModel() == CodeModel::Small && GV && in classifyLocalReference()
90 case CodeModel::Small: in classifyLocalReference()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp277 return CodeModel::Small; in getEffectivePPCCodeModel()
279 return CodeModel::Small; in getEffectivePPCCodeModel()
284 return CodeModel::Small; in getEffectivePPCCodeModel()
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp56 getEffectiveCodeModel(CM, CodeModel::Small), OL), in XtensaTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp50 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MSP430TargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp40 getEffectiveCodeModel(CM, CodeModel::Small), OL), in ARCTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp55 getEffectiveCodeModel(CM, CodeModel::Small), OL), in AVRTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp113 case CodeModel::Small: in print()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVETargetMachine.cpp94 getEffectiveCodeModel(CM, CodeModel::Small), OL), in VETargetMachine()

123456789