Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:MVC

219   // Check for MVC 0(Length,FI1),0(FI2)
221 if (MI->getOpcode() != SystemZ::MVC ||
810 // of a simple load is being spilled. Try to use MVC instead.
812 // Although MVC is in practice a fast choice in these cases, it is still
814 // load or store is volatile. We also wouldn't be able to use MVC if
818 // For performance reasons, we also want to avoid using MVC if the addresses
827 return BuildMI(MF, MI->getDebugLoc(), get(SystemZ::MVC))
834 return BuildMI(MF, MI->getDebugLoc(), get(SystemZ::MVC))