Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVMoveMerger.cpp88 DestSourcePair FirstPair = TII->isCopyInstrImpl(*I).value(); in mergePairedInsns()
89 DestSourcePair PairedRegs = TII->isCopyInstrImpl(*Paired).value(); in mergePairedInsns()
138 if (auto SecondPair = TII->isCopyInstrImpl(MI)) { in findMatchingInst()
186 auto RegPair = TII->isCopyInstrImpl(*MBBI); in mergeMoveSARegPair()
HDRISCVPushPopOptimizer.cpp98 if (auto OperandPair = TII->isCopyInstrImpl(MI)) { in adjustRetVal()
HDRISCVInstrInfo.h157 isCopyInstrImpl(const MachineInstr &MI) const override;
HDRISCVInstrInfo.cpp1550 RISCVInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in RISCVInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips16InstrInfo.h110 isCopyInstrImpl(const MachineInstr &MI) const override;
HDMipsSEInstrInfo.h85 isCopyInstrImpl(const MachineInstr &MI) const override;
HDMips16InstrInfo.cpp100 Mips16InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in Mips16InstrInfo
HDMipsSEInstrInfo.cpp207 MipsSEInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in MipsSEInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h1050 isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function
1081 return isCopyInstrImpl(MI); in isCopyInstr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.h626 isCopyInstrImpl(const MachineInstr &MI) const override;
HDX86InstrInfo.cpp4325 X86InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in X86InstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h548 isCopyInstrImpl(const MachineInstr &MI) const override;
HDAArch64InstrInfo.cpp9286 AArch64InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in AArch64InstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.h113 isCopyInstrImpl(const MachineInstr &MI) const override;
HDARMBaseInstrInfo.cpp1059 ARMBaseInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in ARMBaseInstrInfo
1077 if (auto DstSrcPair = isCopyInstrImpl(MI)) { in describeLoadedValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.h186 isCopyInstrImpl(const MachineInstr &MI) const override;
HDSIInstrInfo.cpp2711 SIInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in SIInstrInfo