HomeSort by: relevance | last modified time | path
    Searched defs:HexagonRegisterInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.h 1 //==- HexagonRegisterInfo.h - Hexagon Register Information Impl --*- C++ -*-==//
29 class HexagonRegisterInfo : public HexagonGenRegisterInfo {
31 HexagonRegisterInfo(unsigned HwMode);
HexagonRegisterInfo.cpp 1 //===-- HexagonRegisterInfo.cpp - Hexagon Register Information ------------===//
14 #include "HexagonRegisterInfo.h"
56 HexagonRegisterInfo::HexagonRegisterInfo(unsigned HwMode)
61 bool HexagonRegisterInfo::isEHReturnCalleeSaveReg(unsigned R) const {
67 HexagonRegisterInfo::getCallerSavedRegs(const MachineFunction *MF,
119 HexagonRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
141 const uint32_t *HexagonRegisterInfo::getCallPreservedMask(
147 BitVector HexagonRegisterInfo::getReservedRegs(const MachineFunction &MF)
182 // HexagonRegisterInfo.td. If others are defined, make sure to ad
    [all...]

Completed in 17 milliseconds