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