Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h85 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DMips16InstrInfo.h110 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
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h126 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DRISCVInstrInfo.cpp1236 RISCVInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in RISCVInstrInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1013 isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function
1039 return isCopyInstrImpl(MI); in isCopyInstr()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h603 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DX86InstrInfo.cpp3577 X86InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in X86InstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h346 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DAArch64InstrInfo.cpp8153 AArch64InstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in AArch64InstrInfo
/openbsd-src/gnu/llvm/llvm/docs/
H A DInstrRefDebugInfo.md125 `TargetInstrInfo::isCopyInstrImpl` must be implemented to recognise any
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h108 isCopyInstrImpl(const MachineInstr &MI) const override;
H A DARMBaseInstrInfo.cpp1058 ARMBaseInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl() function in ARMBaseInstrInfo
1076 if (auto DstSrcPair = isCopyInstrImpl(MI)) { in describeLoadedValue()