Searched refs:interpretAsCopy (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRDFOpt.cpp | 82 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()
|
D | RDFCopy.h | 33 virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM);
|
D | RDFCopy.cpp | 29 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/ |
D | HexagonRDFOpt.cpp | 88 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()
|
D | RDFCopy.cpp | 41 bool CopyPropagation::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() function in CopyPropagation 77 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock()
|
D | RDFCopy.h | 41 virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM);
|