Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h61 void processFunctionBeforeFrameIndicesReplaced(
H A DSIFrameLowering.cpp1453 void SIFrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in SIFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h92 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
H A DAArch64FrameLowering.cpp4612 void AArch64FrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in AArch64FrameLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h385 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h133 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
H A DX86FrameLowering.cpp4202 void X86FrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in X86FrameLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp269 TFI->processFunctionBeforeFrameIndicesReplaced(MF, RS); in runOnMachineFunction()