Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h69 struct DestSourcePair { struct
73 DestSourcePair(const MachineOperand &Dest, const MachineOperand &Src) in DestSourcePair() argument
943 virtual Optional<DestSourcePair>
955 Optional<DestSourcePair> isCopyInstr(const MachineInstr &MI) const { in isCopyInstr()
957 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h82 Optional<DestSourcePair>
DMips16InstrInfo.h109 Optional<DestSourcePair> isCopyInstrImpl(const MachineInstr &MI) const override;
DMips16InstrInfo.cpp99 Optional<DestSourcePair>
102 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h287 Optional<DestSourcePair>
DAArch64InstrInfo.cpp6495 Optional<DestSourcePair>
6503 return DestSourcePair{MI.getOperand(0), MI.getOperand(2)}; in isCopyInstrImpl()
6509 return DestSourcePair{MI.getOperand(0), MI.getOperand(2)}; in isCopyInstrImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h547 Optional<DestSourcePair>
DX86InstrInfo.cpp3050 Optional<DestSourcePair>
3053 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h105 Optional<DestSourcePair>
DARMBaseInstrInfo.cpp996 Optional<DestSourcePair>
1009 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()