Home
last modified time | relevance | path

Searched refs:DestSourcePair (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h68 struct DestSourcePair { struct
72 DestSourcePair(const MachineOperand &Dest, const MachineOperand &Src) in DestSourcePair() argument
972 virtual Optional<DestSourcePair>
995 Optional<DestSourcePair> isCopyInstr(const MachineInstr &MI) const { in isCopyInstr()
997 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h84 Optional<DestSourcePair>
H A DMips16InstrInfo.h109 Optional<DestSourcePair> isCopyInstrImpl(const MachineInstr &MI) const override;
H A DMips16InstrInfo.cpp99 Optional<DestSourcePair>
102 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
H A DMipsSEInstrInfo.cpp224 Optional<DestSourcePair>
233 return DestSourcePair{MI.getOperand(2), MI.getOperand(0)}; in isCopyInstrImpl()
236 return DestSourcePair{MI.getOperand(0), MI.getOperand(2)}; in isCopyInstrImpl()
239 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h89 Optional<DestSourcePair>
H A DRISCVInstrInfo.cpp823 Optional<DestSourcePair>
826 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
834 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
841 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h329 Optional<DestSourcePair>
H A DAArch64InstrInfo.cpp7381 Optional<DestSourcePair>
7389 return DestSourcePair{MI.getOperand(0), MI.getOperand(2)}; in isCopyInstrImpl()
7395 return DestSourcePair{MI.getOperand(0), MI.getOperand(2)}; in isCopyInstrImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h583 Optional<DestSourcePair>
H A DX86InstrInfo.cpp3527 Optional<DestSourcePair>
3530 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h107 Optional<DestSourcePair>
H A DARMBaseInstrInfo.cpp1055 Optional<DestSourcePair>
1068 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()