Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h61 void processFunctionBeforeFrameIndicesReplaced(
H A DSIFrameLowering.cpp1447 void SIFrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in SIFrameLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h89 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
H A DAArch64FrameLowering.cpp4081 void AArch64FrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in AArch64FrameLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h377 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h133 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
H A DX86FrameLowering.cpp4148 void X86FrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in X86FrameLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp270 TFI->processFunctionBeforeFrameIndicesReplaced(MF, RS); in runOnMachineFunction()