Lines Matching defs:UsedRegs
223 bool FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs,
2019 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs,
2046 UsedRegs.push_back(RVLocs[0].getLocReg());
2047 UsedRegs.push_back(RVLocs[1].getLocReg());
2065 UsedRegs.push_back(RVLocs[0].getLocReg());
2282 SmallVector<Register, 4> UsedRegs;
2283 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, false)) return false;
2286 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);
2426 SmallVector<Register, 4> UsedRegs;
2427 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, isVarArg))
2431 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);