Lines Matching refs:hptr
812 define half @h1(half (half)* nocapture %hptr) "cmse_nonsecure_entry" nounwind {
887 %call = call half %hptr(half 10.0) nounwind
891 define half @h2(half (half)* nocapture %hptr) nounwind {
966 %call = call half %hptr(half 10.0) "cmse_nonsecure_call" nounwind
970 define half @h3(half (half)* nocapture %hptr) nounwind {
1045 %call = tail call half %hptr(half 10.0) "cmse_nonsecure_call" nounwind
1049 define half @h4(half ()* nocapture %hptr) nounwind {
1093 %call = call half %hptr() "cmse_nonsecure_call" nounwind
1097 define half @h1_minsize(half (half)* nocapture %hptr) "cmse_nonsecure_entry" minsize nounwind {
1164 %call = call half %hptr(half 10.0) nounwind
1168 define half @h1_arg(half (half)* nocapture %hptr, half %harg) nounwind {
1240 %call = call half %hptr(half %harg) "cmse_nonsecure_call" nounwind