Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IsIndirect

111   bool IsIndirect;        ///< true if this is a register-indirect+offset value.
140 : variable(var), offset(o), IsIndirect(i), dl(L), leader(this),
305 bool IsIndirect, DebugLoc DL);
420 bool IsIndirect, DebugLoc DL) {
430 UserValue *UV = new UserValue(Var, Offset, IsIndirect, DL, allocator);
458 bool IsIndirect = MI->getOperand(1).isImm();
459 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
461 UserValue *UV = getUserValue(Var, Offset, IsIndirect, MI->getDebugLoc());
931 IsIndirect, Loc.getReg(), offset, variable);