Home
last modified time | relevance | path

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

12345

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-sret-and-byval.cpp11 struct Small { struct
65 Small small_return() { return Small(); } in small_return()
103 void small_arg(Small s) {} in small_arg()
201 Small thiscall_method_small() { return Small(); } in thiscall_method_small()
211 Small __cdecl cdecl_method_small() { return Small(); } in cdecl_method_small()
231 void thiscall_method_arg(Small s) {} in thiscall_method_arg()
257 c.thiscall_method_arg(Small()); in use_class()
Dthunks.cpp184 struct Small { short s; }; struct
201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
209 void baz(X, X&, _Complex float, Small, Small&, Large);
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
Dthiscall-struct-return.cpp21 struct S __attribute__((thiscall)) Small() const { in Small() function in C
38 (void)c.Small(); in test()
/external/clang/test/CodeGen/
Darm64-aapcs-arguments.c7 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()
Dx86_32-fpcc-struct-return.c12 typedef struct { int i; } Small; typedef
24 Small returnSmall(Small x) { return x; } in returnSmall()
Daarch64-type-sizes.c84 enum Small { enum
89 return sizeof(enum Small); in foo()
Dvectorcall.c12 struct Small { int a; }; argument
13 void __vectorcall v3(int a, struct Small b, int c) {} in v3()
/external/eigen/Eigen/src/Core/
DGeneralProduct.h40 Small = 3 enumerator
53 : Small
109 template<> struct product_type_selector<Small,1, Small> { enum { ret = CoeffBasedP…
110 template<> struct product_type_selector<1, Small,Small> { enum { ret = CoeffBasedP…
111 template<> struct product_type_selector<Small,Small,Small> { enum { ret = CoeffBasedP…
112 template<> struct product_type_selector<Small, Small, 1> { enum { ret = LazyCoeffBa…
113 template<> struct product_type_selector<Small, Large, 1> { enum { ret = LazyCoeffBa…
114 template<> struct product_type_selector<Large, Small, 1> { enum { ret = LazyCoeffBa…
115 template<> struct product_type_selector<1, Large,Small> { enum { ret = CoeffBasedP…
117 template<> struct product_type_selector<1, Small,Large> { enum { ret = CoeffBasedP…
[all …]
/external/llvm/include/llvm/Support/
DCodeGen.h30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
34 enum Level { Default=0, Small=1, Large=2 }; enumerator
65 return CodeModel::Small; in unwrap()
82 case CodeModel::Small: in wrap()
/external/llvm/include/llvm/ADT/
DDenseMap.h712 unsigned Small : 1; variable
759 if (Small && RHS.Small) { in swap()
788 if (!Small && !RHS.Small) { in swap()
794 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
795 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
800 LargeSide.Small = true; in swap()
819 SmallSide.Small = false; in swap()
840 Small = true; in copyFrom()
842 Small = false; in copyFrom()
849 Small = true; in init()
[all …]
/external/lzma/
Dhistory.txt80 - Small changes for more compatibility with some C/C++ compilers.
95 - Small changes for more compatibility with some C/C++ compilers.
100 - Small changes in .h files in ANSI-C version.
169 - Small fixes in C++ code
174 - Small fixes
206 - Small speed optimization in LZMA C++ code
/external/protobuf/
DCONTRIBUTORS.txt40 * Small patch to handle trailing slashes in --proto_path flag.
42 * Small patch to fix Python CallMethod().
44 * Small optimizations to Python serialization.
71 * Small patch improving performance of in Python serialization.
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp75 CM = CodeModel::Small; in createXCoreMCCodeGenInfo()
77 if (CM != CodeModel::Small && CM != CodeModel::Large) in createXCoreMCCodeGenInfo()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCTargetDesc.cpp97 case CodeModel::JITDefault: CM = CodeModel::Small; break; in createSparcMCCodeGenInfo()
114 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSparcV9MCCodeGenInfo()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCTargetDesc.cpp88 CM = CodeModel::Small; in createAArch64MCCodeGenInfo()
94 else if (CM != CodeModel::Small && CM != CodeModel::Large) in createAArch64MCCodeGenInfo()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp288 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
291 (CMModel == CodeModel::Small in InitELFMCObjectFileInfo()
294 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
298 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo()
300 LSDAEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
302 TTypeEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
/external/llvm/test/CodeGen/AArch64/
Darm64-misaligned-memcpy-inline.ll3 ; Small (16-bytes here) unaligned memcpys should stay memcpy calls if
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCTargetDesc.cpp168 CM = CodeModel::Small; in createSystemZMCCodeGenInfo()
170 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSystemZMCCodeGenInfo()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp201 CM = CodeModel::Small; in createX86MCCodeGenInfo()
204 CM = is64Bit ? CodeModel::Large : CodeModel::Small; in createX86MCCodeGenInfo()
/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp65 if (CM == CodeModel::Small) in isPC32DBLSymbol()
/external/squashfs-tools/RELEASE-READMEs/
DPERFORMANCE.README6 liveCD filesystem from the Damn Small Linux liveCD (release 0.8.4).
12 Damn Small Linux was used.
100 2. Damn Small Linux liveCD performance tests
/external/libusb/
DNEWS17 * Small fixes/updates
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp71 if (TM.getCodeModel() == CodeModel::Small && in ClassifyGlobalReference()
/external/antlr/antlr-3.4/runtime/Python/
DChangeLog15 exceptions.py (CommonTree): Small bugfixes.
/external/libexif/
DNEWS131 * Small fixes:
157 * Small bug fixes (typos, memory leaks, ...) and feature

12345