| /llvm-project-15.0.7/libclc/clspv/lib/math/ |
| H A D | fma.cl | 32 uint2 mantissa; 103 uint2 cutoff_bits = (uint2)(0, 0); 104 uint2 cutoff_mask = (uint2)(0, 0); 112 cutoff_mask = (uint2)(0, 0); 129 tmp = (uint2)(0, 0); 140 st_fma.mantissa = (uint2)(0, 0); 197 st_fma.mantissa = (uint2)(0, 0); 206 uint2 trunc_mask; 210 uint2 trunc_bits = st_fma.mantissa & trunc_mask; 212 uint2 last_bit; [all …]
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/ |
| H A D | test-setcond-int.ll | 16 %uint2 = add i32 0, 0 ; <i32> [#uses=6] 33 %test13 = icmp eq i32 %uint1, %uint2 ; <i1> [#uses=0] 34 %test14 = icmp uge i32 %uint1, %uint2 ; <i1> [#uses=0] 35 %test15 = icmp ugt i32 %uint1, %uint2 ; <i1> [#uses=0] 36 %test16 = icmp ule i32 %uint1, %uint2 ; <i1> [#uses=0] 37 %test17 = icmp ult i32 %uint1, %uint2 ; <i1> [#uses=0] 38 %test18 = icmp ne i32 %uint1, %uint2 ; <i1> [#uses=0]
|
| /llvm-project-15.0.7/clang/test/CodeGenOpenCL/ |
| H A D | vector_shufflevector.cl | 8 typedef unsigned int uint2 __attribute((ext_vector_type(2))); 12 (uint2)(((uint2)(0)).s0, 0);
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/ |
| H A D | test-interp-vec-setcond-int.ll | 16 %uint2 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0> 33 %test13 = icmp eq <3 x i32> %uint1, %uint2 34 %test14 = icmp uge <3 x i32> %uint1, %uint2 35 %test15 = icmp ugt <3 x i32> %uint1, %uint2 36 %test16 = icmp ule <3 x i32> %uint1, %uint2 37 %test17 = icmp ult <3 x i32> %uint1, %uint2 38 %test18 = icmp ne <3 x i32> %uint1, %uint2
|
| /llvm-project-15.0.7/clang/test/SemaOpenCL/ |
| H A D | vec_compare.cl | 4 typedef __attribute__((ext_vector_type(2))) unsigned int uint2; 9 uint2 A, B;
|
| H A D | fdeclare-opencl-builtins.cl | 58 typedef uint uint2 __attribute__((ext_vector_type(2))); 348 uint2 ui2;
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | struct-init.c | 22 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef 29 const uint32x2_t signBit = { (uint2) 0x80000000 }; in foo()
|
| H A D | builtins-nvptx.c | 624 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef 626 __nvvm_ldg_ui2((const uint2 *)p); in nvvm_ldg()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | opencl-c.h | 9250 uint2 __ovld __cnfn clamp(uint2, uint2, uint2); 9451 uint2 __ovld __cnfn mad_hi(uint2, uint2, uint2); 9503 uint2 __ovld __cnfn mad_sat(uint2, uint2, uint2); 9984 uint2 __ovld __cnfn mad24(uint2, uint2, uint2); 10972 uint2 __ovld __cnfn bitselect(uint2, uint2, uint2); 11110 uint2 __ovld __cnfn select(uint2, uint2, uint2); 18111 uint2 __ovld amd_bitalign(uint2, uint2, uint2); 18118 uint2 __ovld amd_bytealign(uint2, uint2, uint2); 18125 uint2 __ovld amd_lerp(uint2, uint2, uint2); 18136 uint2 __ovld amd_sadhi(uint2, uint2, uint2); [all …]
|
| H A D | __clang_cuda_intrinsics.h | 394 inline __device__ uint2 __ldg(const uint2 *ptr) { in __ldg() 397 uint2 ret; in __ldg()
|
| H A D | opencl-c-base.h | 168 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef 571 #define as_uint2(x) __builtin_astype((x), uint2)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/transcoding/ |
| H A D | RelationalOperators.ll | 17 ; kernel void testUGreaterThan(uint2 a, uint2 b, global int2 *res) { 55 ; kernel void testUGreaterThanEqual(uint2 a, uint2 b, global int2 *res) { 93 ; kernel void testULessThan(uint2 a, uint2 b, global int2 *res) { 131 ; kernel void testULessThanEqual(uint2 a, uint2 b, global int2 *res) { 289 !5 = !{!"uint2", !"uint2", !"int2*"}
|
| /llvm-project-15.0.7/clang/lib/Headers/hlsl/ |
| H A D | hlsl_basic_types.h | 41 typedef vector<uint, 2> uint2; typedef
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | sincos_helpers.cl | 432 double a = as_double((uint2)(0, ua)); 433 double p0 = as_double((uint2)(v0, ua | (v1 & 0xffffU))) - a; 435 a = as_double((uint2)(0, ua)); 436 double p1 = as_double((uint2)((v2 << 16) | (v1 >> 16), ua | (v2 >> 16))) - a; 438 a = as_double((uint2)(0, ua)); 439 double p2 = as_double((uint2)(v3, ua | (v4 & 0xffffU))) - a; 441 a = as_double((uint2)(0, ua)); 442 double p3 = as_double((uint2)((v5 << 16) | (v4 >> 16), ua | (v5 >> 16))) - a;
|
| /llvm-project-15.0.7/libclc/generic/include/clc/integer/ |
| H A D | integer-gentype.inc | 29 #define __CLC_GENTYPE uint2
|
| H A D | gentype.inc | 283 #define __CLC_U_GENTYPE uint2 347 #define __CLC_GENTYPE uint2 348 #define __CLC_U_GENTYPE uint2
|
| /llvm-project-15.0.7/clang/test/Headers/Inputs/include/ |
| H A D | cuda.h | 73 struct uint2 { struct 75 __host__ __device__ uint2(unsigned x = 0, unsigned y = 0) : x(x), y(y) {} in x() argument
|
| /llvm-project-15.0.7/libclc/generic/include/clc/ |
| H A D | clctypes.h | 55 typedef __attribute__((ext_vector_type(2))) uint uint2; typedef
|
| H A D | as_type.h | 16 #define as_uint2(x) __builtin_astype(x, uint2)
|
| /llvm-project-15.0.7/clang/test/CodeGenHLSL/ |
| H A D | basic_types.hlsl | 55 TYPE_DECL( uint2 );
|
| /llvm-project-15.0.7/libclc/generic/include/clc/async/ |
| H A D | gentype.inc | 106 #define __CLC_GENTYPE uint2
|