Home
last modified time | relevance | path

Searched refs:processFunctionBeforeCalleeSavedScan (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsFrameLowering.h43 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
DMipsFrameLowering.cpp310 processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in MipsFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinFrameLowering.h41 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
DBlackfinFrameLowering.cpp117 processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in BlackfinFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeFrameLowering.h47 virtual void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
DMBlazeFrameLowering.cpp431 processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in MBlazeFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUFrameLowering.h43 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
DSPUFrameLowering.cpp240 void SPUFrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in SPUFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.h45 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
DXCoreFrameLowering.cpp340 XCoreFrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in XCoreFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZFrameLowering.h47 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
DSystemZFrameLowering.cpp354 SystemZFrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in SystemZFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.h46 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
DX86FrameLowering.cpp1244 X86FrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in X86FrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.h59 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
DARMFrameLowering.cpp856 ARMFrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in ARMFrameLowering
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetFrameLowering.h181 virtual void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.h44 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
DPPCFrameLowering.cpp733 PPCFrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in PPCFrameLowering
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp84 TFI->processFunctionBeforeCalleeSavedScan(Fn, RS); in runOnMachineFunction()