Home
last modified time | relevance | path

Searched refs:SystemZMachineFunctionInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp73 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>(); in determineCalleeSaves()
141 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in spillCalleeSavedRegisters()
235 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in restoreCalleeSavedRegisters()
348 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitPrologue()
479 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitEpilogue()
519 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP()); in hasFP()
H A DSystemZMachineFunctionInfo.h17 class SystemZMachineFunctionInfo : public MachineFunctionInfo {
30 explicit SystemZMachineFunctionInfo(MachineFunction &MF) in SystemZMachineFunctionInfo() function
H A DSystemZLDCleanup.cpp73 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
H A DSystemZMachineFunctionInfo.cpp16 void SystemZMachineFunctionInfo::anchor() {} in anchor()
H A DSystemZISelLowering.cpp1099 SystemZMachineFunctionInfo *FuncInfo = in LowerFormalArguments()
1100 MF.getInfo<SystemZMachineFunctionInfo>(); in LowerFormalArguments()
2754 SystemZMachineFunctionInfo* MFI = in lowerGlobalTLSAddress()
2755 DAG.getMachineFunction().getInfo<SystemZMachineFunctionInfo>(); in lowerGlobalTLSAddress()
2848 SystemZMachineFunctionInfo *FI = MF.getInfo<SystemZMachineFunctionInfo>(); in lowerFRAMEADDR()
2941 SystemZMachineFunctionInfo *FuncInfo = in lowerVASTART()
2942 MF.getInfo<SystemZMachineFunctionInfo>(); in lowerVASTART()
3608 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()
3616 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()