Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp81 struct HexagonPeephole : public MachineFunctionPass { struct
82 const HexagonInstrInfo *QII;
83 const HexagonRegisterInfo *QRI;
84 const MachineRegisterInfo *MRI;
87 static char ID;
88 HexagonPeephole() : MachineFunctionPass(ID) { in HexagonPeephole() function
94 StringRef getPassName() const override { in getPassName()
98 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()