Searched refs:isCopyLikeInstr (Results 1 – 5 of 5) sorted by relevance
1056 if (auto CopyDstSrc = TII.isCopyLikeInstr(MI)) { in salvageCopySSA()1140 if (!Inst.isCopyLike() && !TII.isCopyLikeInstr(Inst)) in salvageCopySSAImpl()
1379 auto DestSrc = TII->isCopyLikeInstr(*TransferInst); in removeEntryValue()1852 auto DestSrc = TII->isCopyLikeInstr(MI); in transferRegisterCopy()
2181 auto DestSrc = TII->isCopyLikeInstr(MI); in transferRegisterCopy()
1115 std::optional<DestSourcePair> isCopyLikeInstr(const MachineInstr &MI) const { in isCopyLikeInstr() function
10135 auto DestSrc = TII->isCopyLikeInstr(MI); in describeORRLoadedValue()