Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
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);
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.h670 struct DefStack { struct
671 DefStack() = default;
678 using value_type = DefStack::value_type;
695 friend struct DefStack;
697 Iterator(const DefStack &S, bool Top);
701 const DefStack &DS;
734 using DefStackMap = std::unordered_map<RegisterId, DefStack>;
857 NodeAddr<T> TA, DefStack &DS);
DRDFGraph.cpp340 const Print<DataFlowGraph::DefStack> &P) { in operator <<()
683 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, in Iterator()
697 unsigned DataFlowGraph::DefStack::size() const { in size()
707 void DataFlowGraph::DefStack::pop() { in pop()
714 void DataFlowGraph::DefStack::start_block(NodeId N) { in start_block()
722 void DataFlowGraph::DefStack::clear_block(NodeId N) { in clear_block()
736 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp()
751 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown()
1586 DefStack &DS) { in linkRefUp()
1650 DefStack &DS = F->second; in linkStmtRefs()