Searched refs:SourceOperandMap (Results 1 – 1 of 1) sorted by relevance
292 IndexedMap<OpData> &SourceOperandMap) { in createDagOperandMapping() argument311 SourceOperandMap[i].TiedOpIdx = it->getValue(); in createDagOperandMapping()377 SourceOperandMap[SourceOp->getValue()].Data.Operand = i; in createInstOperandMapping()443 IndexedMap<OpData> SourceOperandMap; in evaluateCompressPat() local444 SourceOperandMap.grow(SourceInst.Operands.size()); in evaluateCompressPat()459 SourceOperandMap); in evaluateCompressPat()607 IndexedMap<OpData> SourceOperandMap = in emitCompressInstEmitter() local649 if (SourceOperandMap[OpNo].TiedOpIdx != -1) { in emitCompressInstEmitter()654 << std::to_string(SourceOperandMap[OpNo].TiedOpIdx) in emitCompressInstEmitter()660 switch (SourceOperandMap[OpNo].Kind) { in emitCompressInstEmitter()[all …]