Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp91 int TiedOpIdx = -1; // Tied operand index within the instruction. member
200 int TiedOpIdx = Inst.Operands[i].getTiedRegister(); in addDagOperandMapping() local
201 if (-1 != TiedOpIdx) { in addDagOperandMapping()
203 OperandMap[i].Kind = OperandMap[TiedOpIdx].Kind; in addDagOperandMapping()
204 OperandMap[i].Data = OperandMap[TiedOpIdx].Data; in addDagOperandMapping()
322 SourceOperandMap[i].TiedOpIdx = it->getValue(); in createDagOperandMapping()
710 if (SourceOperandMap[OpNo].TiedOpIdx != -1) { in emitCompressInstEmitter()
715 << std::to_string(SourceOperandMap[OpNo].TiedOpIdx) in emitCompressInstEmitter()