Searched refs:HexagonFrameLowering (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1 //===- HexagonFrameLowering.cpp - Define frame lowering -------------------===//
10 #include "HexagonFrameLowering.h"
394 void HexagonFrameLowering::findShrunkPrologEpilog(MachineFunction &MF,
503 void HexagonFrameLowering::emitPrologue(MachineFunction &MF,
554 bool HexagonFrameLowering::enableCalleeSaveSkip(
583 void HexagonFrameLowering::insertPrologueInBlock(MachineBasicBlock &MBB,
646 void HexagonFrameLowering::insertEpilogueInBlock(MachineBasicBlock &MBB) const {
733 void HexagonFrameLowering::insertAllocframe(MachineBasicBlock &MBB,
774 void HexagonFrameLowering::updateEntryPaths(MachineFunction &MF,
796 bool HexagonFrameLowering
[all...]
H A DHexagonFrameLowering.h1 //==- HexagonFrameLowering.h - Define frame lowering for Hexagon -*- C++ -*-==//
30 class HexagonFrameLowering : public TargetFrameLowering { class in namespace:llvm
32 explicit HexagonFrameLowering() function in class:llvm::HexagonFrameLowering
H A DHexagonSubtarget.h17 #include "HexagonFrameLowering.h"
91 HexagonFrameLowering FrameLowering;
110 const HexagonFrameLowering *getFrameLowering() const override {
H A DHexagonRegisterInfo.cpp296 const HexagonFrameLowering *TFI = getFrameLowering(MF);
H A DHexagonISelDAGToDAG.cpp735 const HexagonFrameLowering *HFI = HST->getFrameLowering();

Completed in 176 milliseconds