Searched refs:ptr0 (Results 1 – 2 of 2) sorted by relevance
176 void *ptr0; in bs_subregion() local194 ptr0 = r->ptr; in bs_subregion()206 r->ptr = ptr0; in bs_subregion()
905 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where906 // * address is the address in ptr0912 // Address bits in baseptr and tag bits in ptr0 are ignored.913 // When offset between ptr0 and baseptr is a compile time constant, this can be emitted as914 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset915 // It is intended that ptr0 is an alloca address, and baseptr is the direct output of llvm.aarch64.…