Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:tpi

1340   for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) {
1341 const MachineOperand &DstMO = MI->getOperand(TiedPairs[tpi].second);
1351 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) {
1352 unsigned SrcIdx = TiedPairs[tpi].first;
1353 unsigned DstIdx = TiedPairs[tpi].second;