Home
last modified time | relevance | path

Searched refs:TmpDefs (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h57 std::set<unsigned> TmpDefs; variable
DHexagonMCChecker.cpp176 TmpDefs.insert(*SRI); in init()
634 for (const auto &I : TmpDefs) { in checkRegisters()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h57 std::set<unsigned> TmpDefs; variable
DHexagonMCChecker.cpp170 TmpDefs.insert(*SRI); in init()
624 for (const auto &I : TmpDefs) { in checkRegisters()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h132 std::set<unsigned> TmpDefs; variable
DHexagonMCChecker.cpp163 TmpDefs.insert(*SRI); in init()
462 for (const auto& I : TmpDefs) { in checkRegisters()
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp256 NodeSet TmpDefs = Defs; in getAllReachingDefsRec() local
258 TmpDefs.insert(R.Id); in getAllReachingDefsRec()
272 const auto &T = getAllReachingDefsRec(RefRR, U, Visited, TmpDefs); in getAllReachingDefsRec()
/external/llvm-project/llvm/lib/CodeGen/
DRDFLiveness.cpp333 NodeSet TmpDefs = Defs; in getAllReachingDefsRecImpl() local
335 TmpDefs.insert(R.Id); in getAllReachingDefsRecImpl()
349 const auto &T = getAllReachingDefsRecImpl(RefRR, U, Visited, TmpDefs, in getAllReachingDefsRecImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp293 NodeSet TmpDefs = Defs; in getAllReachingDefsRecImpl() local
295 TmpDefs.insert(R.Id); in getAllReachingDefsRecImpl()
309 const auto &T = getAllReachingDefsRecImpl(RefRR, U, Visited, TmpDefs, in getAllReachingDefsRecImpl()