Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h93 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
H A DAArch64FrameLowering.cpp3493 void AArch64FrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in AArch64FrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h356 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h127 processFunctionBeforeFrameIndicesReplaced(MachineFunction &MF,
H A DX86FrameLowering.cpp3704 void X86FrameLowering::processFunctionBeforeFrameIndicesReplaced( in processFunctionBeforeFrameIndicesReplaced() function in X86FrameLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp260 TFI->processFunctionBeforeFrameIndicesReplaced(MF, RS); in runOnMachineFunction()