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
40 class HexagonRegisterInfo : public HexagonGenRegisterInfo {
42 HexagonRegisterInfo();
HexagonRegisterInfo.cpp 1 //===-- HexagonRegisterInfo.cpp - Hexagon Register Information ------------===//
15 #include "HexagonRegisterInfo.h"
42 HexagonRegisterInfo::HexagonRegisterInfo()
46 bool HexagonRegisterInfo::isEHReturnCalleeSaveReg(unsigned R) const {
51 bool HexagonRegisterInfo::isCalleeSaveReg(unsigned Reg) const {
57 HexagonRegisterInfo::getCallerSavedRegs(const MachineFunction *MF) const {
79 HexagonRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
97 BitVector HexagonRegisterInfo::getReservedRegs(const MachineFunction &MF)
115 void HexagonRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II
    [all...]

Completed in 382 milliseconds