Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h49 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DMSP430FrameLowering.cpp284 MSP430FrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in MSP430FrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h54 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DXCoreFrameLowering.cpp566 processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in XCoreFrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.h54 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DARCFrameLowering.cpp433 void ARCFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in ARCFrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h44 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DSystemZFrameLowering.cpp316 processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in SystemZFrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h48 void processFunctionBeforeFrameFinalized(
H A DSIFrameLowering.cpp1136 void SIFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in SIFrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h39 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DRISCVFrameLowering.cpp872 void RISCVFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in RISCVFrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h116 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DPPCFrameLowering.cpp2049 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in PPCFrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h89 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DAArch64FrameLowering.cpp3061 void AArch64FrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in AArch64FrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h348 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h77 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DHexagonFrameLowering.cpp1504 void HexagonFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in HexagonFrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h123 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DX86FrameLowering.cpp3639 void X86FrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in X86FrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp790 TFL.processFunctionBeforeFrameFinalized(MF, &RS); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp241 TFI->processFunctionBeforeFrameFinalized(MF, RS); in runOnMachineFunction()