Searched refs:alias (Results 1 – 3 of 3) sorted by relevance
14 # v0 and p0 alias
199 for (RegisterInfo* alias = info->GetAliasChain(); alias != nullptr; in ClobberAliases() local200 alias = alias->GetAliasChain()) { in ClobberAliases()201 DCHECK(!alias->IsAliased()); // Only the master should be marked as alised. in ClobberAliases()203 if ((alias->StorageMask() & clobber_mask) != 0) { in ClobberAliases()204 ClobberBody(alias); in ClobberAliases()
130 In general, it uses the position of the argument alias to map into the WithValues position value.