Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1367 auto DestSrc = TII->isCopyLikeInstr(*TransferInst); in removeEntryValue()
1843 auto DestSrc = TII->isCopyLikeInstr(MI); in transferRegisterCopy()
H A DInstrRefBasedImpl.cpp2113 auto DestSrc = TII->isCopyLikeInstr(MI); in transferRegisterCopy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1060 std::optional<DestSourcePair> isCopyLikeInstr(const MachineInstr &MI) const { in isCopyLikeInstr() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp9282 auto DestSrc = TII->isCopyLikeInstr(MI); in describeORRLoadedValue()