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 {
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
73 BitVector HexagonRegisterInfo::getReservedRegs(const MachineFunction &MF)
92 HexagonRegisterInfo::getCalleeSavedRegClasses(const MachineFunction *MF) const {
120 void HexagonRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
262 unsigned HexagonRegisterInfo::getRARegister() const {
266 unsigned HexagonRegisterInfo::getFrameRegister(const MachineFunctio
    [all...]

Completed in 28 milliseconds