Lines Matching refs:DbgInfo
922 DbgInfo->erase(N); in DeallocateNode()
1138 DbgInfo = new SDDbgInfo(); in SelectionDAG()
1163 delete DbgInfo; in ~SelectionDAG()
1240 DbgInfo->clear(); in clear()
8767 return new (DbgInfo->getAlloc()) in getDbgValue()
8768 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromNode(N, R), in getDbgValue()
8780 return new (DbgInfo->getAlloc()) in getConstantDbgValue()
8781 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromConst(C), {}, in getConstantDbgValue()
8806 return new (DbgInfo->getAlloc()) in getFrameIndexDbgValue()
8807 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromFrameIdx(FI), in getFrameIndexDbgValue()
8818 return new (DbgInfo->getAlloc()) in getVRegDbgValue()
8819 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromVReg(VReg), in getVRegDbgValue()
8831 return new (DbgInfo->getAlloc()) in getDbgValueList()
8832 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, Locs, Dependencies, IsIndirect, in getDbgValueList()
8986 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
9463 assert(DbgInfo->getSDDbgValues(SD).empty() || SD->getHasDebugValue()); in AddDbgValue()
9466 DbgInfo->add(DB, isParameter); in AddDbgValue()
9469 void SelectionDAG::AddDbgLabel(SDDbgLabel *DB) { DbgInfo->add(DB); } in AddDbgLabel()