OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HexagonRegisterInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.h
1
//==-
HexagonRegisterInfo
.h - Hexagon Register Information Impl --*- C++ -*-==//
33
// 3. the definition of "IntRegs" in
HexagonRegisterInfo
.td
34
// 4. the definition of "DoubleRegs" in
HexagonRegisterInfo
.td
45
struct
HexagonRegisterInfo
: public HexagonGenRegisterInfo {
49
HexagonRegisterInfo
(HexagonSubtarget &st, const HexagonInstrInfo &tii);
HexagonRegisterInfo.cpp
1
//===--
HexagonRegisterInfo
.cpp - Hexagon Register Information ------------===//
15
#include "
HexagonRegisterInfo
.h"
40
HexagonRegisterInfo
::
HexagonRegisterInfo
(HexagonSubtarget &st,
47
const uint16_t*
HexagonRegisterInfo
::getCalleeSavedRegs(const MachineFunction
72
BitVector
HexagonRegisterInfo
::getReservedRegs(const MachineFunction &MF)
91
HexagonRegisterInfo
::getCalleeSavedRegClasses(const MachineFunction *MF) const {
118
void
HexagonRegisterInfo
::
133
void
HexagonRegisterInfo
::eliminateFrameIndex(MachineBasicBlock::iterator II,
274
unsigned
HexagonRegisterInfo
::getRARegister() const
[
all
...]
Completed in 191 milliseconds