HomeSort by relevance Sort by last modified time
    Searched defs:DefStack (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
RDFGraph.h 634 struct DefStack {
635 DefStack() = default;
640 typedef DefStack::value_type value_type;
654 Iterator(const DefStack &S, bool Top);
656 // the top of the DefStack.
657 const DefStack &DS;
659 friend struct DefStack;
682 typedef std::map<RegisterRef,DefStack> DefStackMap;
775 NodeAddr<T> TA, DefStack &DS);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFGraph.h 670 struct DefStack {
671 DefStack() = default;
678 using value_type = DefStack::value_type;
695 friend struct DefStack;
697 Iterator(const DefStack &S, bool Top);
700 // the top of the DefStack.
701 const DefStack &DS;
733 // Map: Register (physical or virtual) -> DefStack
734 using DefStackMap = std::unordered_map<RegisterId, DefStack>;
857 NodeAddr<T> TA, DefStack &DS)
    [all...]

Completed in 136 milliseconds