Lines Matching defs:isCopyInstr
96 static std::optional<DestSourcePair> isCopyInstr(const MachineInstr &MI,
100 return TII.isCopyInstr(MI);
143 isCopyInstr(*MI, TII, UseCopyInstr);
178 isCopyInstr(*MI, TII, UseCopyInstr);
230 isCopyInstr(*MI, TII, UseCopyInstr);
288 isCopyInstr(*AvailCopy, TII, UseCopyInstr);
318 isCopyInstr(*AvailCopy, TII, UseCopyInstr);
349 isCopyInstr(*DefCopy, TII, UseCopyInstr);
495 isCopyInstr(PreviousCopy, *TII, UseCopyInstr);
522 auto PrevCopyOperands = isCopyInstr(*PrevCopy, *TII, UseCopyInstr);
534 isCopyInstr(Copy, *TII, UseCopyInstr);
558 isCopyInstr(Copy, *TII, UseCopyInstr);
577 isCopyInstr(Copy, *TII, UseCopyInstr);
586 auto UseICopyOperands = isCopyInstr(UseI, *TII, UseCopyInstr);
706 isCopyInstr(*Copy, *TII, UseCopyInstr);
739 if (isCopyInstr(MI, *TII, UseCopyInstr) &&
781 isCopyInstr(MI, *TII, UseCopyInstr);
815 CopyOperands = isCopyInstr(MI, *TII, UseCopyInstr);
905 isCopyInstr(*MaybeDead, *TII, UseCopyInstr);
951 isCopyInstr(*MaybeDead, *TII, UseCopyInstr);
1017 isCopyInstr(*Copy, *TII, UseCopyInstr);
1055 isCopyInstr(MI, *TII, UseCopyInstr);
1115 isCopyInstr(*Copy, *TII, UseCopyInstr);
1237 isCopyInstr(*SC[0], *TII, UseCopyInstr);
1239 isCopyInstr(*SC.back(), *TII, UseCopyInstr);
1241 isCopyInstr(*RC[0], *TII, UseCopyInstr);
1243 isCopyInstr(*RC.back(), *TII, UseCopyInstr);
1268 isCopyInstr(MaybeCopy, *TII, UseCopyInstr);
1283 isCopyInstr(Spill, *TII, UseCopyInstr);
1285 isCopyInstr(Reload, *TII, UseCopyInstr);
1297 isCopyInstr(Prev, *TII, UseCopyInstr);
1299 isCopyInstr(Current, *TII, UseCopyInstr);
1307 isCopyInstr(MI, *TII, UseCopyInstr);