/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/ |
H A D | local-variables-registers.lldbinit | 1 image lookup -a 0x140001000 -v 2 image lookup -a 0x140001003 -v 3 image lookup -a 0x140001006 -v 5 image lookup -a 0x140001011 -v 6 image lookup -a 0x140001017 -v 7 image lookup -a 0x140001019 -v 8 image lookup -a 0x14000101e -v 9 image lookup -a 0x14000102c -v 11 image lookup -a 0x140001031 -v 12 image lookup -a 0x140001032 -v [all …]
|
H A D | inline_sites.lldbinit | 1 image dump line-table a.cpp -v 17 image lookup -a 0x140001003 -v 18 image lookup -a 0x140001004 -v 19 image lookup -a 0x140001010 -v 20 image lookup -a 0x14000101c -v 21 image lookup -a 0x14000102a -v 22 image lookup -a 0x140001039 -v 23 image lookup -a 0x140001044 -v
|
/llvm-project/libclc/generic/include/clc/image/ |
H A D | image.h | 1 _CLC_OVERLOAD _CLC_DECL int get_image_width (image2d_t image); 2 _CLC_OVERLOAD _CLC_DECL int get_image_width (image3d_t image); 4 _CLC_OVERLOAD _CLC_DECL int get_image_height (image2d_t image); 5 _CLC_OVERLOAD _CLC_DECL int get_image_height (image3d_t image); 7 _CLC_OVERLOAD _CLC_DECL int get_image_depth (image3d_t image); 9 _CLC_OVERLOAD _CLC_DECL int get_image_channel_data_type (image2d_t image); 10 _CLC_OVERLOAD _CLC_DECL int get_image_channel_data_type (image3d_t image); 12 _CLC_OVERLOAD _CLC_DECL int get_image_channel_order (image2d_t image); 13 _CLC_OVERLOAD _CLC_DECL int get_image_channel_order (image3d_t image); 15 _CLC_OVERLOAD _CLC_DECL int2 get_image_dim (image2d_t image); [all …]
|
/llvm-project/libclc/r600/lib/ |
H A D | SOURCES_3.9 | 1 image/get_image_dim.cl 2 image/get_image_width.cl 3 image/get_image_height.cl 4 image/get_image_depth.cl 5 image/get_image_channel_data_type.cl 6 image/get_image_channel_order.cl 7 image/get_image_attributes_impl.ll 8 image/read_imagef.cl 9 image/read_imagei.cl 10 image/read_imageui.cl [all …]
|
/llvm-project/mlir/test/Dialect/SPIRV/IR/ |
H A D | image-ops.mlir | 7 func.func @image_dref_gather(%arg0 : !spirv.sampled_image<!spirv.image<i32, Dim2D, NoDepth, NonArra… 8 …// CHECK: spirv.ImageDrefGather {{.*}} : !spirv.sampled_image<!spirv.image<i32, Dim2D, NoDepth, No… 9 …%0 = spirv.ImageDrefGather %arg0 : !spirv.sampled_image<!spirv.image<i32, Dim2D, NoDepth, NonArray… 15 func.func @image_dref_gather_with_single_imageoperands(%arg0 : !spirv.sampled_image<!spirv.image<i3… 17 …%0 = spirv.ImageDrefGather %arg0 : !spirv.sampled_image<!spirv.image<i32, Dim2D, NoDepth, NonArray… 23 func.func @image_dref_gather_with_mismatch_imageoperands(%arg0 : !spirv.sampled_image<!spirv.image<… 25 …%0 = spirv.ImageDrefGather %arg0 : !spirv.sampled_image<!spirv.image<i32, Dim2D, NoDepth, NonArray… 31 func.func @image_dref_gather_error_result_type(%arg0 : !spirv.sampled_image<!spirv.image<i32, Dim2D… 33 …%0 = spirv.ImageDrefGather %arg0 : !spirv.sampled_image<!spirv.image<i32, Dim2D, NoDepth, NonArray… 39 func.func @image_dref_gather_error_same_type(%arg0 : !spirv.sampled_image<!spirv.image<i32, Rect, N… [all …]
|
/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/ |
H A D | llvm.amdgcn.image.atomic.ll | 3 ;CHECK: DIVERGENT: %orig = call i32 @llvm.amdgcn.image.atomic.swap.1d.i32.i32.v8i32( 6 %orig = call i32 @llvm.amdgcn.image.atomic.swap.1d.i32.i32.v8i32(i32 %data, i32 %addr, <8 x i32> %rsrc, i32 0, i32 0) 11 ;CHECK: DIVERGENT: %orig = call i32 @llvm.amdgcn.image.atomic.add.1d.i32.i32.v8i32( 14 %orig = call i32 @llvm.amdgcn.image.atomic.add.1d.i32.i32.v8i32(i32 %data, i32 %addr, <8 x i32> %rsrc, i32 0, i32 0) 19 ;CHECK: DIVERGENT: %orig = call i32 @llvm.amdgcn.image.atomic.sub.1d.i32.i32.v8i32( 22 %orig = call i32 @llvm.amdgcn.image.atomic.sub.1d.i32.i32.v8i32(i32 %data, i32 %addr, <8 x i32> %rsrc, i32 0, i32 0) 27 ;CHECK: DIVERGENT: %orig = call i32 @llvm.amdgcn.image.atomic.smin.1d.i32.i32.v8i32( 30 %orig = call i32 @llvm.amdgcn.image.atomic.smin.1d.i32.i32.v8i32(i32 %data, i32 %addr, <8 x i32> %rsrc, i32 0, i32 0) 35 ;CHECK: DIVERGENT: %orig = call i32 @llvm.amdgcn.image.atomic.umin.1d.i32.i32.v8i32( 38 %orig = call i32 @llvm.amdgcn.image [all...] |
/llvm-project/clang/docs/ |
H A D | ClangOffloadPackager.rst | 13 This tool bundles device files into a single image containing necessary 15 together. The image format is a small header wrapping around a string map. This 26 format is a serialization of a string map and an image buffer. The binary header 47 of the binary blob containing the information for a single offloading image. We 49 the image and metadata. The offload entry contains information about the device 50 image. It contains the fields shown in the following 59 | uint16_t | image kind | The kind of the device image (e.g. bc, cubin) | 61 | uint16_t | offload kind | The producer of the image (e.g. openmp, cuda) | 63 | uint32_t | flags | Generic flags for the image | 69 | uint64_t | image offset | Absolute offset of the device image in bytes | [all …]
|
/llvm-project/llvm/test/Assembler/ |
H A D | amdgpu-image-atomic-attributes.ll | 5 …%v = call i32 @llvm.amdgcn.image.atomic.swap.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0,… 12 …%v = call i64 @llvm.amdgcn.image.atomic.swap.1d.i64.i32(i64 %data, i32 %s, <8 x i32> %rsrc, i32 0,… 19 …%v = call i32 @llvm.amdgcn.image.atomic.add.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, … 26 …%v = call i32 @llvm.amdgcn.image.atomic.sub.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, … 33 …%v = call i32 @llvm.amdgcn.image.atomic.smin.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0,… 40 …%v = call i32 @llvm.amdgcn.image.atomic.umin.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0,… 47 …%v = call i32 @llvm.amdgcn.image.atomic.smax.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0,… 54 …%v = call i32 @llvm.amdgcn.image.atomic.umax.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0,… 61 …%v = call i32 @llvm.amdgcn.image.atomic.and.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, … 68 …%v = call i32 @llvm.amdgcn.image.atomic.or.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, i… [all …]
|
/llvm-project/flang/test/Semantics/ |
H A D | image_status.f90 | 25 n = image_status(image=1) 31 n = image_status(image=2, team=home) 32 n = image_status(team=home, image=2) 73 n = image_status(image=3.4) 82 n = image_status(image=1, image=2) 85 n = image_status(image=1, team=home, team=league(1)) 94 result_array = image_status(image=array_with_negative) 97 result_array = image_status(image=[-2, 1]) 100 result_array = image_status(image=array_with_zero) 103 result_array = image_status(image=[1, 0]) [all …]
|
/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/ |
H A D | stack-cfi-parsing.test | 5 image show-unwind -n func0 6 # CHECK-LABEL: image show-unwind -n func0 21 image show-unwind -n func2 22 # CHECK-LABEL: image show-unwind -n func2 25 image show-unwind -n func3 26 # CHECK-LABEL: image show-unwind -n func3 29 image show-unwind -n func4 30 # CHECK-LABEL: image show-unwind -n func4 33 image show-unwind -n func5 34 # CHECK-LABEL: image show-unwind -n func5 [all …]
|
H A D | inline-record.test | 5 # CHECK-LABEL: (lldb) image lookup -a 0x400010 -v 12 # CHECK-LABEL: (lldb) image lookup -a 0x400016 -v 18 # CHECK-LABEL: (lldb) image lookup -a 0x400023 -v 27 # CHECK-LABEL: (lldb) image lookup -a 0x400029 -v 34 # CHECK-LABEL: (lldb) image lookup -a 0x400030 -v 42 # CHECK-LABEL: (lldb) image lookup -a 0x400035 -v 49 image lookup -a 0x400010 -v 50 image lookup -a 0x400016 -v 51 image lookup -a 0x400023 -v 52 image lookup -a 0x400029 -v [all …]
|
/llvm-project/llvm/docs/ |
H A D | Docker.rst | 13 We also provide an ``example`` image, which contains placeholders that one would need 14 to fill out in order to produce Dockerfiles for a new docker image. 34 A snapshot of a docker container filesystem is called a *docker image*. 35 One can start a container from a prebuilt docker image. 39 the docker image (see `official 41 details). A minimal Dockerfile typically contains a base image and a number 42 of RUN commands that have to be executed to build the image. When building a new 43 image, docker will first download your base image, mount its filesystem as 45 filesystem modifications, performed while building your image [all...] |
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | llvm.amdgcn.image.dim.gfx90a.ll | 9 …%v = call <4 x float> @llvm.amdgcn.image.load.1d.v4f32.i32(i32 15, i32 %s, <8 x i32> %rsrc, i32 0,… 17 …%v = call {<4 x float>, i32} @llvm.amdgcn.image.load.1d.v4f32i32.i32(i32 15, i32 %s, <8 x i32> %rs… 28 …%v = call <4 x float> @llvm.amdgcn.image.load.2d.v4f32.i32(i32 15, i32 %s, i32 %t, <8 x i32> %rsrc… 36 …%v = call <4 x float> @llvm.amdgcn.image.load.3d.v4f32.i32(i32 15, i32 %s, i32 %t, i32 %r, <8 x i3… 44 …%v = call <4 x float> @llvm.amdgcn.image.load.cube.v4f32.i32(i32 15, i32 %s, i32 %t, i32 %slice, <… 52 …%v = call {<4 x float>,i32} @llvm.amdgcn.image.load.cube.v4f32i32.i32(i32 15, i32 %s, i32 %t, i32 … 63 …%v = call <4 x float> @llvm.amdgcn.image.load.1darray.v4f32.i32(i32 15, i32 %s, i32 %slice, <8 x i… 71 …%v = call <4 x float> @llvm.amdgcn.image.load.2darray.v4f32.i32(i32 15, i32 %s, i32 %t, i32 %slice… 79 …%v = call {<4 x float>,i32} @llvm.amdgcn.image.load.2darray.v4f32i32.i32(i32 15, i32 %s, i32 %t, i… 90 …%v = call <4 x float> @llvm.amdgcn.image.load.2dmsaa.v4f32.i32(i32 15, i32 %s, i32 %t, i32 %fragid… [all …]
|
H A D | llvm.amdgcn.image.load.2dmsaa.ll | 2 ; RUN: opt -S -passes=amdgpu-image-intrinsic-opt -mtriple=amdgcn-unknown-amdhsa -mcpu=gfx1010 < %s | FileCheck -check-prefixes=NO-MSAA %s 3 ; RUN: opt -S -passes=amdgpu-image-intrinsic-opt -mtriple=amdgcn-unknown-amdhsa -mcpu=gfx1100 < %s | FileCheck -check-prefixes=NO-MSAA %s 4 ; RUN: opt -S -passes=amdgpu-image-intrinsic-opt -mtriple=amdgcn-unknown-amdhsa -mcpu=gfx1150 < %s | FileCheck -check-prefixes=MSAA %s 10 ; NO-MSAA-NEXT: [[I:%.*]] = call float @llvm.amdgcn.image.load.2dmsaa.f32.i32.v8i32(i32 1, i32 [[S]], i32 [[T]], i32 0, <8 x i32> [[RSRC]], i32 0, i32 0) 11 ; NO-MSAA-NEXT: [[I1:%.*]] = call float @llvm.amdgcn.image.load.2dmsaa.f32.i32.v8i32(i32 1, i32 [[S]], i32 [[T]], i32 1, <8 x i32> [[RSRC]], i32 0, i32 0) 12 ; NO-MSAA-NEXT: [[I2:%.*]] = call float @llvm.amdgcn.image.load.2dmsaa.f32.i32.v8i32(i32 1, i32 [[S]], i32 [[T]], i32 2, <8 x i32> [[RSRC]], i32 0, i32 0) 13 ; NO-MSAA-NEXT: [[I3:%.*]] = call float @llvm.amdgcn.image.load.2dmsaa.f32.i32.v8i32(i32 1, i32 [[S]], i32 [[T]], i32 3, <8 x i32> [[RSRC]], i32 0, i32 0) 23 ; MSAA-NEXT: [[TMP0:%.*]] = call <4 x float> @llvm.amdgcn.image.msaa.load.2dmsaa.v4f32.i32.v8i32(i32 1, i32 [[S]], i32 [[T]], i32 0, <8 x i32> [[RSRC]], i32 0, i32 0) 35 %i = call float @llvm.amdgcn.image.load.2dmsaa.f32.i32.v8i32(i32 1, i32 %s, i32 %t, i32 0, <8 x i32> %rsrc, i32 0, i32 0) 36 %i1 = call float @llvm.amdgcn.image [all...] |
H A D | hsa-metadata-images.ll | 25 ; CHECK: .value_kind: image 30 ; CHECK: .value_kind: image 35 ; CHECK: .value_kind: image 40 ; CHECK: .value_kind: image 45 ; CHECK: .value_kind: image 50 ; CHECK: .value_kind: image 55 ; CHECK: .value_kind: image 60 ; CHECK: .value_kind: image 65 ; CHECK: .value_kind: image 70 ; CHECK: .value_kind: image [all …]
|
H A D | image-resource-id.ll | 3 ; === 1 image arg, read_only =================================================== 13 %0 = call i32 @llvm.OpenCL.image.get.resource.id.2d( 27 %0 = call i32 @llvm.OpenCL.image.get.resource.id.3d( 33 ; === 1 image arg, write_only ================================================== 43 %0 = call i32 @llvm.OpenCL.image.get.resource.id.2d( 57 %0 = call i32 @llvm.OpenCL.image.get.resource.id.3d( 63 ; === 2 image args, read_only ================================================== 74 %0 = call i32 @llvm.OpenCL.image.get.resource.id.2d( 89 %0 = call i32 @llvm.OpenCL.image.get.resource.id.2d( 104 %0 = call i32 @llvm.OpenCL.image.get.resource.id.3d( [all …]
|
H A D | llvm.amdgcn.image.sample.o.dim.ll | 8 …%v = call <4 x float> @llvm.amdgcn.image.sample.o.1d.v4f32.f32(i32 15, i32 %offset, float %s, <8 x… 16 …%v = call <4 x float> @llvm.amdgcn.image.sample.o.2d.v4f32.f32(i32 15, i32 %offset, float %s, floa… 24 …%v = call <4 x float> @llvm.amdgcn.image.sample.c.o.1d.v4f32.f32(i32 15, i32 %offset, float %zcomp… 32 …%v = call <4 x float> @llvm.amdgcn.image.sample.c.o.2d.v4f32.f32(i32 15, i32 %offset, float %zcomp… 40 …%v = call <4 x float> @llvm.amdgcn.image.sample.cl.o.1d.v4f32.f32(i32 15, i32 %offset, float %s, f… 48 …%v = call <4 x float> @llvm.amdgcn.image.sample.cl.o.2d.v4f32.f32(i32 15, i32 %offset, float %s, f… 56 …%v = call <4 x float> @llvm.amdgcn.image.sample.c.cl.o.1d.v4f32.f32(i32 15, i32 %offset, float %zc… 64 …%v = call <4 x float> @llvm.amdgcn.image.sample.c.cl.o.2d.v4f32.f32(i32 15, i32 %offset, float %zc… 72 …%v = call <4 x float> @llvm.amdgcn.image.sample.b.o.1d.v4f32.f32.f32(i32 15, i32 %offset, float %b… 80 …%v = call <4 x float> @llvm.amdgcn.image.sample.b.o.2d.v4f32.f32.f32(i32 15, i32 %offset, float %b… [all …]
|
H A D | image-attributes.ll | 4 ; 9 implicit args = 9 dwords to first image argument. 13 %0 = call [3 x i32] @llvm.OpenCL.image.get.size.2d( 26 %0 = call [3 x i32] @llvm.OpenCL.image.get.size.3d( 43 %0 = call [3 x i32] @llvm.OpenCL.image.get.size.2d( 56 %0 = call [3 x i32] @llvm.OpenCL.image.get.size.3d( 73 %0 = call [3 x i32] @llvm.OpenCL.image.get.size.3d( 90 %0 = call [2 x i32] @llvm.OpenCL.image.get.format.2d( 103 %0 = call [2 x i32] @llvm.OpenCL.image.get.format.3d( 120 %0 = call [2 x i32] @llvm.OpenCL.image.get.format.2d( 133 %0 = call [2 x i32] @llvm.OpenCL.image.get.format.3d( [all …]
|
H A D | llvm.amdgcn.image.atomic.dim.ll | 16 %v = call i32 @llvm.amdgcn.image.atomic.swap.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, i32 0) 28 %v = call i64 @llvm.amdgcn.image.atomic.swap.1d.i64.i32(i64 %data, i32 %s, <8 x i32> %rsrc, i32 0, i32 0) 40 %v = call float @llvm.amdgcn.image.atomic.swap.1d.f32.i32(float %data, i32 %s, <8 x i32> %rsrc, i32 0, i32 0) 51 %v = call i32 @llvm.amdgcn.image.atomic.add.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, i32 0) 63 %v = call i32 @llvm.amdgcn.image.atomic.sub.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, i32 0) 75 %v = call i32 @llvm.amdgcn.image.atomic.smin.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, i32 0) 87 %v = call i32 @llvm.amdgcn.image.atomic.umin.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, i32 0) 99 %v = call i32 @llvm.amdgcn.image.atomic.smax.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, i32 0) 111 %v = call i32 @llvm.amdgcn.image.atomic.umax.1d.i32.i32(i32 %data, i32 %s, <8 x i32> %rsrc, i32 0, i32 0) 123 %v = call i32 @llvm.amdgcn.image [all...] |
H A D | llvm.amdgcn.image.gather4.o.dim.ll | 5 ; GFX11-ERR: LLVM ERROR: Cannot select: intrinsic %llvm.amdgcn.image.gather4 11 …%v = call <4 x float> @llvm.amdgcn.image.gather4.o.2d.v4f32.f32(i32 1, i32 %offset, float %s, floa… 19 …%v = call <4 x float> @llvm.amdgcn.image.gather4.c.o.2d.v4f32.f32(i32 1, i32 %offset, float %zcomp… 27 …%v = call <4 x float> @llvm.amdgcn.image.gather4.cl.o.2d.v4f32.f32(i32 1, i32 %offset, float %s, f… 35 …%v = call <4 x float> @llvm.amdgcn.image.gather4.c.cl.o.2d.v4f32.f32(i32 1, i32 %offset, float %zc… 43 …%v = call <4 x float> @llvm.amdgcn.image.gather4.b.o.2d.v4f32.f32.f32(i32 1, i32 %offset, float %b… 51 …%v = call <4 x float> @llvm.amdgcn.image.gather4.c.b.o.2d.v4f32.f32.f32(i32 1, i32 %offset, float … 59 …%v = call <4 x float> @llvm.amdgcn.image.gather4.b.cl.o.2d.v4f32.f32.f32(i32 1, i32 %offset, float… 67 …%v = call <4 x float> @llvm.amdgcn.image.gather4.c.b.cl.o.2d.v4f32.f32.f32(i32 1, i32 %offset, flo… 75 …%v = call <4 x float> @llvm.amdgcn.image.gather4.l.o.2d.v4f32.f32(i32 1, i32 %offset, float %s, fl… [all …]
|
/llvm-project/libclc/r600/lib/image/ |
H A D | get_image_attributes_impl.ll | 6 declare i32 @llvm.OpenCL.image.get.resource.id.2d( 8 declare i32 @llvm.OpenCL.image.get.resource.id.3d( 11 declare [3 x i32] @llvm.OpenCL.image.get.size.2d( 13 declare [3 x i32] @llvm.OpenCL.image.get.size.3d( 16 declare [2 x i32] @llvm.OpenCL.image.get.format.2d( 18 declare [2 x i32] @llvm.OpenCL.image.get.format.3d( 23 %1 = tail call [3 x i32] @llvm.OpenCL.image.get.size.2d( 30 %1 = tail call [3 x i32] @llvm.OpenCL.image.get.size.3d( 38 %1 = tail call [3 x i32] @llvm.OpenCL.image.get.size.2d( 45 %1 = tail call [3 x i32] @llvm.OpenCL.image.get.size.3d( [all …]
|
H A D | get_image_dim.cl | 3 _CLC_OVERLOAD _CLC_DEF int2 get_image_dim (image2d_t image) { 4 return (int2)(get_image_width(image), get_image_height(image)); 6 _CLC_OVERLOAD _CLC_DEF int4 get_image_dim (image3d_t image) { 7 return (int4)(get_image_width(image), get_image_height(image), 8 get_image_depth(image), 0);
|
/llvm-project/mlir/test/Target/SPIRV/ |
H A D | image-ops.mlir | 4 …spirv.func @image(%arg0 : !spirv.sampled_image<!spirv.image<f32, Dim2D, NoDepth, NonArrayed, Singl… 5 …// CHECK: {{%.*}} = spirv.Image {{%.*}} : !spirv.sampled_image<!spirv.image<f32, Dim2D, NoDepth, N… 6 …%0 = spirv.Image %arg0 : !spirv.sampled_image<!spirv.image<f32, Dim2D, NoDepth, NonArrayed, Single… 7 …// CHECK: {{%.*}} = spirv.ImageDrefGather {{%.*}} : !spirv.sampled_image<!spirv.image<f32, Dim2D, … 8 …%1 = spirv.ImageDrefGather %arg0 : !spirv.sampled_image<!spirv.image<f32, Dim2D, NoDepth, NonArray… 11 …spirv.func @image_query_size(%arg0 : !spirv.image<f32, Dim2D, NoDepth, NonArrayed, SingleSampled, … 12 …// CHECK: {{%.*}} = spirv.ImageQuerySize %arg0 : !spirv.image<f32, Dim2D, NoDepth, NonArrayed, Si… 13 …%0 = spirv.ImageQuerySize %arg0 : !spirv.image<f32, Dim2D, NoDepth, NonArrayed, SingleSampled, NoS…
|
/llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/ |
H A D | SPIRVImageOps.td | 9 // This file contains image ops for the SPIR-V dialect. It corresponds 47 …%0 = spirv.ImageDrefGather %1 : !spirv.sampled_image<!spirv.image<i32, Dim2D, NoDepth, NonArrayed,… 48 …%0 = spirv.ImageDrefGather %1 : !spirv.sampled_image<!spirv.image<i32, Dim2D, NoDepth, NonArrayed,… 94 plus 1 more if the image type is arrayed. This vector is filled in with 96 in an image array or the number of cubes in a cube-map array. 103 detail. This operation is allowed on an image decorated as NonReadable. 104 See the client API specification for additional image type restrictions. 111 …%3 = spirv.ImageQuerySize %0 : !spirv.image<i32, Dim1D, NoDepth, NonArrayed, SingleSampled, NoSamp… 112 …%4 = spirv.ImageQuerySize %1 : !spirv.image<i32, Dim2D, NoDepth, NonArrayed, SingleSampled, NoSamp… 113 …%5 = spirv.ImageQuerySize %2 : !spirv.image<i32, Dim2D, NoDepth, Arrayed, SingleSampled, NoSampler… [all …]
|
/llvm-project/lldb/test/Shell/Minidump/ |
H A D | breakpad-symbols.test | 11 image list 12 # CHECK-LABEL: image list 15 image dump symtab /tmp/test/linux-x86_64 16 # CHECK-LABEL: image dump symtab /tmp/test/linux-x86_64 21 image lookup -a 0x4003f3 22 # CHECK-LABEL: image lookup -a 0x4003f3 25 image dump objfile /tmp/test/linux-x86_64 26 # CHECK-LABEL: image dump objfile /tmp/test/linux-x86_64
|