| /llvm-project-15.0.7/mlir/test/Dialect/GPU/ |
| H A D | mapping.mlir | 7 %four = arith.constant 4 : index 9 step (%four, %four) { 10 scf.parallel (%si0, %si1) = (%zero, %zero) to (%four, %four) 32 %four = arith.constant 4 : index 34 step (%four, %four, %four, %four) { 35 …cf.parallel (%si0, %si1, %si2, %si3) = (%zero, %zero, %zero, %zero) to (%four, %four, %four, %four) 37 …cf.parallel (%ti0, %ti1, %ti2, %ti3) = (%zero, %zero, %zero, %zero) to (%four, %four, %four, %four)
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/ |
| H A D | midpoint.integer.pass.cpp | 29 constexpr T four{4}; in signed_test() local 43 assert(std::midpoint(one, four) == two); in signed_test() 44 assert(std::midpoint(four, one) == three); in signed_test() 45 assert(std::midpoint(three, four) == three); in signed_test() 46 assert(std::midpoint(four, three) == four); in signed_test() 78 constexpr T four{4}; in unsigned_test() local 93 assert(std::midpoint(one, four) == two); in unsigned_test() 94 assert(std::midpoint(four, one) == three); in unsigned_test() 95 assert(std::midpoint(three, four) == three); in unsigned_test() 96 assert(std::midpoint(four, three) == four); in unsigned_test()
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/ |
| H A D | function-types-classes.cpp | 43 R four(A a, B b, C c) { return MakeResult<R>::result(); } in four() function 80 auto a = &four<S, C*, U&, E&&>; 82 auto b = &four<E, const S*, const C&, const U&&>; 84 auto c = &four<U, volatile E*, volatile S&, volatile C&&>; 86 auto d = &four<C, const volatile U*, const volatile E&, const volatile S&&>; 99 auto h = &four<TC<void>, TC<int>, TC<TC<int>>, TC<A::B::S>>;
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/ |
| H A D | globals.ll | 4 ; CHECK29: @four = global 15 ; CHECK30: @four.hwasan = private global { i32, [12 x i8] } { i32 1, [12 x i8] c"\00\00\00\00\00\00… 16 …K30: @four.hwasan.descriptor = private constant { i32, i32 } { i32 trunc (i64 sub (i64 ptrtoint (p… 25 ; CHECK30: @four = alias i32, inttoptr (i64 add (i64 ptrtoint (ptr @four.hwasan to i64), i64 -60528… 30 ; CHECK30: [[FOUR]] = !{ptr @four.hwasan} 36 @four = global i32 1
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/X86/ |
| H A D | globals.ll | 10 ; CHECK: @four.hwasan = private global { i32, [12 x i8] } { i32 1, [12 x i8] c"\00\00\00\00\00\00\0… 11 …ECK: @four.hwasan.descriptor = private constant { i32, i32 } { i32 trunc (i64 sub (i64 ptrtoint (p… 20 ; CHECK: @four = alias i32, inttoptr (i64 add (i64 ptrtoint (ptr @four.hwasan to i64), i64 63410682… 25 ; CHECK: [[FOUR]] = !{ptr @four.hwasan} 31 @four = global i32 1
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | pragma-fenv_access.c | 25 CONST float four = 4.0F ; in main() local 26 CONST float frac_ok = one/four; in main() 43 e1 = (int)one, e3 = (int)three, e4 = (int)four, e_four_quarters = (int)(frac_ok * 4) in main() 52 if (one <= four) return 0; in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-strings/ |
| H A D | radix-filename.test | 6 RUN: echo four >> %t 24 CHECK-NONE: [[FILE]]: four 31 CHECK-DEC: [[FILE]]: 14 four 38 CHECK-OCT: [[FILE]]: 16 four 45 CHECK-HEX: [[FILE]]: e four
|
| H A D | radix.test | 8 four 32 CHECK-NONE: {{^}}four 39 CHECK-DEC: {{^}} 14 four 46 CHECK-OCT: {{^}} 16 four 53 CHECK-HEX: {{^}} e four
|
| /llvm-project-15.0.7/llvm/test/Transforms/ADCE/ |
| H A D | 2017-08-21-DomTree-deletions.ll | 11 i32 4, label %four 13 four: ; preds = %switch 21 exit: ; preds = %default, %two, %five, %four
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | args-08.ll | 5 ; Up to four integer return values fit into GPRs. 18 ; More than four integer return values use sret. 32 ; Up to four floating-point return values fit into GPRs. 45 ; More than four integer return values use sret.
|
| H A D | args-07.ll | 7 ; Up to four integer return values fit into GPRs. 18 ; More than four integer return values use sret. 30 ; Up to four floating-point return values fit into FPRs. 54 ; More than four floating-point return values use sret.
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/ |
| H A D | p2.cpp | 50 fp2_alias four; in f() local 55 …four(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribut… in f() 61 (void)four(); in f()
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | non-uniform-ops.mlir | 104 %four = spv.Constant 4 : i32 106 …%0 = spv.GroupNonUniformFAdd "Workgroup" "ClusteredReduce" %val cluster_size(%four) : vector<2xf32> 123 %four = spv.Constant 4 : i32 125 …%0 = spv.GroupNonUniformFMul "Workgroup" "ClusteredReduce" %val cluster_size(%four) : vector<2xf32> 170 %four = spv.Constant 4 : i32 172 …%0 = spv.GroupNonUniformIAdd "Workgroup" "ClusteredReduce" %val cluster_size(%four) : vector<2xi32> 224 %four = spv.Constant 4 : i32 226 …%0 = spv.GroupNonUniformIMul "Workgroup" "ClusteredReduce" %val cluster_size(%four) : vector<2xi32>
|
| /llvm-project-15.0.7/mlir/test/Conversion/SCFToGPU/ |
| H A D | parallel_loop.mlir | 49 %four = arith.constant 4 : index 51 step (%four, %four) { 52 scf.parallel (%si0, %si1) = (%zero, %zero) to (%four, %four) 149 %four = arith.constant 4 : index 151 step (%four, %four) { 152 scf.parallel (%si0, %si1) = (%zero, %zero) to (%four, %four) 326 %four = arith.constant 4 : index 328 step (%four, %four) { 349 %four = arith.constant 4 : index 351 step (%four, %four) { [all …]
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/bitfields/ |
| H A D | TestBitfields.py | 164 four = bits.GetChildMemberWithName("four") 165 self.assertEqual(four.GetName(), "four") 166 self.assertEqual(four.GetTypeName(), "uint32_t:4") 167 self.assertTrue(four.IsInScope()) 168 self.assertEqual(int(four.GetValue(), 0), 15)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | gnu-case-ranges.cpp | 8 four enumerator 20 case four: in test()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | combine-fold-binop-into-select.mir | 1045 %four:_(s32) = G_FCONSTANT float 4.0 1072 %four:_(s32) = G_FCONSTANT float 4.0 1099 %four:_(s32) = G_FCONSTANT float 4.0 1126 %four:_(s32) = G_FCONSTANT float 4.0 1153 %four:_(s32) = G_FCONSTANT float 4.0 1180 %four:_(s32) = G_FCONSTANT float 4.0 1209 %four:_(s32) = G_FCONSTANT float 4.0 1236 %four:_(s32) = G_FCONSTANT float 4.0 1265 %four:_(s32) = G_FCONSTANT float 4.0 1292 %four:_(s32) = G_FCONSTANT float 4.0 [all …]
|
| H A D | combine-urem-pow-2.mir | 151 ; GCN-NEXT: %four:_(s32) = G_CONSTANT i32 4 152 ; GCN-NEXT: %four_vec:_(<2 x s16>) = G_BUILD_VECTOR_TRUNC %four(s32), %four(s32) 160 %four:_(s32) = G_CONSTANT i32 4 161 %four_vec:_(<2 x s16>) = G_BUILD_VECTOR_TRUNC %four, %four 181 ; GCN-NEXT: %four:_(s32) = G_CONSTANT i32 4 183 ; GCN-NEXT: %four_vec:_(<2 x s16>) = G_BUILD_VECTOR_TRUNC %four(s32), %shift(s32) 189 %four:_(s32) = G_CONSTANT i32 4 191 %four_vec:_(<2 x s16>) = G_BUILD_VECTOR_TRUNC %four, %shift
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | attr-amdgpu-num-sgpr.ll | 13 %four = load volatile i32, i32 addrspace(4)* undef 21 …call void asm sideeffect "", "s,s,s,s,s,s,s,s,s,s"(i32 %one, i32 %two, i32 %three, i32 %four, i32 … 25 store volatile i32 %four, i32 addrspace(1)* undef 64 ; i32 %one, i32 %two, i32 %three, i32 %four) #2 { 85 ; store i32 %four, i32 addrspace(1)* %out4 101 ; i32 %one, i32 %two, i32 %three, i32 %four) #2 { 117 ; store i32 %four, i32 addrspace(1)* %out4
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVNonUniformOps.td | 44 Result Type must be a vector of four components of integer type scalar, 250 %four = spv.Constant 4 : i32 310 %four = spv.Constant 4 : i32 370 %four = spv.Constant 4 : i32 427 %four = spv.Constant 4 : i32 482 %four = spv.Constant 4 : i32 537 %four = spv.Constant 4 : i32 594 %four = spv.Constant 4 : i32 651 %four = spv.Constant 4 : i32 709 %four = spv.Constant 4 : i32 [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/dsymutil/Inputs/ |
| H A D | obfuscated.map | 4 four 15 four.c
|
| H A D | obfuscated.2.map | 17 four 18 four.c
|
| /llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/ |
| H A D | stack-history-length.c | 22 volatile int four = 4; variable 25 __attribute__((noinline)) void OOB() { int x[4]; x[four] = 0; USE(&x[0]); } in OOB()
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | attr-or-type-format-roundtrip.mlir | 8 // CHECK: #test.attr_with_format<3 : two = "hello", four = [1, 2, 3] : 42 : i64, [ 10 : i16] 9 attr0 = #test.attr_with_format<3 : two = "hello", four = [1, 2, 3] : 42 : i64, [10 : i16]>, 10 …// CHECK: #test.attr_with_format<5 : two = "a_string", four = [4, 5, 6, 7, 8] : 8 : i8, [ 10 : i16… 11 attr1 = #test.attr_with_format<5 : two = "a_string", four = [4, 5, 6, 7, 8] : 8 : i8, [10 : i16]>,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | switch-minsize.ll | 27 ; CHECK-NEXT: LBB0_4: @ %four 41 i32 1154, label %four 53 four:
|