Home
last modified time | relevance | path

Searched refs:hptr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libc/AOR_v20.02/networking/test/
H A Dchksum.c42 const uint16_t *may_alias hptr = ptr; in checksum_simple() local
48 sum += *hptr++; in checksum_simple()
54 sum += *(uint8_t *) hptr; in checksum_simple()
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dscalable-trunc-min-bitwidth.ll4 define void @trunc_minimal_bitwidth(i8* %bptr, i16* noalias %hptr, i32 %val, i64 %N) {
55 %arrayidx23 = getelementptr inbounds i16, i16* %hptr, i64 %indvars.iv
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcmse-clear-float-hard.ll812 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
1164 %call = call half %hptr(half 10.0) nounwind
1168 define half @h1_arg(half (half)* nocapture %hptr, half %harg) nounwind {
[all …]
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-builtin-bit-cast.cpp197 constexpr has_pointer hptr = __builtin_bit_cast(has_pointer, 0ul); in bad_types() local