Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp242 for (const auto &DestOperand : Dest.Operands) { in emitLoweringEmitter() local
243 o << " // Operand: " << DestOperand.Name << "\n"; in emitLoweringEmitter()
244 unsigned MIOpNo = DestOperand.MIOperandNo; in emitLoweringEmitter()
245 for (unsigned i = 0, e = DestOperand.MINumOperands; i != e; ++i) { in emitLoweringEmitter()
H A DCompressInstEmitter.cpp790 for (const auto &DestOperand : Dest.Operands) { in emitCompressInstEmitter() local
791 CodeStream.indent(6) << "// Operand: " << DestOperand.Name << "\n"; in emitCompressInstEmitter()
793 for (unsigned SubOp = 0; SubOp != DestOperand.MINumOperands; ++SubOp) { in emitCompressInstEmitter()
794 const Record *DestRec = DestOperand.Rec; in emitCompressInstEmitter()
796 if (DestOperand.MINumOperands > 1) in emitCompressInstEmitter()
798 cast<DefInit>(DestOperand.MIOperandInfo->getArg(SubOp))->getDef(); in emitCompressInstEmitter()
813 if (DestOperand.getTiedRegister() == -1) { in emitCompressInstEmitter()