Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZFrameLowering.cpp72 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>(); in determineCalleeSaves()
134 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in spillCalleeSavedRegisters()
223 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in restoreCalleeSavedRegisters()
319 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitPrologue()
416 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitEpilogue()
455 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP()); in hasFP()
HDSystemZMachineFunctionInfo.h17 class SystemZMachineFunctionInfo : public MachineFunctionInfo {
29 explicit SystemZMachineFunctionInfo(MachineFunction &MF) in SystemZMachineFunctionInfo() function
HDSystemZLDCleanup.cpp70 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
HDSystemZMachineFunctionInfo.cpp16 void SystemZMachineFunctionInfo::anchor() {} in anchor()
HDSystemZISelLowering.cpp870 SystemZMachineFunctionInfo *FuncInfo = in LowerFormalArguments()
871 MF.getInfo<SystemZMachineFunctionInfo>(); in LowerFormalArguments()
2557 SystemZMachineFunctionInfo* MFI = in lowerGlobalTLSAddress()
2558 DAG.getMachineFunction().getInfo<SystemZMachineFunctionInfo>(); in lowerGlobalTLSAddress()
2688 SystemZMachineFunctionInfo *FuncInfo = in lowerVASTART()
2689 MF.getInfo<SystemZMachineFunctionInfo>(); in lowerVASTART()
3181 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()
3189 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()