Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:Done

180 /// returning true if it cannot be done.  This just pattern matches for the
364 bool Done = false;
378 Done = true;
384 if (!Done && MatchAddress(Addr, AM12, /* is12Bit */ true))
388 if (!Done && !is12BitOnly &&
413 bool Done = false;
427 Done = true;
433 if (!Done && MatchAddress(Addr, AM, /* is12Bit */ false))
456 bool Done = false;
470 Done = true;
476 if (!Done && MatchAddress(Addr, AM12, /* is12Bit */ true))
480 if (!Done && !MatchAddress(Addr, AM20, /* is12Bit */ false))
505 bool Done = false;
519 Done = true;
525 if (!Done && MatchAddress(Addr, AM, /* is12Bit */ false))