Lines Matching full:noalias
11 define void @foo1(float * noalias readonly %from, float * %to) {
21 define void @foo2(double * noalias readonly %from, double * %to) {
31 define void @foo3(i16 * noalias readonly %from, i16 * %to) {
41 define void @foo4(i32 * noalias readonly %from, i32 * %to) {
51 define void @foo5(i64 * noalias readonly %from, i64 * %to) {
64 define void @foo6(i128 * noalias readonly %from, i128 * %to) {
74 define void @foo7(<2 x i8> * noalias readonly %from, <2 x i8> * %to) {
84 define void @foo8(<2 x i16> * noalias readonly %from, <2 x i16> * %to) {
94 define void @foo9(<2 x i32> * noalias readonly %from, <2 x i32> * %to) {
104 define void @foo10(<2 x i64> * noalias readonly %from, <2 x i64> * %to) {
114 define void @foo11(<2 x float> * noalias readonly %from, <2 x float> * %to) {
124 define void @foo12(<2 x double> * noalias readonly %from, <2 x double> * %to) {
134 define void @foo13(<4 x i8> * noalias readonly %from, <4 x i8> * %to) {
144 define void @foo14(<4 x i16> * noalias readonly %from, <4 x i16> * %to) {
154 define void @foo15(<4 x i32> * noalias readonly %from, <4 x i32> * %to) {
164 define void @foo16(<4 x float> * noalias readonly %from, <4 x float> * %to) {
176 define void @foo17(<4 x double> * noalias readonly %from, <4 x double> * %to) {
186 define void @foo18(float ** noalias readonly %from, float ** %to) {
197 define void @foo19(float * noalias readonly %from, float * %to, i32 %n) {
225 define void @notkernel(float * noalias readonly %from, float * %to) {
239 define void @notkernel2(float addrspace(1) * noalias readonly %from, float * %to) {