Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:MF

31 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; }
33 void NVPTXFrameLowering::emitPrologue(MachineFunction &MF,
35 if (MF.getFrameInfo()->hasStackObjects()) {
36 assert(&MF.front() == &MBB && "Shrink-wrapping not yet supported");
38 MachineRegisterInfo &MR = MF.getRegInfo();
47 // for local address accesses in MF.
49 static_cast<const NVPTXTargetMachine &>(MF.getTarget()).is64Bit();
57 MF.getSubtarget().getInstrInfo()->get(CvtaLocalOpcode),
61 BuildMI(MBB, MI, dl, MF.getSubtarget().getInstrInfo()->get(MovDepotOpcode),
63 .addImm(MF.getFunctionNumber());
67 void NVPTXFrameLowering::emitEpilogue(MachineFunction &MF,
73 MachineFunction &MF, MachineBasicBlock &MBB,