Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsIndirect

115   bool IsIndirect;        ///< true if this is a register-indirect+offset value.
145 : Variable(var), Expression(expr), offset(o), IsIndirect(i),
163 Offset == offset && indirect == IsIndirect;
308 unsigned Offset, bool IsIndirect, const DebugLoc &DL);
461 unsigned Offset, bool IsIndirect,
468 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect))
473 make_unique<UserValue>(Var, Expr, Offset, IsIndirect, DL, allocator));
501 bool IsIndirect = MI.isIndirectDebugValue();
502 unsigned Offset = IsIndirect ? MI.getOperand(1).getImm() : 0;
506 UserValue *UV = getUserValue(Var, Expr, Offset, IsIndirect, MI.getDebugLoc());
978 IsIndirect, Loc.getReg(), offset, Variable, Expression);