OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XCoreFrameLowering
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreFrameLowering.h
1
//===--
XCoreFrameLowering
.h - Frame info for XCore Target ------*- C++ -*-===//
24
class
XCoreFrameLowering
: public TargetFrameLowering {
26
XCoreFrameLowering
(const XCoreSubtarget &STI);
XCoreFrameLowering.cpp
1
//===--
XCoreFrameLowering
.cpp - Frame info for XCore Target --------------===//
15
#include "
XCoreFrameLowering
.h"
209
//
XCoreFrameLowering
:
212
XCoreFrameLowering
::
XCoreFrameLowering
(const XCoreSubtarget &sti)
217
bool
XCoreFrameLowering
::hasFP(const MachineFunction &MF) const {
222
void
XCoreFrameLowering
::emitPrologue(MachineFunction &MF) const {
338
void
XCoreFrameLowering
::emitEpilogue(MachineFunction &MF,
407
bool
XCoreFrameLowering
::
443
bool
XCoreFrameLowering
:
[
all
...]
Completed in 46 milliseconds