Home
last modified time | relevance | path

Searched refs:C4 (Results 1 – 25 of 240) sorted by relevance

12345678910

/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/intrinsics/
H A Dcr.ll8 declare i32 @llvm.hexagon.C4.fastcorner9(i32, i32)
10 %z = call [email protected].C4.fastcorner9(i32 %a, i32 %b)
15 declare i32 @llvm.hexagon.C4.fastcorner9.not(i32, i32)
46 declare i32 @llvm.hexagon.C4.and.and(i32, i32, i32)
60 declare i32 @llvm.hexagon.C4.and.or(i32, i32, i32)
74 declare i32 @llvm.hexagon.C4.or.and(i32, i32, i32)
88 declare i32 @llvm.hexagon.C4.or.or(i32, i32, i32)
95 declare i32 @llvm.hexagon.C4.and.andn(i32, i32, i32)
102 declare i32 @llvm.hexagon.C4.and.orn(i32, i32, i32)
116 declare i32 @llvm.hexagon.C4.or.andn(i32, i32, i32)
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-ms-md5.cpp5 #define C4(P1, P2, P3, P4) C2(C2(P1, P2), C2(P3, P4)) macro
22 C4(X, X2(X), X4(X), X8(X)), \
23 C4(X16(X), X32(X), X64(X), X128(X))), \
24 C4(X256(X), X512(X), X1024(X), X2048(X)))
57 C4(X, X4(X), X4(X), X8(X)), \
58 C4(X8(X), X32(X), X64(X), X128(X))), \
59 C4(X256(X), X512(X), X1024(X), X2048(X)))
68 C4(X2(X), X4(X), X4(X), X8(X)), \
69 C4(X8(X), X32(X), X64(X), X128(X))), \
70 C4(X256(X), X512(X), X1024(X), X2048(X)))
H A Dvtable-layout-extreme.cpp31 class C4 class
40 , virtual public C4
51 , public C4
60 , public C4
70 , virtual public C4
199 , public C4
H A Dmangle-ms-back-references-pr13207.cpp249 using C4 = Fooe<C2, C2, C1, C0, C0, C0, C0, C0, C0, C0, C3, C3, C3, C3, C3, C3, C3, C3, C3, C3>; typedef
250 using C5 = Fooe<C3, C3, C2, C1, C0, C0, C0, C0, C0, C0, C4, C4, C4, C4, C4, C4, C4, C4, C4, C4>;
251 using C6 = Fooe<C4, C4, C3, C2, C1, C0, C0, C0, C0, C0, C5, C5, C5, C5, C5, C5, C5, C5, C5, C5>;
252 using C7 = Fooe<C5, C4, C3, C2, C1, C0, C0, C0, C0, C0, C6, C6, C6, C6, C6, C6, C6, C6, C6, C6>;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-contains.cpp49 auto C4 = MyMap.count(3) > 0; in testDifferentCheckTypes() local
58 return C1 + C2 + C3 + C4 + C5 + C6; in testDifferentCheckTypes()
72 auto C4 = MyMap.count(-4) < 1; in testNegativeChecks() local
78 return C1 + C2 + C3 + C4 + C5; in testNegativeChecks()
92 bool C4 = MM.count(1004); in testDifferentTypes() local
95 return C1 + C2 + C3 + C4; in testDifferentTypes()
109 bool C4 = RValueM.count(2004); in testQualifiedTypes() local
112 return C1 + C2 + C3 + C4; in testQualifiedTypes()
171 bool C4 = MyMap.count(1) + 4 > 4; in nonRewrittenCount() local
175 return C1 + C2 + C3 + C4; in nonRewrittenCount()
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.same/
H A Dsame_as.pass.cpp45 class C4 { class
90 static_assert(std::same_as<typename Modifier<C4<int> >::type, in CheckSameAs()
91 typename Modifier<C4<int> >::type>); in CheckSameAs()
92 static_assert(std::same_as<typename Modifier<C4<int&> >::type, in CheckSameAs()
93 typename Modifier<C4<int&> >::type>); in CheckSameAs()
94 static_assert(std::same_as<typename Modifier<C4<int&&> >::type, in CheckSameAs()
95 typename Modifier<C4<int&&> >::type>); in CheckSameAs()
134 static_assert(!std::same_as<typename Modifier1<C4<int> >::type, in CheckNotSameAs()
136 static_assert(!std::same_as<typename Modifier1<C4<int&> >::type, in CheckNotSameAs()
259 static_assert(!std::same_as<C4<int>, C5<int> >); in main()
[all …]
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dredecl-merge-right.h39 @class C4;
40 @class C4;
41 @class C4;
42 @class C4;
43 C4 *get_a_C4(void);
H A Dredecl-merge-bottom.h3 @class C4;
4 @class C4;
19 void refers_to_C4(C4*);
H A Dredecl-merge-left-left.h3 @class C4;
4 void accept_a_C4(C4*);
/llvm-project-15.0.7/mlir/test/Dialect/SCF/
H A Dloop-range.mlir21 // CHECK: %[[C4:.*]] = arith.constant 4 : index
24 // CHECK: %[[I2:.*]] = arith.muli %[[I1]], %[[C4]] : index
25 // CHECK: %[[I3:.*]] = arith.muli %[[C1]], %[[C4]] : index
52 // CHECK: %[[C4:.*]] = arith.constant 4 : index
57 // CHECK: %[[I2:.*]] = arith.muli %[[I1]], %[[C4]] : index
58 // CHECK: %[[I3:.*]] = arith.muli %[[C1]], %[[C4]] : index
85 // CHECK: %[[C4:.*]] = arith.constant 4 : index
91 // CHECK: %[[I2:.*]] = arith.muli %[[I1]], %[[C4]] : index
92 // CHECK: %[[I3:.*]] = arith.muli %[[C1]], %[[C4]] : index
120 // CHECK: %[[C4:.*]] = arith.constant 4 : index
[all …]
H A Dparallel-loop-tiling.mlir21 // CHECK: [[C4:%.*]] = arith.constant 4 : index
23 // CHECK: [[V2:%.*]] = arith.muli [[ARG6]], [[C4]] : index
57 // CHECK: [[C4:%.*]] = arith.constant 4 : index
59 // CHECK: [[V2:%.*]] = arith.muli [[C3]], [[C4]] : index
90 // CHECK: [[C4:%.*]] = arith.constant 4 : index
92 // CHECK: [[V4:%.*]] = arith.muli [[C1]], [[C4]] : index
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dtile-parallel-reduce.mlir15 // CHECK-DAG: %[[C4:.*]] = arith.constant 4 : index
18 // CHECK-SAME: step (%[[C2]], %[[C4]])
37 // TILE2-DAG: %[[C4:.*]] = arith.constant 4 : index
39 // TILE2-SAME: step (%[[C2]], %[[C4]])
75 // CHECK-DAG: %[[C4:.*]] = arith.constant 4 : index
80 // CHECK-SAME: step (%[[C4]])
103 // TILE2-DAG: %[[C4:.*]] = arith.constant 4 : index
107 // TILE2-SAME: step (%[[C4]])
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/legalizer/
H A Dbitreverse.mir34 ; MIPS32: [[C4:%[0-9]+]]:_(s32) = G_CONSTANT i32 -252645136
35 ; MIPS32: [[AND2:%[0-9]+]]:_(s32) = G_AND [[OR2]], [[C4]]
38 ; MIPS32: [[AND3:%[0-9]+]]:_(s32) = G_AND [[SHL2]], [[C4]]
74 ; MIPS32R2: [[C4:%[0-9]+]]:_(s32) = G_CONSTANT i32 1
78 ; MIPS32R2: [[SHL2:%[0-9]+]]:_(s32) = G_SHL [[OR1]], [[C4]](s32)
114 ; MIPS32: [[C4:%[0-9]+]]:_(s32) = G_CONSTANT i32 -252645136
115 ; MIPS32: [[AND2:%[0-9]+]]:_(s32) = G_AND [[OR2]], [[C4]]
118 ; MIPS32: [[AND3:%[0-9]+]]:_(s32) = G_AND [[SHL2]], [[C4]]
143 ; MIPS32: [[AND10:%[0-9]+]]:_(s32) = G_AND [[OR8]], [[C4]]
146 ; MIPS32: [[AND11:%[0-9]+]]:_(s32) = G_AND [[SHL7]], [[C4]]
[all …]
H A Dctpop.mir25 ; MIPS32: [[C4:%[0-9]+]]:_(s32) = G_CONSTANT i32 4
26 ; MIPS32: [[LSHR2:%[0-9]+]]:_(s32) = G_LSHR [[ADD]], [[C4]](s32)
65 ; MIPS32: [[C4:%[0-9]+]]:_(s32) = G_CONSTANT i32 4
66 ; MIPS32: [[LSHR2:%[0-9]+]]:_(s32) = G_LSHR [[ADD]], [[C4]](s32)
81 ; MIPS32: [[LSHR6:%[0-9]+]]:_(s32) = G_LSHR [[ADD2]], [[C4]](s32)
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dlegalize-llvm.amdgcn.s.buffer.load.mir162 ; GCN-NEXT: [[C4:%[0-9]+]]:_(s32) = G_CONSTANT i32 65535
163 ; GCN-NEXT: [[AND:%[0-9]+]]:_(s32) = G_AND [[UV]], [[C4]]
164 ; GCN-NEXT: [[AND1:%[0-9]+]]:_(s32) = G_AND [[LSHR]], [[C4]]
168 ; GCN-NEXT: [[AND2:%[0-9]+]]:_(s32) = G_AND [[LSHR1]], [[C4]]
169 ; GCN-NEXT: [[AND3:%[0-9]+]]:_(s32) = G_AND [[LSHR2]], [[C4]]
173 ; GCN-NEXT: [[AND4:%[0-9]+]]:_(s32) = G_AND [[UV1]], [[C4]]
174 ; GCN-NEXT: [[AND5:%[0-9]+]]:_(s32) = G_AND [[LSHR3]], [[C4]]
178 ; GCN-NEXT: [[AND6:%[0-9]+]]:_(s32) = G_AND [[LSHR4]], [[C4]]
179 ; GCN-NEXT: [[AND7:%[0-9]+]]:_(s32) = G_AND [[LSHR5]], [[C4]]
183 ; GCN-NEXT: [[AND8:%[0-9]+]]:_(s32) = G_AND [[UV2]], [[C4]]
[all …]
/llvm-project-15.0.7/libc/AOR_v20.02/math/
H A Dexp2.c20 #define C4 __exp_data.exp2_poly[3] macro
125 tmp = tail + r * C1 + r2 * C2 + r * r2 * (C3 + r * C4); in exp2()
127 tmp = tail + r * C1 + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp2()
129 tmp = tail + r * C1 + r2 * (0.5 + r * C3) + r2 * r2 * (C4 + r * C5 + r2 * C6); in exp2()
H A Dexp.c22 #define C4 __exp_data.poly[7 - EXP_POLY_ORDER] macro
143 tmp = tail + r + r2 * C2 + r * r2 * (C3 + r * C4); in exp_inline()
145 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp_inline()
147 tmp = tail + r + r2 * (0.5 + r * C3) + r2 * r2 * (C4 + r * C5 + r2 * C6); in exp_inline()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dms-uuid.cpp58 [uuid("000000A0-0000-0000-C000-000000000049")] class C4;
60 [uuid("110000A0-0000-0000-C000-000000000049")] class C4;
62 [uuid("220000A0-0000-0000-C000-000000000049")] class C4 {}; class
H A Dclass.cpp122 struct C4; in ogfn()
123 C4; // expected-warning {{declaration does not declare anything}} in ogfn()
126 struct C4 { struct
/llvm-project-15.0.7/libcxxabi/test/
H A Ddynamic_cast.pass.cpp111 struct C4 : C3 { Pad3 _; }; argument
112 struct C8 : C2, virtual C4 { Pad4 _; };
113 struct C9 : C4, C8 { Pad5 _; };
122 assert(dynamic_cast<C4*>(c2) == 0); in test()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/
H A Dsymbolize_pc_inline.cpp29 static inline void C4() { C3(); } in C4() function
32 int main() { C4(); } in main()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-constant.mir20 ; CHECK: [[C4:%[0-9]+]]:_(s64) = G_CONSTANT i64 0
21 ; CHECK: $x0 = COPY [[C4]](s64)
99 ; CHECK-NEXT: [[C4:%[0-9]+]]:_(s64) = G_CONSTANT i64 8
100 ; CHECK-NEXT: [[PTR_ADD:%[0-9]+]]:_(p0) = G_PTR_ADD %ptr, [[C4]](s64)
138 ; CHECK-NEXT: [[C4:%[0-9]+]]:_(s64) = G_CONSTANT i64 8
139 ; CHECK-NEXT: [[PTR_ADD:%[0-9]+]]:_(p0) = G_PTR_ADD %ptr, [[C4]](s64)
172 ; CHECK-NEXT: [[C4:%[0-9]+]]:_(s64) = G_CONSTANT i64 8
173 ; CHECK-NEXT: [[PTR_ADD:%[0-9]+]]:_(p0) = G_PTR_ADD %ptr, [[C4]](s64)
/llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/
H A Dlegalize-constant.mir29 ; X32: [[C4:%[0-9]+]]:_(s32) = G_CONSTANT i32 64
31 ; X32: [[MV:%[0-9]+]]:_(s64) = G_MERGE_VALUES [[C4]](s32), [[C5]](s32)
43 ; X64: [[C4:%[0-9]+]]:_(s64) = G_CONSTANT i64 64
44 ; X64: $rax = COPY [[C4]](s64)
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.id/
H A Dp3.cpp29 concept C4 = U::add(1, 2) == 3;
32 static_assert(C4<A>);
33 static_assert(!C4<B>); // expected-note {{while checking the satisfaction of concept 'C4<B>' reques…
53 static_assert(Same<bool, decltype(C4<A>)>);
/llvm-project-15.0.7/llvm/test/FileCheck/dump-input/
H A Dcontext.txt65 ; C4-NEXT: 5: foo4
76 ; C4-NEXT: 13: foo4
86 ; C4-NEXT: 20: foo4
96 ; C4-NEXT: 28: foo4
197 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=C0,C1,C2,C3,C4,CS,CM,CE
203 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=C0,C1,C2,C3,C4,C5,CM,CE
209 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=C0,C1,C2,C3,C4,C5,C6,CE
215 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=C0,C1,C2,C3,C4,C5,C6,C7
221 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=C0,C1,C2,C3,C4,C5,C6,C7
229 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=C0,C1,C2,C3,C4,C5,CM,CE

12345678910