HomeSort by relevance Sort by last modified time
    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 {
48 HexagonRegisterInfo(HexagonSubtarget &st);
HexagonRegisterInfo.cpp 1 //===-- HexagonRegisterInfo.cpp - Hexagon Register Information ------------===//
15 #include "HexagonRegisterInfo.h"
41 HexagonRegisterInfo::HexagonRegisterInfo(HexagonSubtarget &st)
47 HexagonRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
71 BitVector HexagonRegisterInfo::getReservedRegs(const MachineFunction &MF)
90 HexagonRegisterInfo::getCalleeSavedRegClasses(const MachineFunction *MF) const {
118 void HexagonRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
275 unsigned HexagonRegisterInfo::getRARegister() const {
279 unsigned HexagonRegisterInfo::getFrameRegister(const MachineFunctio
    [all...]

Completed in 190 milliseconds