Home
last modified time | relevance | path

Searched refs:processFunctionBeforeFrameFinalized (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h71 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
135 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DSystemZFrameLowering.cpp441 void SystemZELFFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in SystemZELFFrameLowering
1375 void SystemZXPLINKFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in SystemZXPLINKFrameLowering
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h49 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DMSP430FrameLowering.cpp283 MSP430FrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in MSP430FrameLowering
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h54 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DXCoreFrameLowering.cpp566 processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in XCoreFrameLowering
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCFrameLowering.h54 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DARCFrameLowering.cpp433 void ARCFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in ARCFrameLowering
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h46 void processFunctionBeforeFrameFinalized(
H A DSIFrameLowering.cpp1105 void SIFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in SIFrameLowering
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h41 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DRISCVFrameLowering.cpp999 void RISCVFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in RISCVFrameLowering
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h116 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DPPCFrameLowering.cpp2044 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in PPCFrameLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h88 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DAArch64FrameLowering.cpp3297 void AArch64FrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in AArch64FrameLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h366 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h77 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DHexagonFrameLowering.cpp1507 void HexagonFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in HexagonFrameLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.h128 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DX86FrameLowering.cpp3786 void X86FrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in X86FrameLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp809 TFL.processFunctionBeforeFrameFinalized(MF, &RS); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp240 TFI->processFunctionBeforeFrameFinalized(MF, RS); in runOnMachineFunction()