Home | History | Annotate | Download | only in AArch64

Lines Matching refs:UsedRegs

144   bool FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
1274 bool AArch64FastISel::FinishCall(MVT RetVT, SmallVectorImpl<unsigned> &UsedRegs,
1299 UsedRegs.push_back(RVLocs[0].getLocReg());
1417 SmallVector<unsigned, 4> UsedRegs;
1418 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes))
1422 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);