Lines Matching defs:DstIdx
253 SrcIdx = DstIdx = 0;
300 SrcIdx, DstIdx);
309 DstIdx = SrcSub;
322 if (DstIdx && !SrcIdx) {
324 std::swap(SrcIdx, DstIdx);
343 std::swap(SrcIdx, DstIdx);
367 assert(!DstIdx && !SrcIdx && "Inconsistent CoalescerPair state.");
382 TRI.composeSubRegIndices(DstIdx, DstSub);
737 unsigned DstIdx = CP.isFlipped() ? CP.getSrcIdx() : CP.getDstIdx();
770 // If both SrcIdx and DstIdx are set, correct rematerialization would widen
775 if (SrcIdx && DstIdx)
836 updateRegDefsUses(DstReg, DstReg, DstIdx);
1161 // Also update DstReg operands to include DstIdx if it is set.
1297 // Either CP.DstIdx or CP.SrcIdx.