Searched refs:SystemZMachineFunctionInfo (Results 1 – 7 of 7) sorted by relevance
70 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()
27 class SystemZMachineFunctionInfo : public MachineFunctionInfo {41 explicit SystemZMachineFunctionInfo(MachineFunction &MF) in SystemZMachineFunctionInfo() function
72 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
15 void SystemZMachineFunctionInfo::anchor() {} in anchor()
30 SystemZMachineFunctionInfo.cpp
1378 SystemZMachineFunctionInfo *FuncInfo = in LowerFormalArguments()1379 MF.getInfo<SystemZMachineFunctionInfo>(); in LowerFormalArguments()3189 SystemZMachineFunctionInfo* MFI = in lowerGlobalTLSAddress()3190 DAG.getMachineFunction().getInfo<SystemZMachineFunctionInfo>(); in lowerGlobalTLSAddress()3375 SystemZMachineFunctionInfo *FuncInfo = in lowerVASTART()3376 MF.getInfo<SystemZMachineFunctionInfo>(); in lowerVASTART()4093 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()4104 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()
47 "SystemZMachineFunctionInfo.cpp",