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/ |
D | TargetInstrInfo.h | 69 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/ |
D | MipsSEInstrInfo.h | 82 Optional<DestSourcePair>
|
D | Mips16InstrInfo.h | 109 Optional<DestSourcePair> isCopyInstrImpl(const MachineInstr &MI) const override;
|
D | Mips16InstrInfo.cpp | 99 Optional<DestSourcePair> 102 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
|
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 287 Optional<DestSourcePair>
|
D | AArch64InstrInfo.cpp | 6495 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/ |
D | X86InstrInfo.h | 547 Optional<DestSourcePair>
|
D | X86InstrInfo.cpp | 3050 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/ |
D | ARMBaseInstrInfo.h | 105 Optional<DestSourcePair>
|
D | ARMBaseInstrInfo.cpp | 996 Optional<DestSourcePair> 1009 return DestSourcePair{MI.getOperand(0), MI.getOperand(1)}; in isCopyInstrImpl()
|