Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp70 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in assignCalleeSavedSpillSlots()
141 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>(); in determineCalleeSaves()
207 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in spillCalleeSavedRegisters()
267 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in restoreCalleeSavedRegisters()
319 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in processFunctionBeforeFrameFinalized()
420 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitPrologue()
581 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitEpilogue()
725 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP()); in hasFP()
783 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in getOrCreateFramePointerSaveIndex()
H A DSystemZMachineFunctionInfo.h27 class SystemZMachineFunctionInfo : public MachineFunctionInfo {
41 explicit SystemZMachineFunctionInfo(MachineFunction &MF) in SystemZMachineFunctionInfo() function
H A DSystemZLDCleanup.cpp72 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
H A DSystemZMachineFunctionInfo.cpp15 void SystemZMachineFunctionInfo::anchor() {} in anchor()
H A DSystemZISelLowering.cpp1427 SystemZMachineFunctionInfo *FuncInfo = in LowerFormalArguments()
1428 MF.getInfo<SystemZMachineFunctionInfo>(); in LowerFormalArguments()
3238 SystemZMachineFunctionInfo* MFI = in lowerGlobalTLSAddress()
3239 DAG.getMachineFunction().getInfo<SystemZMachineFunctionInfo>(); in lowerGlobalTLSAddress()
3424 SystemZMachineFunctionInfo *FuncInfo = in lowerVASTART()
3425 MF.getInfo<SystemZMachineFunctionInfo>(); in lowerVASTART()
4142 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()
4153 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()