Home
last modified time | relevance | path

Searched refs:isCopyLikeInstr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1056 if (auto CopyDstSrc = TII.isCopyLikeInstr(MI)) { in salvageCopySSA()
1140 if (!Inst.isCopyLike() && !TII.isCopyLikeInstr(Inst)) in salvageCopySSAImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1379 auto DestSrc = TII->isCopyLikeInstr(*TransferInst); in removeEntryValue()
1852 auto DestSrc = TII->isCopyLikeInstr(MI); in transferRegisterCopy()
H A DInstrRefBasedImpl.cpp2181 auto DestSrc = TII->isCopyLikeInstr(MI); in transferRegisterCopy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1115 std::optional<DestSourcePair> isCopyLikeInstr(const MachineInstr &MI) const { in isCopyLikeInstr() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp10135 auto DestSrc = TII->isCopyLikeInstr(MI); in describeORRLoadedValue()