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

  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 24 class SDNode;
33 SDNODE = 0, // value is the result of an expression
40 SDNode *Node; // valid for expressions
57 SDDbgValue(MDNode *Var, MDNode *Expr, SDNode *N, unsigned R, bool indir,
61 kind = SDNODE;
93 // Returns the SDNode* for a register ref
94 SDNode *getSDNode() const { assert (kind==SDNODE); return u.s.Node; }
97 unsigned getResNo() const { assert (kind==SDNODE); return u.s.ResNo; }
119 // property. A SDDbgValue is invalid if the SDNode that produces the value i
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 24 class SDNode;
33 SDNODE = 0, // value is the result of an expression
41 SDNode *Node; // valid for expressions
54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl,
57 kind = SDNODE;
83 // Returns the SDNode* for a register ref
84 SDNode *getSDNode() { assert (kind==SDNODE); return u.s.Node; }
87 unsigned getResNo() { assert (kind==SDNODE); return u.s.ResNo; }
106 // property. A SDDbgValue is invalid if the SDNode that produces the value i
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 25 class SDNode;
33 SDNODE = 0, ///< Value is the result of an expression.
41 SDNode *Node; ///< Valid for expressions.
58 SDDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N, unsigned R,
61 kind = SDNODE;
97 /// Returns the SDNode* for a register ref
98 SDNode *getSDNode() const { assert (kind==SDNODE); return u.s.Node; }
101 unsigned getResNo() const { assert (kind==SDNODE); return u.s.ResNo; }
123 /// property. A SDDbgValue is invalid if the SDNode that produces the value i
    [all...]

Completed in 249 milliseconds