Searched refs:isCopyInstrImpl (Results 1 – 15 of 15) 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
116 isCopyInstrImpl(const MachineInstr &MI) const override;
1079 RISCVInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in RISCVInstrInfo
999 isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function1025 return isCopyInstrImpl(MI); in isCopyInstr()
344 isCopyInstrImpl(const MachineInstr &MI) const override;
7986 AArch64InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in AArch64InstrInfo
596 isCopyInstrImpl(const MachineInstr &MI) const override;
3559 X86InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in X86InstrInfo
125 `TargetInstrInfo::isCopyInstrImpl` must be implemented to recognise any
13 # to write custom isCopyInstrImpl() which would recognize the ORRWrs instr as
108 isCopyInstrImpl(const MachineInstr &MI) const override;
1055 ARMBaseInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in ARMBaseInstrInfo1073 if (auto DstSrcPair = isCopyInstrImpl(MI)) { in describeLoadedValue()