Home
last modified time | relevance | path

Searched defs:HexagonPeephole (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp82 struct HexagonPeephole : public MachineFunctionPass { struct
83 const HexagonInstrInfo *QII;
84 const HexagonRegisterInfo *QRI;
85 const MachineRegisterInfo *MRI;
88 static char ID;
89 HexagonPeephole() : MachineFunctionPass(ID) { in HexagonPeephole() function
95 StringRef getPassName() const override { in getPassName()
99 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp83 struct HexagonPeephole : public MachineFunctionPass { struct
84 const HexagonInstrInfo *QII;
85 const HexagonRegisterInfo *QRI;
86 const MachineRegisterInfo *MRI;
89 static char ID;
90 HexagonPeephole() : MachineFunctionPass(ID) { in HexagonPeephole() argument
96 const char *getPassName() const override { in getPassName()
100 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()