Lines Matching refs:tailAddr
73 static auto tailAddr(AddrT addr, size_t runtime_size) { in tailAddr() function
93 SizedOpT::copy(tailAddr<SIZE>(dst, runtime_size), in copy()
94 tailAddr<SIZE>(src, runtime_size)); in copy()
99 SizedOpT::move(tailAddr<SIZE>(dst, runtime_size), in move()
100 tailAddr<SIZE>(src, runtime_size)); in move()
105 SizedOpT::set(tailAddr<SIZE>(dst, runtime_size), value); in set()
111 return SizedOpT::isDifferent(tailAddr<SIZE>(src1, runtime_size), in isDifferent()
112 tailAddr<SIZE>(src2, runtime_size)); in isDifferent()
118 return SizedOpT::threeWayCmp(tailAddr<SIZE>(src1, runtime_size), in threeWayCmp()
119 tailAddr<SIZE>(src2, runtime_size)); in threeWayCmp()
152 auto tail = SizedOpT::load(tailAddr<BLOCK_SIZE>(src, runtime_size)); in move()
153 SizedOpT::store(tailAddr<BLOCK_SIZE>(dst, runtime_size), tail); in move()
235 SizedOpT::load(tailAddr<BLOCK_SIZE>(src, runtime_size)); in move()
242 SizedOpT::store(tailAddr<BLOCK_SIZE>(dst, runtime_size), tail_value); in move()