Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h85 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DMips16InstrInfo.h109 Optional<DestSourcePair> isCopyInstrImpl(const MachineInstr &MI) const override;
H A DMips16InstrInfo.cpp100 Mips16InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in Mips16InstrInfo
H A DMipsSEInstrInfo.cpp225 MipsSEInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in MipsSEInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h116 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DRISCVInstrInfo.cpp1079 RISCVInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in RISCVInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h999 isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function
1025 return isCopyInstrImpl(MI); in isCopyInstr()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h344 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DAArch64InstrInfo.cpp7986 AArch64InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in AArch64InstrInfo
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h596 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp3559 X86InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in X86InstrInfo
/llvm-project-15.0.7/llvm/docs/
H A DInstrRefDebugInfo.md125 `TargetInstrInfo::isCopyInstrImpl` must be implemented to recognise any
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-mov-debug-locs.mir13 # to write custom isCopyInstrImpl() which would recognize the ORRWrs instr as
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h108 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DARMBaseInstrInfo.cpp1055 ARMBaseInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in ARMBaseInstrInfo
1073 if (auto DstSrcPair = isCopyInstrImpl(MI)) { in describeLoadedValue()