Searched refs:TiedInstOpIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp356 int TiedInstOpIdx = DestInst.Operands[i].getTiedRegister(); local
357 if (TiedInstOpIdx != -1) {
359 DestOperandMap[i].Data = DestOperandMap[TiedInstOpIdx].Data;
360 DestOperandMap[i].Kind = DestOperandMap[TiedInstOpIdx].Kind;
363 // destination operand 'TiedInstOpIdx' in a previous iteration.
367 << TiedInstOpIdx << "'\n");

Completed in 161 milliseconds