Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IsIndirect

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