Home
last modified time | relevance | path

Searched refs:isCopyLikeInstrImpl (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1029 isCopyLikeInstrImpl(const MachineInstr &MI) const { in isCopyLikeInstrImpl() function
1063 return isCopyLikeInstrImpl(MI); in isCopyLikeInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h405 isCopyLikeInstrImpl(const MachineInstr &MI) const override;
H A DAArch64InstrInfo.cpp9231 AArch64InstrInfo::isCopyLikeInstrImpl(const MachineInstr &MI) const { in isCopyLikeInstrImpl() function in AArch64InstrInfo