Home
last modified time | relevance | path

Searched refs:DefStack (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.h634 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 DRDFGraph.cpp290 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 DRDFGraph.h669 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 DRDFGraph.cpp321 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/
DRDFGraph.h702 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/
DRDFGraph.h702 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/
DRDFGraph.h702 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 DRDFGraph.h673 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/
DRDFGraph.h702 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 DRDFGraph.cpp319 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()