Lines Matching refs:getAlloc
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()