Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h48 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DMSP430FrameLowering.cpp291 MSP430FrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in MSP430FrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h53 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DXCoreFrameLowering.cpp574 processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in XCoreFrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h39 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DRISCVFrameLowering.cpp246 void RISCVFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in RISCVFrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h41 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DSystemZFrameLowering.cpp285 processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in SystemZFrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCFrameLowering.h55 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DARCFrameLowering.cpp413 void ARCFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in ARCFrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h41 void processFunctionBeforeFrameFinalized(
H A DSIFrameLowering.cpp663 void SIFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in SIFrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h72 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DAArch64FrameLowering.cpp2096 void AArch64FrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in AArch64FrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h94 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DPPCFrameLowering.cpp1687 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in PPCFrameLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h280 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.h115 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DX86FrameLowering.cpp3116 void X86FrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in X86FrameLowering
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h72 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
H A DHexagonFrameLowering.cpp1354 void HexagonFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in HexagonFrameLowering
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp796 TFL.processFunctionBeforeFrameFinalized(MF, &RS); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp201 TFI->processFunctionBeforeFrameFinalized(MF, RS); in runOnMachineFunction()