Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h71 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
135 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DSystemZFrameLowering.cpp441 void SystemZELFFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in SystemZELFFrameLowering
1374 void SystemZXPLINKFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in SystemZXPLINKFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430FrameLowering.h49 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DMSP430FrameLowering.cpp283 MSP430FrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in MSP430FrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreFrameLowering.h54 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DXCoreFrameLowering.cpp568 processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in XCoreFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCFrameLowering.h54 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DARCFrameLowering.cpp433 void ARCFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in ARCFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVFrameLowering.h42 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DRISCVFrameLowering.cpp1074 void RISCVFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in RISCVFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIFrameLowering.h57 void processFunctionBeforeFrameFinalized(
DSIFrameLowering.cpp1307 void SIFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in SIFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h117 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DPPCFrameLowering.cpp2058 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in PPCFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h89 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DAArch64FrameLowering.cpp3321 void AArch64FrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in AArch64FrameLowering
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h371 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.h77 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DHexagonFrameLowering.cpp1501 void HexagonFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in HexagonFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86FrameLowering.h136 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DX86FrameLowering.cpp3879 void X86FrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in X86FrameLowering
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegisterScavenging.cpp816 TFL.processFunctionBeforeFrameFinalized(MF, &RS); in runOnMachineFunction()
DPrologEpilogInserter.cpp256 TFI->processFunctionBeforeFrameFinalized(MF, RS); in runOnMachineFunction()