reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
501 OS << " = " << PrintExpr(ED.Expr, HRI); 1170 ED.Expr.Rs = MI.getOperand(OpNum-1); 1173 ED.Expr.Rs = MI.getOperand(OpNum-2); 1174 ED.Expr.S = MI.getOperand(OpNum-1).getImm(); 1196 ED.Expr.Rs = MI.getOperand(OpNum-1); 1201 ED.Expr.Rs = MI.getOperand(OpNum-1); 1205 ED.Expr.Rs = MI.getOperand(OpNum+1); 1206 ED.Expr.Neg = true; 1209 ED.Expr.Rs = MI.getOperand(OpNum+1); 1210 ED.Expr.Neg = true; 1398 IMap[{BestV,Extenders[I].Expr}].insert(I); 1460 return Extenders[I].Expr.Rs.isSlot(); 1464 return ED.Expr.Rs.isSlot() == IsStack &&