Lines Matching refs:UsedRegs
216 bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
2044 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
2071 UsedRegs.push_back(RVLocs[0].getLocReg());
2072 UsedRegs.push_back(RVLocs[1].getLocReg());
2089 UsedRegs.push_back(RVLocs[0].getLocReg());
2288 SmallVector<unsigned, 4> UsedRegs;
2289 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, false)) return false;
2292 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);
2432 SmallVector<unsigned, 4> UsedRegs;
2433 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, isVarArg))
2437 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);