HomeSort by: relevance | last modified time | path
    Searched refs:SystemZMachineFunctionInfo (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.cpp 1 //=== SystemZMachineFunctionInfo.cpp - SystemZ machine function info ------===//
9 #include "SystemZMachineFunctionInfo.h"
15 void SystemZMachineFunctionInfo::anchor() {}
SystemZMachineFunctionInfo.h 1 //=== SystemZMachineFunctionInfo.h - SystemZ machine function info -*- C++ -*-//
27 class SystemZMachineFunctionInfo : public MachineFunctionInfo {
41 explicit SystemZMachineFunctionInfo(MachineFunction &MF)
SystemZLDCleanup.cpp 15 #include "SystemZMachineFunctionInfo.h"
72 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>();
SystemZFrameLowering.cpp 13 #include "SystemZMachineFunctionInfo.h"
70 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
141 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>();
207 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
267 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
319 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>()
    [all...]
SystemZISelLowering.cpp 16 #include "SystemZMachineFunctionInfo.h"
1378 SystemZMachineFunctionInfo *FuncInfo =
1379 MF.getInfo<SystemZMachineFunctionInfo>();
3189 SystemZMachineFunctionInfo* MFI =
3190 DAG.getMachineFunction().getInfo<SystemZMachineFunctionInfo>();
3375 SystemZMachineFunctionInfo *FuncInfo =
3376 MF.getInfo<SystemZMachineFunctionInfo>();
4093 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true);
4104 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true);

Completed in 23 milliseconds