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.h78 void processFunctionBeforeFrameIndicesReplaced(
H A DSIFrameLowering.cpp1497 void SIFrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in SIFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h101 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
H A DAArch64FrameLowering.cpp5290 void AArch64FrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in AArch64FrameLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h408 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h134 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
H A DX86FrameLowering.cpp4274 void X86FrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in X86FrameLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp273 TFI->processFunctionBeforeFrameIndicesReplaced(MF, RS); in run()