Lines Matching full:from

13 define ptx_kernel void @foo1(ptr noalias readonly %from, ptr %to) {
14 %1 = load float, ptr %from
23 define ptx_kernel void @foo2(ptr noalias readonly %from, ptr %to) {
24 %1 = load double, ptr %from
33 define ptx_kernel void @foo3(ptr noalias readonly %from, ptr %to) {
34 %1 = load i16, ptr %from
43 define ptx_kernel void @foo4(ptr noalias readonly %from, ptr %to) {
44 %1 = load i32, ptr %from
53 define ptx_kernel void @foo5(ptr noalias readonly %from, ptr %to) {
54 %1 = load i64, ptr %from
66 define ptx_kernel void @foo6(ptr noalias readonly %from, ptr %to) {
67 %1 = load i128, ptr %from
76 define ptx_kernel void @foo7(ptr noalias readonly %from, ptr %to) {
77 %1 = load <2 x i8>, ptr %from
86 define ptx_kernel void @foo8(ptr noalias readonly %from, ptr %to) {
87 %1 = load <2 x i16>, ptr %from
96 define ptx_kernel void @foo9(ptr noalias readonly %from, ptr %to) {
97 %1 = load <2 x i32>, ptr %from
106 define ptx_kernel void @foo10(ptr noalias readonly %from, ptr %to) {
107 %1 = load <2 x i64>, ptr %from
116 define ptx_kernel void @foo11(ptr noalias readonly %from, ptr %to) {
117 %1 = load <2 x float>, ptr %from
126 define ptx_kernel void @foo12(ptr noalias readonly %from, ptr %to) {
127 %1 = load <2 x double>, ptr %from
136 define ptx_kernel void @foo13(ptr noalias readonly %from, ptr %to) {
137 %1 = load <4 x i8>, ptr %from
146 define ptx_kernel void @foo14(ptr noalias readonly %from, ptr %to) {
147 %1 = load <4 x i16>, ptr %from
156 define ptx_kernel void @foo15(ptr noalias readonly %from, ptr %to) {
157 %1 = load <4 x i32>, ptr %from
166 define ptx_kernel void @foo16(ptr noalias readonly %from, ptr %to) {
167 %1 = load <4 x float>, ptr %from
178 define ptx_kernel void @foo17(ptr noalias readonly %from, ptr %to) {
179 %1 = load <4 x double>, ptr %from
188 define ptx_kernel void @foo18(ptr noalias readonly %from, ptr %to) {
189 %1 = load ptr, ptr %from
199 define ptx_kernel void @foo19(ptr noalias readonly %from, ptr %to, i32 %n) {
206 %ptr = getelementptr inbounds float, ptr %from, i32 %i
227 define void @notkernel(ptr noalias readonly %from, ptr %to) {
228 %1 = load float, ptr %from
241 define void @notkernel2(ptr addrspace(1) noalias readonly %from, ptr %to) {
242 %1 = load float, ptr addrspace(1) %from