Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1055 isCopyLikeInstrImpl(const MachineInstr &MI) const { in isCopyLikeInstrImpl() function
1089 return isCopyLikeInstrImpl(MI); in isCopyLikeInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h550 isCopyLikeInstrImpl(const MachineInstr &MI) const override;
H A DAArch64InstrInfo.cpp9311 AArch64InstrInfo::isCopyLikeInstrImpl(const MachineInstr &MI) const { in isCopyLikeInstrImpl() function in AArch64InstrInfo