Lines Matching refs:IsIndirect
114 bool IsIndirect; ///< true if this is a register-indirect+offset value. member in __anone9aac3720211::UserValue
144 : Variable(var), Expression(expr), offset(o), IsIndirect(i), dl(L), in UserValue()
162 Offset == offset && indirect == IsIndirect; in match()
305 unsigned Offset, bool IsIndirect, DebugLoc DL);
458 unsigned Offset, bool IsIndirect, in getUserValue() argument
465 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect)) in getUserValue()
470 make_unique<UserValue>(Var, Expr, Offset, IsIndirect, DL, allocator)); in getUserValue()
498 bool IsIndirect = MI->isIndirectDebugValue(); in handleDebugValue() local
499 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0; in handleDebugValue()
504 getUserValue(Var, Expr, Offset, IsIndirect, MI->getDebugLoc()); in handleDebugValue()
971 IsIndirect, Loc.getReg(), offset, Variable, Expression); in insertDebugValue()