Lines Matching defs:tied
1111 * sources. This must be used for tied registers, because we're actually
1112 * allocating the destination and the tied source at the same time.
1258 struct ir3_register *tied = dst->tied;
1259 if (tied) {
1260 struct ra_interval *tied_interval = &ctx->intervals[tied->def->name];
1299 struct ir3_register *tied = src->tied;
1301 if (tied) {
1302 struct ra_interval *tied_interval = &ctx->intervals[tied->name];
2168 if (dst->tied && !(dst->tied->flags & IR3_REG_KILL))