Searched refs:DefStack (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 634 struct DefStack { struct 635 DefStack() = default; 640 typedef DefStack::value_type value_type; 654 Iterator(const DefStack &S, bool Top); 657 const DefStack &DS; 659 friend struct DefStack; 682 typedef std::map<RegisterRef,DefStack> DefStackMap; 775 NodeAddr<T> TA, DefStack &DS);
|
H A D | RDFGraph.cpp | 290 const Print<DataFlowGraph::DefStack> &P) { in operator <<() 742 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, in Iterator() 756 unsigned DataFlowGraph::DefStack::size() const { in size() 766 void DataFlowGraph::DefStack::pop() { in pop() 773 void DataFlowGraph::DefStack::start_block(NodeId N) { in start_block() 781 void DataFlowGraph::DefStack::clear_block(NodeId N) { in clear_block() 795 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp() 810 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() 1493 DefStack &DS) { in linkRefUp() 1553 DefStack &DS = F->second; in linkStmtRefs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 669 struct DefStack { struct 670 DefStack() = default; 677 using value_type = DefStack::value_type; 694 friend struct DefStack; 696 Iterator(const DefStack &S, bool Top); 700 const DefStack &DS; 733 using DefStackMap = std::unordered_map<RegisterId, DefStack>; 856 NodeAddr<T> TA, DefStack &DS); 962 const Print<DataFlowGraph::DefStack> &P);
|
H A D | RDFGraph.cpp | 321 const Print<DataFlowGraph::DefStack> &P) { in operator <<() 664 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, in Iterator() 678 unsigned DataFlowGraph::DefStack::size() const { in size() 688 void DataFlowGraph::DefStack::pop() { in pop() 695 void DataFlowGraph::DefStack::start_block(NodeId N) { in start_block() 703 void DataFlowGraph::DefStack::clear_block(NodeId N) { in clear_block() 717 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp() 732 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() 1567 DefStack &DS) { in linkRefUp() 1631 DefStack &DS = F->second; in linkStmtRefs()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | RDFGraph.h | 702 struct DefStack { struct 703 DefStack() = default; 710 using value_type = DefStack::value_type; 733 friend struct DefStack; 735 Iterator(const DefStack &S, bool Top); 739 const DefStack &DS; 772 using DefStackMap = std::unordered_map<RegisterId, DefStack>; 874 template <typename T> void linkRefUp(Instr IA, NodeAddr<T> TA, DefStack &DS); 990 const Print<DataFlowGraph::DefStack> &P);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | RDFGraph.h | 702 struct DefStack { struct 703 DefStack() = default; 710 using value_type = DefStack::value_type; 733 friend struct DefStack; 735 Iterator(const DefStack &S, bool Top); 739 const DefStack &DS; 772 using DefStackMap = std::unordered_map<RegisterId, DefStack>; 874 template <typename T> void linkRefUp(Instr IA, NodeAddr<T> TA, DefStack &DS); 990 const Print<DataFlowGraph::DefStack> &P);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | RDFGraph.h | 702 struct DefStack { struct 703 DefStack() = default; 710 using value_type = DefStack::value_type; 733 friend struct DefStack; 735 Iterator(const DefStack &S, bool Top); 739 const DefStack &DS; 772 using DefStackMap = std::unordered_map<RegisterId, DefStack>; 874 template <typename T> void linkRefUp(Instr IA, NodeAddr<T> TA, DefStack &DS); 990 const Print<DataFlowGraph::DefStack> &P);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 673 struct DefStack { struct 674 DefStack() = default; 681 using value_type = DefStack::value_type; 698 friend struct DefStack; 700 Iterator(const DefStack &S, bool Top); 704 const DefStack &DS; 737 using DefStackMap = std::unordered_map<RegisterId, DefStack>; 855 NodeAddr<T> TA, DefStack &DS); 966 const Print<DataFlowGraph::DefStack> &P);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | RDFGraph.h | 702 struct DefStack { struct 703 DefStack() = default; 710 using value_type = DefStack::value_type; 733 friend struct DefStack; 735 Iterator(const DefStack &S, bool Top); 739 const DefStack &DS; 772 using DefStackMap = std::unordered_map<RegisterId, DefStack>; 874 template <typename T> void linkRefUp(Instr IA, NodeAddr<T> TA, DefStack &DS); 990 const Print<DataFlowGraph::DefStack> &P);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 319 const Print<DataFlowGraph::DefStack> &P) { in operator <<() 665 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, in Iterator() 679 unsigned DataFlowGraph::DefStack::size() const { in size() 689 void DataFlowGraph::DefStack::pop() { in pop() 696 void DataFlowGraph::DefStack::start_block(NodeId N) { in start_block() 704 void DataFlowGraph::DefStack::clear_block(NodeId N) { in clear_block() 718 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp() 733 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() 1553 DefStack &DS) { in linkRefUp() 1617 DefStack &DS = F->second; in linkStmtRefs()
|