Searched defs:Small (Results 1 – 12 of 12) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator 34 enum Level { Default=0, Small=1, Large=2 }; enumerator
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | thiscall-struct-return.cpp | 21 struct S __attribute__((thiscall)) Small() const { in Small() function in C
|
H A D | thunks.cpp | 184 struct Small { short s; }; struct 212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
|
H A D | microsoft-abi-sret-and-byval.cpp | 11 struct Small { struct 16 struct SmallCpp11NotCpp03Pod : Empty { argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | aarch64-type-sizes.c | 84 enum Small { enum
|
H A D | x86_32-fpcc-struct-return.c | 12 typedef struct { int i; } Small; typedef
|
H A D | vectorcall.c | 12 struct Small { int a; }; struct
|
H A D | arm64-aapcs-arguments.c | 7 typedef union { __int128 a; } Small; typedef
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/ |
H A D | llvm_target.ml | 36 | Small Constructor
|
H A D | llvm_target.mli | 41 | Small Constructor
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 704 unsigned Small : 1; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2120 Case &Small = *CR.Range.first; in handleSmallSwitchRange() local
|