LLVM 22.0.0git
llvm::DestSourcePair Struct Reference

#include "llvm/CodeGen/TargetInstrInfo.h"

Public Member Functions

 DestSourcePair (const MachineOperand &Dest, const MachineOperand &Src)

Public Attributes

const MachineOperandDestination
const MachineOperandSource

Detailed Description

Definition at line 75 of file TargetInstrInfo.h.

Constructor & Destructor Documentation

◆ DestSourcePair()

llvm::DestSourcePair::DestSourcePair ( const MachineOperand & Dest,
const MachineOperand & Src )
inline

Definition at line 79 of file TargetInstrInfo.h.

References Destination, and Source.

Member Data Documentation

◆ Destination

const MachineOperand* llvm::DestSourcePair::Destination

Definition at line 76 of file TargetInstrInfo.h.

Referenced by DestSourcePair(), and isBackwardPropagatableCopy().

◆ Source

const MachineOperand* llvm::DestSourcePair::Source

Definition at line 77 of file TargetInstrInfo.h.

Referenced by DestSourcePair(), and isBackwardPropagatableCopy().


The documentation for this struct was generated from the following file: