/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | AlignOfTest.cpp | 95 EXPECT_LE(1u, alignof(AlignedCharArrayUnion<A1>)); in TEST() 96 EXPECT_LE(2u, alignof(AlignedCharArrayUnion<A2>)); in TEST() 97 EXPECT_LE(4u, alignof(AlignedCharArrayUnion<A4>)); in TEST() 98 EXPECT_LE(8u, alignof(AlignedCharArrayUnion<A8>)); in TEST() 100 EXPECT_LE(1u, sizeof(AlignedCharArrayUnion<A1>)); in TEST() 101 EXPECT_LE(2u, sizeof(AlignedCharArrayUnion<A2>)); in TEST() 102 EXPECT_LE(4u, sizeof(AlignedCharArrayUnion<A4>)); in TEST() 103 EXPECT_LE(8u, sizeof(AlignedCharArrayUnion<A8>)); in TEST() 105 EXPECT_EQ(1u, (alignof(AlignedCharArrayUnion<A1>))); in TEST() 106 EXPECT_EQ(2u, (alignof(AlignedCharArrayUnion<A1, A2>))); in TEST() [all …]
|
/external/llvm/unittests/Support/ |
D | AlignOfTest.cpp | 200 EXPECT_LE(1u, alignOf<AlignedCharArrayUnion<A1> >()); in TEST() 201 EXPECT_LE(2u, alignOf<AlignedCharArrayUnion<A2> >()); in TEST() 202 EXPECT_LE(4u, alignOf<AlignedCharArrayUnion<A4> >()); in TEST() 203 EXPECT_LE(8u, alignOf<AlignedCharArrayUnion<A8> >()); in TEST() 205 EXPECT_LE(1u, sizeof(AlignedCharArrayUnion<A1>)); in TEST() 206 EXPECT_LE(2u, sizeof(AlignedCharArrayUnion<A2>)); in TEST() 207 EXPECT_LE(4u, sizeof(AlignedCharArrayUnion<A4>)); in TEST() 208 EXPECT_LE(8u, sizeof(AlignedCharArrayUnion<A8>)); in TEST() 210 EXPECT_EQ(1u, (alignOf<AlignedCharArrayUnion<A1> >())); in TEST() 211 EXPECT_EQ(2u, (alignOf<AlignedCharArrayUnion<A1, A2> >())); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | BreakableToken-reduced.ll | 47 …lateCommon.base" = type <{ %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion" }> 49 %"struct.llvm::AlignedCharArrayUnion" = type { %"struct.llvm::AlignedCharArray" } 51 %"struct.llvm::SmallVectorStorage" = type { [3 x %"struct.llvm::AlignedCharArrayUnion"] } 55 …mplateCommon.9" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.10" } 56 %"struct.llvm::AlignedCharArrayUnion.10" = type { %"struct.llvm::AlignedCharArray.11" } 70 …plateCommon.16" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.17" } 71 %"struct.llvm::AlignedCharArrayUnion.17" = type { %"struct.llvm::AlignedCharArray.18" } 73 %"struct.llvm::SmallVectorStorage.19" = type { [15 x %"struct.llvm::AlignedCharArrayUnion.17"] } 96 …plateCommon.32" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.33" } 97 %"struct.llvm::AlignedCharArrayUnion.33" = type { %"struct.llvm::AlignedCharArray.11" } [all …]
|
D | pr15031.ll | 162 …torTemplateCommon" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion" } 164 %"struct.llvm::AlignedCharArrayUnion" = type { %"struct.llvm::AlignedCharArray" } 173 %"struct.llvm::SmallVectorStorage.207" = type { [3 x %"struct.llvm::AlignedCharArrayUnion.198"] } 174 %"struct.llvm::AlignedCharArrayUnion.198" = type { %"struct.llvm::AlignedCharArray.199" } 193 …ateCommon.136" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.137" } 194 %"struct.llvm::AlignedCharArrayUnion.137" = type { %"struct.llvm::AlignedCharArray.138" } 196 %"struct.llvm::SmallVectorStorage.139" = type { [3 x %"struct.llvm::AlignedCharArrayUnion.137"] } 245 …ateCommon.177" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.178" } 246 %"struct.llvm::AlignedCharArrayUnion.178" = type { %"struct.llvm::AlignedCharArray" } 247 %"struct.llvm::SmallVectorStorage.179" = type { [7 x %"struct.llvm::AlignedCharArrayUnion.178"] } [all …]
|
D | toc-load-sched-bug.ll | 80 …lateCommon.base" = type <{ %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion" }> 82 %"struct.llvm::AlignedCharArrayUnion" = type { %"struct.llvm::AlignedCharArray" } 84 %"struct.llvm::SmallVectorStorage" = type { [7 x %"struct.llvm::AlignedCharArrayUnion"] } 88 …plateCommon.32" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.33" } 89 %"struct.llvm::AlignedCharArrayUnion.33" = type { %"struct.llvm::AlignedCharArray.34" } 91 %"struct.llvm::SmallVectorStorage.35" = type { [15 x %"struct.llvm::AlignedCharArrayUnion.33"] } 95 …plateCommon.39" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.40" } 96 %"struct.llvm::AlignedCharArrayUnion.40" = type { %"struct.llvm::AlignedCharArray.41" } 98 %"struct.llvm::SmallVectorStorage.42" = type { [7 x %"struct.llvm::AlignedCharArrayUnion.40"] } 117 …plateCommon.87" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.88" } [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | BreakableToken-reduced.ll | 47 …lateCommon.base" = type <{ %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion" }> 49 %"struct.llvm::AlignedCharArrayUnion" = type { %"struct.llvm::AlignedCharArray" } 51 %"struct.llvm::SmallVectorStorage" = type { [3 x %"struct.llvm::AlignedCharArrayUnion"] } 55 …mplateCommon.9" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.10" } 56 %"struct.llvm::AlignedCharArrayUnion.10" = type { %"struct.llvm::AlignedCharArray.11" } 70 …plateCommon.16" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.17" } 71 %"struct.llvm::AlignedCharArrayUnion.17" = type { %"struct.llvm::AlignedCharArray.18" } 73 %"struct.llvm::SmallVectorStorage.19" = type { [15 x %"struct.llvm::AlignedCharArrayUnion.17"] } 96 …plateCommon.32" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.33" } 97 %"struct.llvm::AlignedCharArrayUnion.33" = type { %"struct.llvm::AlignedCharArray.11" } [all …]
|
D | pr15031.ll | 162 …torTemplateCommon" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion" } 164 %"struct.llvm::AlignedCharArrayUnion" = type { %"struct.llvm::AlignedCharArray" } 173 %"struct.llvm::SmallVectorStorage.207" = type { [3 x %"struct.llvm::AlignedCharArrayUnion.198"] } 174 %"struct.llvm::AlignedCharArrayUnion.198" = type { %"struct.llvm::AlignedCharArray.199" } 193 …ateCommon.136" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.137" } 194 %"struct.llvm::AlignedCharArrayUnion.137" = type { %"struct.llvm::AlignedCharArray.138" } 196 %"struct.llvm::SmallVectorStorage.139" = type { [3 x %"struct.llvm::AlignedCharArrayUnion.137"] } 245 …ateCommon.177" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.178" } 246 %"struct.llvm::AlignedCharArrayUnion.178" = type { %"struct.llvm::AlignedCharArray" } 247 %"struct.llvm::SmallVectorStorage.179" = type { [7 x %"struct.llvm::AlignedCharArrayUnion.178"] } [all …]
|
D | toc-load-sched-bug.ll | 80 …lateCommon.base" = type <{ %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion" }> 82 %"struct.llvm::AlignedCharArrayUnion" = type { %"struct.llvm::AlignedCharArray" } 84 %"struct.llvm::SmallVectorStorage" = type { [7 x %"struct.llvm::AlignedCharArrayUnion"] } 88 …plateCommon.32" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.33" } 89 %"struct.llvm::AlignedCharArrayUnion.33" = type { %"struct.llvm::AlignedCharArray.34" } 91 %"struct.llvm::SmallVectorStorage.35" = type { [15 x %"struct.llvm::AlignedCharArrayUnion.33"] } 95 …plateCommon.39" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.40" } 96 %"struct.llvm::AlignedCharArrayUnion.40" = type { %"struct.llvm::AlignedCharArray.41" } 98 %"struct.llvm::SmallVectorStorage.42" = type { [7 x %"struct.llvm::AlignedCharArrayUnion.40"] } 117 …plateCommon.87" = type { %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion.88" } [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | misched-aa-colored.ll | 31 …rage.22.622.982.1942.2062.2302.4102" = type { [7 x %"struct.llvm::AlignedCharArrayUnion.21.621.981… 32 %"struct.llvm::AlignedCharArrayUnion.21.621.981.1941.2061.2301.4101" = type { %"struct.llvm::Aligne… 37 …::SmallVectorBase.24.624.984.1944.2064.2304.4104", %"struct.llvm::AlignedCharArrayUnion.7.26.626.9… 39 %"struct.llvm::AlignedCharArrayUnion.7.26.626.986.1946.2066.2306.4106" = type { %"struct.llvm::Alig… 41 …e.9.30.630.990.1950.2070.2310.4110" = type { [15 x %"struct.llvm::AlignedCharArrayUnion.7.26.626.9… 80 …::SmallVectorBase.24.624.984.1944.2064.2304.4104", %"struct.llvm::AlignedCharArrayUnion.34.69.669.… 81 %"struct.llvm::AlignedCharArrayUnion.34.69.669.1029.1989.2109.2349.4149" = type { %"struct.llvm::Al… 83 …36.73.673.1033.1993.2113.2353.4153" = type { [31 x %"struct.llvm::AlignedCharArrayUnion.34.69.669.… 87 ….42.75.675.1035.1995.2115.2355.4155" = type { [1 x %"struct.llvm::AlignedCharArrayUnion.34.69.669.… 114 ….1070.2030.2150.2390.4190" = type { [4 x i8], i32, %"struct.llvm::AlignedCharArrayUnion.80.109.709… [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | misched-aa-colored.ll | 31 …rage.22.622.982.1942.2062.2302.4102" = type { [7 x %"struct.llvm::AlignedCharArrayUnion.21.621.981… 32 %"struct.llvm::AlignedCharArrayUnion.21.621.981.1941.2061.2301.4101" = type { %"struct.llvm::Aligne… 37 …::SmallVectorBase.24.624.984.1944.2064.2304.4104", %"struct.llvm::AlignedCharArrayUnion.7.26.626.9… 39 %"struct.llvm::AlignedCharArrayUnion.7.26.626.986.1946.2066.2306.4106" = type { %"struct.llvm::Alig… 41 …e.9.30.630.990.1950.2070.2310.4110" = type { [15 x %"struct.llvm::AlignedCharArrayUnion.7.26.626.9… 80 …::SmallVectorBase.24.624.984.1944.2064.2304.4104", %"struct.llvm::AlignedCharArrayUnion.34.69.669.… 81 %"struct.llvm::AlignedCharArrayUnion.34.69.669.1029.1989.2109.2349.4149" = type { %"struct.llvm::Al… 83 …36.73.673.1033.1993.2113.2353.4153" = type { [31 x %"struct.llvm::AlignedCharArrayUnion.34.69.669.… 87 ….42.75.675.1035.1995.2115.2355.4155" = type { [1 x %"struct.llvm::AlignedCharArrayUnion.34.69.669.… 114 ….1070.2030.2150.2390.4190" = type { [4 x i8], i32, %"struct.llvm::AlignedCharArrayUnion.80.109.709… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/ |
D | inline-combine.ll | 8 …lateCommon.base" = type <{ %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion" }> 10 %"struct.llvm::AlignedCharArrayUnion" = type { %"struct.llvm::AlignedCharArray" } 12 %"struct.llvm::SmallVectorStorage" = type { [31 x %"struct.llvm::AlignedCharArrayUnion"] }
|
/external/llvm/test/Transforms/SampleProfile/ |
D | inline-combine.ll | 8 …lateCommon.base" = type <{ %"class.llvm::SmallVectorBase", %"struct.llvm::AlignedCharArrayUnion" }> 10 %"struct.llvm::AlignedCharArrayUnion" = type { %"struct.llvm::AlignedCharArray" } 12 %"struct.llvm::SmallVectorStorage" = type { [31 x %"struct.llvm::AlignedCharArrayUnion"] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ErrorOr.h | 263 AlignedCharArrayUnion<storage_type> TStorage; 264 AlignedCharArrayUnion<std::error_code> ErrorStorage;
|
D | AlignOf.h | 138 struct AlignedCharArrayUnion : llvm::AlignedCharArray< struct
|
D | Error.h | 670 AlignedCharArrayUnion<storage_type> TStorage; 671 AlignedCharArrayUnion<error_type> ErrorStorage;
|
/external/llvm/include/llvm/Support/ |
D | ErrorOr.h | 272 AlignedCharArrayUnion<storage_type> TStorage; 273 AlignedCharArrayUnion<std::error_code> ErrorStorage;
|
D | AlignOf.h | 251 struct AlignedCharArrayUnion : llvm::AlignedCharArray<
|
D | Error.h | 817 AlignedCharArrayUnion<storage_type> TStorage; 818 AlignedCharArrayUnion<error_type> ErrorStorage;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ErrorOr.h | 272 AlignedCharArrayUnion<storage_type> TStorage; 273 AlignedCharArrayUnion<std::error_code> ErrorStorage;
|
D | AlignOf.h | 138 struct AlignedCharArrayUnion : llvm::AlignedCharArray< struct
|
D | Error.h | 852 AlignedCharArrayUnion<storage_type> TStorage; 853 AlignedCharArrayUnion<error_type> ErrorStorage;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | Optional.h | 33 AlignedCharArrayUnion<T> storage; 114 AlignedCharArrayUnion<T> storage;
|
D | SmallVector.h | 75 AlignedCharArrayUnion<SmallVectorBase> Base; 76 AlignedCharArrayUnion<T> FirstEl; 830 AlignedCharArrayUnion<T> InlineElts[N];
|
/external/llvm/include/llvm/ADT/ |
D | Optional.h | 30 AlignedCharArrayUnion<T> storage;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Optional.h | 30 AlignedCharArrayUnion<T> storage;
|