Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp66 OpInfo(enum OperandTransfer TransferOperands) in OpInfo()
67 : TransferOperands(TransferOperands) {} in OpInfo()
68 OpInfo() : TransferOperands(OT_NA) {} in OpInfo()
71 TransferOperands; ///< Operands to transfer to the new instruction member
107 enum OperandTransfer TransferOperands() const { in TransferOperands() function
108 return OpInf.TransferOperands; in TransferOperands()
698 enum OperandTransfer OpTransfer = Entry.TransferOperands(); in ReplaceInstruction()