Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.h41 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
H A DMips16FrameLowering.h45 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
H A DMips16FrameLowering.cpp174 processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in Mips16FrameLowering
H A DMipsSEFrameLowering.cpp665 processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in MipsSEFrameLowering
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h39 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
H A DSparcFrameLowering.cpp252 void SparcFrameLowering::processFunctionBeforeCalleeSavedScan in processFunctionBeforeCalleeSavedScan() function in SparcFrameLowering
/minix/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h49 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
H A DXCoreFrameLowering.cpp531 processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in XCoreFrameLowering
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h62 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
H A DAArch64FrameLowering.cpp778 void AArch64FrameLowering::processFunctionBeforeCalleeSavedScan( in processFunctionBeforeCalleeSavedScan() function in AArch64FrameLowering
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h30 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
H A DSystemZFrameLowering.cpp65 processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in SystemZFrameLowering
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h43 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
H A DPPCFrameLowering.cpp1126 PPCFrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in PPCFrameLowering
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.h55 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
H A DARMFrameLowering.cpp1515 ARMFrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in ARMFrameLowering
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.h49 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
H A DX86FrameLowering.cpp1420 X86FrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, in processFunctionBeforeCalleeSavedScan() function in X86FrameLowering
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetFrameLowering.h219 virtual void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-spill-lr.ll5 ; this will cause processFunctionBeforeCalleeSavedScan() to spill LR as an additional scratch
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp129 TFI->processFunctionBeforeCalleeSavedScan(Fn, RS); in runOnMachineFunction()