Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp362 int TiedInstOpIdx = DestInst.Operands[I].getTiedRegister(); in createInstOperandMapping() local
363 if (TiedInstOpIdx != -1) { in createInstOperandMapping()
365 DestOperandMap[I].Data = DestOperandMap[TiedInstOpIdx].Data; in createInstOperandMapping()
366 DestOperandMap[I].Kind = DestOperandMap[TiedInstOpIdx].Kind; in createInstOperandMapping()
373 << TiedInstOpIdx << "'\n"); in createInstOperandMapping()