Home
last modified time | relevance | path

Searched refs:interpretAsCopy (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
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()
DRDFCopy.cpp41 bool CopyPropagation::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() function in CopyPropagation
77 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock()
DRDFCopy.h41 virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM);