Searched refs:DestSourcePair (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 68 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 D | MipsSEInstrInfo.h | 84 Optional<DestSourcePair>
|
H A D | Mips16InstrInfo.h | 109 Optional<DestSourcePair> isCopyInstrImpl(const MachineInstr &MI) const override;
|
H A D | Mips16InstrInfo.cpp | 99 Optional<DestSourcePair> 102 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
|
H A D | MipsSEInstrInfo.cpp | 224 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 D | RISCVInstrInfo.h | 89 Optional<DestSourcePair>
|
H A D | RISCVInstrInfo.cpp | 823 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 D | AArch64InstrInfo.h | 329 Optional<DestSourcePair>
|
H A D | AArch64InstrInfo.cpp | 7381 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 D | X86InstrInfo.h | 583 Optional<DestSourcePair>
|
H A D | X86InstrInfo.cpp | 3527 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 D | ARMBaseInstrInfo.h | 107 Optional<DestSourcePair>
|
H A D | ARMBaseInstrInfo.cpp | 1055 Optional<DestSourcePair> 1068 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
|