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

/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h110 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
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h126 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DRISCVInstrInfo.cpp1236 RISCVInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { function in class:RISCVInstrInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1013 isCopyInstrImpl(const MachineInstr &MI) const { function in class:llvm::TargetInstrInfo
1039 return isCopyInstrImpl(MI);
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h346 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DAArch64InstrInfo.cpp8153 AArch64InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const {
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h603 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp3577 X86InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { function in class:X86InstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h108 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DARMBaseInstrInfo.cpp1058 ARMBaseInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { function in class:ARMBaseInstrInfo
1076 if (auto DstSrcPair = isCopyInstrImpl(MI)) {

Completed in 295 milliseconds