HomeSort by relevance Sort by last modified time
    Searched refs:HexagonFrameLowering (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 1 //=- HexagonFrameLowering.h - Define frame lowering for Hexagon --*- C++ -*--=//
18 class HexagonFrameLowering : public TargetFrameLowering {
23 explicit HexagonFrameLowering() : TargetFrameLowering(StackGrowsDown, 8, 0) {}
HexagonSubtarget.h 17 #include "HexagonFrameLowering.h"
52 HexagonFrameLowering FrameLowering;
67 const HexagonFrameLowering *getFrameLowering() const {
HexagonFrameLowering.cpp 1 //===-- HexagonFrameLowering.cpp - Define frame lowering ------------------===//
11 #include "HexagonFrameLowering.h"
46 void HexagonFrameLowering::determineFrameLayout(MachineFunction &MF) const {
76 void HexagonFrameLowering::emitPrologue(MachineFunction &MF) const {
138 bool HexagonFrameLowering::hasTailCall(MachineBasicBlock &MBB) const {
145 void HexagonFrameLowering::emitEpilogue(MachineFunction &MF,
203 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const {
222 HexagonFrameLowering::spillCalleeSavedRegisters(
276 bool HexagonFrameLowering::restoreCalleeSavedRegisters(
328 void HexagonFrameLowering:
    [all...]
HexagonTargetMachine.h 49 const HexagonFrameLowering* getFrameLowering() const override {

Completed in 522 milliseconds