Lines Matching defs:isCopyInstr
96 static std::optional<DestSourcePair> isCopyInstr(const MachineInstr &MI,
100 return TII.isCopyInstr(MI);
170 isCopyInstr(*MI, TII, UseCopyInstr);
204 isCopyInstr(*MI, TII, UseCopyInstr);
271 isCopyInstr(*AvailCopy, TII, UseCopyInstr);
300 isCopyInstr(*MI, TII, UseCopyInstr);
357 isCopyInstr(*AvailCopy, TII, UseCopyInstr);
387 isCopyInstr(*AvailCopy, TII, UseCopyInstr);
418 isCopyInstr(*DefCopy, TII, UseCopyInstr);
566 isCopyInstr(PreviousCopy, *TII, UseCopyInstr);
593 auto PrevCopyOperands = isCopyInstr(*PrevCopy, *TII, UseCopyInstr);
605 isCopyInstr(Copy, *TII, UseCopyInstr);
629 isCopyInstr(Copy, *TII, UseCopyInstr);
648 isCopyInstr(Copy, *TII, UseCopyInstr);
657 auto UseICopyOperands = isCopyInstr(UseI, *TII, UseCopyInstr);
798 isCopyInstr(*Copy, *TII, UseCopyInstr);
831 if (isCopyInstr(MI, *TII, UseCopyInstr) &&
873 isCopyInstr(MI, *TII, UseCopyInstr);
907 CopyOperands = isCopyInstr(MI, *TII, UseCopyInstr);
1003 isCopyInstr(*MaybeDead, *TII, UseCopyInstr);
1051 isCopyInstr(*MaybeDead, *TII, UseCopyInstr);
1117 isCopyInstr(*Copy, *TII, UseCopyInstr);
1167 isCopyInstr(MI, *TII, UseCopyInstr);
1229 isCopyInstr(*Copy, *TII, UseCopyInstr);
1351 isCopyInstr(*SC[0], *TII, UseCopyInstr);
1353 isCopyInstr(*SC.back(), *TII, UseCopyInstr);
1355 isCopyInstr(*RC[0], *TII, UseCopyInstr);
1357 isCopyInstr(*RC.back(), *TII, UseCopyInstr);
1382 isCopyInstr(MaybeCopy, *TII, UseCopyInstr);
1397 isCopyInstr(Spill, *TII, UseCopyInstr);
1399 isCopyInstr(Reload, *TII, UseCopyInstr);
1411 isCopyInstr(Prev, *TII, UseCopyInstr);
1413 isCopyInstr(Current, *TII, UseCopyInstr);
1421 isCopyInstr(MI, *TII, UseCopyInstr);