HomeSort by relevance Sort by last modified time
    Searched refs:HexagonRegisterInfo (Results 1 - 8 of 8) 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...]
HexagonTargetMachine.h 50 virtual const HexagonRegisterInfo *getRegisterInfo() const {
HexagonInstrInfo.h 17 #include "HexagonRegisterInfo.h"
29 const HexagonRegisterInfo RI;
38 virtual const HexagonRegisterInfo &getRegisterInfo() const { return RI; }
HexagonPeephole.cpp 79 const HexagonRegisterInfo *QRI;
107 QRI = static_cast<const HexagonRegisterInfo *>(MF.getTarget().
HexagonFrameLowering.cpp 14 #include "HexagonRegisterInfo.h"
81 const HexagonRegisterInfo *QRI =
82 static_cast<const HexagonRegisterInfo *>(MF.getTarget().getRegisterInfo());
HexagonInstrInfo.cpp 16 #include "HexagonRegisterInfo.h"
    [all...]
HexagonISelLowering.cpp     [all...]

Completed in 262 milliseconds