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

  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 10 // This file declares the SDDbgValue class.
27 /// SDDbgValue - Holds the information from a dbg_value node through SDISel.
30 class SDDbgValue {
57 SDDbgValue(MDNode *Var, MDNode *Expr, SDNode *N, unsigned R, bool indir,
67 SDDbgValue(MDNode *Var, MDNode *Expr, const Value *C, uint64_t off,
76 SDDbgValue(MDNode *Var, MDNode *Expr, unsigned FI, uint64_t off, DebugLoc dl,
119 // property. A SDDbgValue is invalid if the SDNode that produces the value is
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 10 // This file declares the SDDbgValue class.
27 /// SDDbgValue - Holds the information from a dbg_value node through SDISel.
30 class SDDbgValue {
54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl,
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl,
71 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) :
106 // property. A SDDbgValue is invalid if the SDNode that produces the value is
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 10 // This file declares the SDDbgValue class.
30 class SDDbgValue {
58 SDDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N, unsigned R,
67 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl,
75 SDDbgValue(DIVariable *Var, DIExpression *Expr, unsigned VRegOrFrameIdx,
80 "Invalid SDDbgValue constructor");
123 /// property. A SDDbgValue is invalid if the SDNode that produces the value is

Completed in 119 milliseconds