HomeSort by relevance Sort by last modified time
    Searched refs:HexagonRegisterInfo (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 1 //===-- HexagonRegisterInfo.cpp - Hexagon Register Information ------------===//
15 #include "HexagonRegisterInfo.h"
41 HexagonRegisterInfo::HexagonRegisterInfo()
45 bool HexagonRegisterInfo::isEHReturnCalleeSaveReg(unsigned R) const {
50 bool HexagonRegisterInfo::isCalleeSaveReg(unsigned Reg) const {
56 HexagonRegisterInfo::getCallerSavedRegs(const MachineFunction *MF,
105 HexagonRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
136 BitVector HexagonRegisterInfo::getReservedRegs(const MachineFunction &MF)
158 void HexagonRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II
    [all...]
HexagonRegisterInfo.h 1 //==- HexagonRegisterInfo.h - Hexagon Register Information Impl --*- C++ -*-==//
25 class HexagonRegisterInfo : public HexagonGenRegisterInfo {
27 HexagonRegisterInfo();
HexagonBitTracker.h 18 class HexagonRegisterInfo;
26 HexagonEvaluator(const HexagonRegisterInfo &tri, MachineRegisterInfo &mri,
HexagonSubtarget.h 69 const HexagonRegisterInfo *getRegisterInfo() const override {
HexagonFrameLowering.h 20 class HexagonRegisterInfo;
91 const HexagonRegisterInfo &HRI, bool &PrologueStubs) const;
93 const HexagonRegisterInfo &HRI) const;
HexagonVLIWPacketizer.h 41 const HexagonRegisterInfo *HRI;
HexagonBranchRelaxation.cpp 58 const HexagonRegisterInfo *HRI;
HexagonInstrInfo.h 17 #include "HexagonRegisterInfo.h"
33 const HexagonRegisterInfo RI;
283 const HexagonRegisterInfo &getRegisterInfo() const { return RI; }
HexagonNewValueJump.cpp 27 #include "HexagonRegisterInfo.h"
68 const HexagonRegisterInfo *QRI;
403 QRI = static_cast<const HexagonRegisterInfo *>(
HexagonPeephole.cpp 85 const HexagonRegisterInfo *QRI;
HexagonGenMux.cpp 59 const HexagonRegisterInfo *HRI;
HexagonStoreWidening.cpp 55 const HexagonRegisterInfo *TRI;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 1 //===-- HexagonRegisterInfo.cpp - Hexagon Register Information ------------===//
15 #include "HexagonRegisterInfo.h"
45 HexagonRegisterInfo::HexagonRegisterInfo(unsigned HwMode)
50 bool HexagonRegisterInfo::isEHReturnCalleeSaveReg(unsigned R) const {
56 HexagonRegisterInfo::getCallerSavedRegs(const MachineFunction *MF,
103 HexagonRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
136 const uint32_t *HexagonRegisterInfo::getCallPreservedMask(
142 BitVector HexagonRegisterInfo::getReservedRegs(const MachineFunction &MF)
177 // HexagonRegisterInfo.td. If others are defined, make sure to ad
    [all...]
HexagonBitTracker.h 20 class HexagonRegisterInfo;
32 HexagonEvaluator(const HexagonRegisterInfo &tri, MachineRegisterInfo &mri,
HexagonRegisterInfo.h 1 //==- HexagonRegisterInfo.h - Hexagon Register Information Impl --*- C++ -*-==//
30 class HexagonRegisterInfo : public HexagonGenRegisterInfo {
32 HexagonRegisterInfo(unsigned HwMode);
HexagonISelDAGToDAG.h 28 class HexagonRegisterInfo;
34 const HexagonRegisterInfo *HRI;
HexagonVLIWPacketizer.h 21 class HexagonRegisterInfo;
68 const HexagonRegisterInfo *HRI;
HexagonFrameLowering.h 25 class HexagonRegisterInfo;
116 const HexagonRegisterInfo &HRI, bool &PrologueStubs) const;
118 const HexagonRegisterInfo &HRI) const;
HexagonSubtarget.h 21 #include "HexagonRegisterInfo.h"
87 HexagonRegisterInfo RegInfo;
103 const HexagonRegisterInfo *getRegisterInfo() const override {
HexagonBranchRelaxation.cpp 70 const HexagonRegisterInfo *HRI;
HexagonPeephole.cpp 84 const HexagonRegisterInfo *QRI;
HexagonVectorPrint.cpp 56 const HexagonRegisterInfo *QRI = nullptr;
HexagonConstExtenders.cpp 11 #include "HexagonRegisterInfo.h"
382 const HexagonRegisterInfo *HRI = nullptr;
443 PrintRegister(HCE::Register R, const HexagonRegisterInfo &I)
446 const HexagonRegisterInfo &HRI;
459 PrintExpr(const HCE::ExtExpr &E, const HexagonRegisterInfo &I)
462 const HexagonRegisterInfo &HRI;
477 PrintInit(const HCE::ExtenderInit &EI, const HexagonRegisterInfo &I)
480 const HexagonRegisterInfo &HRI;
548 PrintIMap(const HCE::AssignmentMap &M, const HexagonRegisterInfo &I)
551 const HexagonRegisterInfo &HRI
    [all...]
HexagonNewValueJump.cpp 26 #include "HexagonRegisterInfo.h"
97 const HexagonRegisterInfo *QRI;
461 QRI = static_cast<const HexagonRegisterInfo *>(
HexagonBitSimplify.cpp 13 #include "HexagonRegisterInfo.h"
441 auto &HRI = static_cast<const HexagonRegisterInfo&>(
905 auto &HRI = static_cast<const HexagonRegisterInfo&>(
    [all...]

Completed in 1525 milliseconds

1 2