Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.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()
H A DRISCVPushPopOptimizer.cpp98 if (auto OperandPair = TII->isCopyInstrImpl(MI)) { in adjustRetVal()
H A DRISCVInstrInfo.h157 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DRISCVInstrInfo.cpp1550 RISCVInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in RISCVInstrInfo
/src/contrib/llvm-project/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 { in isCopyInstrImpl() function in Mips16InstrInfo
H A DMipsSEInstrInfo.cpp207 MipsSEInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in MipsSEInstrInfo
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1050 isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function
1081 return isCopyInstrImpl(MI); in isCopyInstr()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h626 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp4325 X86InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in X86InstrInfo
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h548 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DAArch64InstrInfo.cpp9286 AArch64InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in AArch64InstrInfo
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h113 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DARMBaseInstrInfo.cpp1059 ARMBaseInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in ARMBaseInstrInfo
1077 if (auto DstSrcPair = isCopyInstrImpl(MI)) { in describeLoadedValue()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h186 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DSIInstrInfo.cpp2711 SIInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in SIInstrInfo