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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp91 int TiedOpIdx = -1; // Tied operand index within the instruction. member in struct:__anon5935::RISCVCompressInstEmitter::OpData
200 int TiedOpIdx = Inst.Operands[i].getTiedRegister(); local
201 if (-1 != TiedOpIdx) {
203 OperandMap[i].Kind = OperandMap[TiedOpIdx].Kind;
204 OperandMap[i].Data = OperandMap[TiedOpIdx].Data;
322 SourceOperandMap[i].TiedOpIdx = it->getValue();
682 if (SourceOperandMap[OpNo].TiedOpIdx != -1) {
687 << std::to_string(SourceOperandMap[OpNo].TiedOpIdx)

Completed in 102 milliseconds