Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Variable

2171                                   const MDNode *Variable, const MDNode *Expr) {
2172 assert(isa<DILocalVariable>(Variable) && "not a variable");
2174 assert(cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(DL) &&
2180 .addMetadata(Variable)
2187 .addMetadata(Variable)
2196 unsigned Offset, const MDNode *Variable,
2198 assert(isa<DILocalVariable>(Variable) && "not a variable");
2202 BuildMI(MF, DL, MCID, IsIndirect, Reg, Offset, Variable, Expr);