Home
last modified time | relevance | path

Searched refs:interpretAsCopy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp82 bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) override;
97 bool HexagonCP::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() function in HexagonCP
130 return CopyPropagation::interpretAsCopy(MI, EM); in interpretAsCopy()
DRDFCopy.h33 virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM);
DRDFCopy.cpp29 bool CopyPropagation::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() function in CopyPropagation
126 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock()