Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:hasFP

69   bool HasFP = hasFP(MF);
83 if (HasFP)
221 bool HasFP = hasFP(MF);
251 MIB.addReg(HasFP ? SystemZ::R11D : SystemZ::R15D);
320 bool HasFP = hasFP(MF);
360 if (HasFP) {
448 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const {