Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp81 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in assignCalleeSavedSpillSlots()
179 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>(); in determineCalleeSaves()
247 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in spillCalleeSavedRegisters()
309 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in restoreCalleeSavedRegisters()
425 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitPrologue()
584 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitEpilogue()
628 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP()); in hasFP()
669 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in getOrCreateFramePointerSaveIndex()
DSystemZMachineFunctionInfo.h27 class SystemZMachineFunctionInfo : public MachineFunctionInfo {
41 explicit SystemZMachineFunctionInfo(MachineFunction &MF) in SystemZMachineFunctionInfo() function
DSystemZLDCleanup.cpp72 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
DSystemZMachineFunctionInfo.cpp15 void SystemZMachineFunctionInfo::anchor() {} in anchor()
DCMakeLists.txt27 SystemZMachineFunctionInfo.cpp
DSystemZISelLowering.cpp1331 SystemZMachineFunctionInfo *FuncInfo = in LowerFormalArguments()
1332 MF.getInfo<SystemZMachineFunctionInfo>(); in LowerFormalArguments()
3132 SystemZMachineFunctionInfo* MFI = in lowerGlobalTLSAddress()
3133 DAG.getMachineFunction().getInfo<SystemZMachineFunctionInfo>(); in lowerGlobalTLSAddress()
3315 SystemZMachineFunctionInfo *FuncInfo = in lowerVASTART()
3316 MF.getInfo<SystemZMachineFunctionInfo>(); in lowerVASTART()
4021 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()
4032 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()