/llvm-project/llvm/unittests/ADT/ |
H A D | BitVectorTest.cpp | 541 TypeParam Small; in TYPED_TEST() local 564 TypeParam Small; in TYPED_TEST() local 587 TypeParam Small; in TYPED_TEST() local 610 TypeParam Small; in TYPED_TEST() local 633 TypeParam Small; in TYPED_TEST() local 655 TypeParam Small; in TYPED_TEST() local 677 TypeParam Small; in TYPED_TEST() local 697 TypeParam Small; in TYPED_TEST() local 718 TypeParam Small; in TYPED_TEST() local 737 TypeParam Small; in TYPED_TEST() local [all …]
|
H A D | FunctionExtrasTest.cpp | 112 unique_function<int(int)> Small = SmallCallable(); TEST() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-thunk.cpp | 147 struct Small { short s; }; struct 175 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
|
H A D | trivial_abi.cpp | 9 struct __attribute__((trivial_abi)) Small { struct 11 Small(); argument [all...] |
H A D | thiscall-struct-return.cpp | 21 struct S __attribute__((thiscall)) Small() const { in Small() function in C
|
H A D | thunks.cpp | 227 struct Small { short s; }; struct 255 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
|
H A D | microsoft-abi-sret-and-byval.cpp | 13 struct Small { struct 18 xSmall global() argument [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator 40 enum Level { Default=0, Small=1, Large=2 }; enumerator
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86_32-fpcc-struct-return.c | 12 typedef struct { int i; } Small; typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | aarch64-type-sizes.c |
|
H A D | coff-aarch64-type-sizes.c | 81 enum Small { enum
|
H A D | regcall4.c | 21 struct Small { int x; }; argument
|
H A D | regcall.c | 21 struct Small { int x; }; argument
|
H A D | arm64-aapcs-arguments.c | 7 typedef union { __int128 a; } Small; typedef
|
H A D | vectorcall.c | 12 struct Small { int x; }; argument
|
/llvm-project/llvm/bindings/ocaml/target/ |
H A D | llvm_target.ml | 35 | Small Constructor
|
H A D | llvm_target.mli | 40 | Small Constructor
|
/llvm-project/libcxx/test/libcxx/utilities/any/ |
H A D | allocator.pass.cpp | 32 struct Small { }; struct [all...] |
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1140 SDValue Small = DAG.getTargetConstantPool( LowerConstantPool() local 1174 SDValue Small = DAG.getTargetGlobalAddress( LowerGlobalAddress() local 1217 SDValue Small = DAG.getTargetJumpTable( LowerJumpTable() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 125 enum class CTUPhase1InliningKind { None, Small, All }; enumerator
|
/llvm-project/libcxx/benchmarks/ |
H A D | formatter_float.bench.cpp |
|
H A D | string.bench.cpp |
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 936 unsigned Small : 1; global() variable [all...] |
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 1513 ConstantRange Small(APInt(16, 0xa), APInt(16, 0xb)); TEST_F() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 477 bool TypeInfer::EnforceSmallerThan(TypeSetByHwMode &Small, TypeSetByHwMode &Big, in EnforceSmallerThan() argument [all...] |