Home
last modified time | relevance | path

Searched refs:processFunctionBeforeFrameIndicesReplaced (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h50 void processFunctionBeforeFrameIndicesReplaced(
H A DSIFrameLowering.cpp1215 void SIFrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in SIFrameLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h92 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
H A DAArch64FrameLowering.cpp3734 void AArch64FrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in AArch64FrameLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h374 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.h132 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
H A DX86FrameLowering.cpp3851 void X86FrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in X86FrameLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp259 TFI->processFunctionBeforeFrameIndicesReplaced(MF, RS); in runOnMachineFunction()