Searched refs:isCopyInstrImpl (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h109 Optional<DestSourcePair> isCopyInstrImpl(const MachineInstr &MI) const override;
H A DMipsSEInstrInfo.h85 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DMips16InstrInfo.cpp100 Mips16InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { function in class:Mips16InstrInfo
H A DMipsSEInstrInfo.cpp225 MipsSEInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { function in class:MipsSEInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h297 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DAArch64InstrInfo.cpp6803 AArch64InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h576 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp3524 X86InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { function in class:X86InstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h944 isCopyInstrImpl(const MachineInstr &MI) const { function in class:llvm::TargetInstrInfo
959 return isCopyInstrImpl(MI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h108 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DARMBaseInstrInfo.cpp1023 ARMBaseInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { function in class:ARMBaseInstrInfo
1041 if (auto DstSrcPair = isCopyInstrImpl(MI)) {

Completed in 310 milliseconds