| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | trivial_abi.cpp | 11 Small(); argument 12 ~Small(); 13 Small(const Small &) noexcept; 14 Small &operator=(const Small &); 37 Small s; 42 Small s; 93 Small t; in testReturnSmall() 111 Small t; in testCallSmall0() 238 void calleeExceptionSmall(Small, Small); 241 calleeExceptionSmall(Small(), Small()); in testExceptionSmall() [all …]
|
| H A D | microsoft-abi-sret-and-byval.cpp | 13 struct Small { struct 68 struct BaseNoByval : Small { 86 Small small_return() { return Small(); } in small_return() 141 void small_arg(Small s) {} in small_arg() 296 Small thiscall_method_small() { return Small(); } in thiscall_method_small() 308 Small __cdecl cdecl_method_small() { return Small(); } in cdecl_method_small() 329 void thiscall_method_arg(Small s) {} in thiscall_method_arg() 355 c.thiscall_method_arg(Small()); in use_class()
|
| H A D | debug-info-thunk.cpp | 147 struct Small { short s; }; argument 164 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0; 172 void baz(X, X&, _Complex float, Small, Small&, Large); 175 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
|
| H A D | thunks.cpp | 227 struct Small { short s; }; struct 244 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0; 252 void baz(X, X&, _Complex float, Small, Small&, Large); 255 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
|
| H A D | thiscall-struct-return.cpp | 21 struct S __attribute__((thiscall)) Small() const { in Small() function in C 38 (void)c.Small(); in test()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | BitVectorTest.cpp | 547 Small.set(0); in TYPED_TEST() 548 Small.set(1); in TYPED_TEST() 553 Small &= Big; in TYPED_TEST() 570 Small.set(0); in TYPED_TEST() 571 Small.set(1); in TYPED_TEST() 576 Big &= Small; in TYPED_TEST() 593 Small.set(0); in TYPED_TEST() 594 Small.set(1); in TYPED_TEST() 599 Small |= Big; in TYPED_TEST() 616 Small.set(0); in TYPED_TEST() [all …]
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/any/ |
| H A D | allocator.pass.cpp | 31 struct Small { }; struct 73 struct allocator<Small> { 74 using value_type = Small; 80 Small* allocate(std::size_t) { assert(false); return nullptr; } in allocate() 83 void construct(Small* p, Args&& ...args) { in construct() 84 new (p) Small(std::forward<Args>(args)...); in construct() 88 void destroy(Small* p) { in destroy() 89 p->~Small(); in destroy() 93 void deallocate(Small*, std::size_t) { assert(false); } in deallocate() 116 std::any a = Small(); in main()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | arm64-aapcs-arguments.c | 7 typedef union { __int128 a; } Small; typedef 8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { in test1() 13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { in test2()
|
| H A D | aarch64-type-sizes.c | 83 enum Small { enum 88 return sizeof(enum Small); in foo()
|
| H A D | coff-aarch64-type-sizes.c | 81 enum Small { enum 86 return sizeof(enum Small); in foo()
|
| H A D | regcall.c | 26 struct Small { int x; }; argument 27 void __regcall v3(int a, struct Small b, int c) {} in v3()
|
| H A D | vectorcall.c | 12 struct Small { int x; }; struct 13 void __vectorcall v3(int a, struct Small b, int c) {} in v3()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/MSP430/ |
| H A D | build-attributes.test | 44 # SMALL-CODE-NEXT: Description: Small 54 # SMALL-DATA-NEXT: Description: Small 69 # SMALL-ENUM-NEXT: Description: Small 99 ## MSP430X ISA, Small Code Model, Small Data Model 116 ## MSP430X Large Code Model, Small Data Model 133 ## MSP430X Small Code Model, Large Data Model 150 ## MSP430X Small Code Model, Restricted Data Model 167 ## MSP430X Small Code Model, Small Data Model, Small Enums 184 ## MSP430X Small Code Model, Small Data Model, Integer Enums 202 ## MSP430X Small Code Model, Small Data Model, "Don't Care" Enums
|
| /llvm-project-15.0.7/clang/test/CodeGen/X86/ |
| H A D | x86_32-fpcc-struct-return.c | 12 typedef struct { int i; } Small; typedef 24 Small returnSmall(Small x) { return x; } in returnSmall()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 36 return CodeModel::Small; in unwrap() 44 return CodeModel::Small; in unwrap() 51 case CodeModel::Small: in wrap()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 947 if (Small && RHS.Small) { in swap() 976 if (!Small && !RHS.Small) { in swap() 1028 Small = true; in copyFrom() 1030 Small = false; in copyFrom() 1037 Small = true; in init() 1039 Small = false; in init() 1049 if (Small) { in grow() 1086 Small = true; in grow() 1139 assert(Small); in getInlineBuckets() 1152 assert(!Small); in getLargeRep() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | builtin-object-size-offset.ll | 8 ; char Small[10]; 9 ; char *Ptr = N ? Big + 10 : Small; 27 %Small = alloca [10 x i8], align 1 30 %1 = getelementptr inbounds [10 x i8], [10 x i8]* %Small, i64 0, i64 0
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/pseudo/ |
| H A D | STDWPtrQRr.mir | 18 ; Small displacement (<63): 23 ; Small displacement where the destination register is killed: 28 ; Small displacement where the source register is killed: 33 ; Small displacement, near the limit (=62):
|
| /llvm-project-15.0.7/clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
| H A D | p6.cpp | 19 concept Small = SmallerThan<T, 2>; 31 X::Small auto o = 'x'; in test1() 45 X::Small auto test7() { return 'a'; } in test7()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetObjectFile.cpp | 51 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()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.cpp | 35 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel() 39 return CodeModel::Small; in getEffectiveXCoreCodeModel()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MSP430/ |
| H A D | build-attrs.ll | 32 ; SMALL-NEXT: Description: Small 37 ; SMALL-NEXT: Description: Small
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | string.bench.cpp | 60 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()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.cpp | 157 case CodeModel::Small: in classifyLocalReference() 203 case CodeModel::Small: in classifyGlobalReference()
|