Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp88 bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) override;
112 bool HexagonCP::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in INITIALIZE_PASS_DEPENDENCY()
146 return CopyPropagation::interpretAsCopy(MI, EM); in INITIALIZE_PASS_DEPENDENCY()
H A DRDFCopy.h40 virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM);
H A DRDFCopy.cpp40 bool CopyPropagation::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() function in CopyPropagation
76 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock()