Lines Matching refs:DbgInfo
1108 DbgInfo->erase(N); in DeallocateNode()
1329 DbgInfo = new SDDbgInfo(); in SelectionDAG()
1355 delete DbgInfo; in ~SelectionDAG()
1430 DbgInfo->clear(); in clear()
11010 return new (DbgInfo->getAlloc()) in getDbgValue()
11011 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromNode(N, R), in getDbgValue()
11023 return new (DbgInfo->getAlloc()) in getConstantDbgValue()
11024 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromConst(C), {}, in getConstantDbgValue()
11049 return new (DbgInfo->getAlloc()) in getFrameIndexDbgValue()
11050 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromFrameIdx(FI), in getFrameIndexDbgValue()
11061 return new (DbgInfo->getAlloc()) in getVRegDbgValue()
11062 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromVReg(VReg), in getVRegDbgValue()
11074 return new (DbgInfo->getAlloc()) in getDbgValueList()
11075 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, Locs, Dependencies, IsIndirect, in getDbgValueList()
11289 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
11798 assert(DbgInfo->getSDDbgValues(SD).empty() || SD->getHasDebugValue()); in AddDbgValue()
11801 DbgInfo->add(DB, isParameter); in AddDbgValue()
11804 void SelectionDAG::AddDbgLabel(SDDbgLabel *DB) { DbgInfo->add(DB); } in AddDbgLabel()