Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 DCMakeLists.txt30 SystemZMachineFunctionInfo.cpp
H A DSystemZISelLowering.cpp1378 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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
H A DBUILD.gn47 "SystemZMachineFunctionInfo.cpp",