Searched refs:isCopyInstrImpl (Results 1 – 13 of 13) sorted by relevance
85 isCopyInstrImpl(const MachineInstr &MI) const override;
109 Optional<DestSourcePair> isCopyInstrImpl(const MachineInstr &MI) const override;
100 Mips16InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in Mips16InstrInfo
225 MipsSEInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in MipsSEInstrInfo
90 isCopyInstrImpl(const MachineInstr &MI) const override;
824 RISCVInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in RISCVInstrInfo
973 isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function999 return isCopyInstrImpl(MI); in isCopyInstr()
330 isCopyInstrImpl(const MachineInstr &MI) const override;
7382 AArch64InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in AArch64InstrInfo
584 isCopyInstrImpl(const MachineInstr &MI) const override;
3528 X86InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in X86InstrInfo
108 isCopyInstrImpl(const MachineInstr &MI) const override;
1056 ARMBaseInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in ARMBaseInstrInfo1074 if (auto DstSrcPair = isCopyInstrImpl(MI)) { in describeLoadedValue()