Lines Matching defs:UsedRegs
175 void finishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
1308 void PPCFastISel::finishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
1366 UsedRegs.push_back(SourcePhysReg);
1506 SmallVector<unsigned, 4> UsedRegs;
1507 finishCall(RetVT, UsedRegs, I, CC, NumBytes, IsVarArg);
1510 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);