Home
last modified time | relevance | path

Searched refs:isCopyInstrImpl (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h85 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DMips16InstrInfo.h109 Optional<DestSourcePair> isCopyInstrImpl(const MachineInstr &MI) const override;
H A DMips16InstrInfo.cpp100 Mips16InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in Mips16InstrInfo
H A DMipsSEInstrInfo.cpp225 MipsSEInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in MipsSEInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h90 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DRISCVInstrInfo.cpp830 RISCVInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in RISCVInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h986 isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function
1012 return isCopyInstrImpl(MI); in isCopyInstr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h330 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DAArch64InstrInfo.cpp7450 AArch64InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in AArch64InstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h588 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp3580 X86InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in X86InstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h108 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DARMBaseInstrInfo.cpp1056 ARMBaseInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in ARMBaseInstrInfo
1074 if (auto DstSrcPair = isCopyInstrImpl(MI)) { in describeLoadedValue()