Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp73 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>(); in determineCalleeSaves()
135 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in spillCalleeSavedRegisters()
224 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in restoreCalleeSavedRegisters()
320 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitPrologue()
423 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitEpilogue()
462 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP()); in hasFP()
DSystemZMachineFunctionInfo.h17 class SystemZMachineFunctionInfo : public MachineFunctionInfo {
29 explicit SystemZMachineFunctionInfo(MachineFunction &MF) in SystemZMachineFunctionInfo() function
DSystemZLDCleanup.cpp70 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
DSystemZMachineFunctionInfo.cpp16 void SystemZMachineFunctionInfo::anchor() {} in anchor()
DCMakeLists.txt25 SystemZMachineFunctionInfo.cpp
DSystemZISelLowering.cpp867 SystemZMachineFunctionInfo *FuncInfo = in LowerFormalArguments()
868 MF.getInfo<SystemZMachineFunctionInfo>(); in LowerFormalArguments()
2558 SystemZMachineFunctionInfo* MFI = in lowerGlobalTLSAddress()
2559 DAG.getMachineFunction().getInfo<SystemZMachineFunctionInfo>(); in lowerGlobalTLSAddress()
2691 SystemZMachineFunctionInfo *FuncInfo = in lowerVASTART()
2692 MF.getInfo<SystemZMachineFunctionInfo>(); in lowerVASTART()
3214 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()
3222 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()