OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HexagonFrameLowering
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h
1
//=-
HexagonFrameLowering
.h - Define frame lowering for Hexagon --*- C++ -*--=//
19
class
HexagonFrameLowering
: public TargetFrameLowering {
25
explicit
HexagonFrameLowering
(const HexagonSubtarget &sti)
HexagonTargetMachine.h
17
#include "
HexagonFrameLowering
.h"
35
HexagonFrameLowering
FrameLowering;
63
virtual 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
...]
Completed in 1179 milliseconds