Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp292 IndexedMap<OpData> &SourceOperandMap) { in createDagOperandMapping() argument
311 SourceOperandMap[i].TiedOpIdx = it->getValue(); in createDagOperandMapping()
377 SourceOperandMap[SourceOp->getValue()].Data.Operand = i; in createInstOperandMapping()
443 IndexedMap<OpData> SourceOperandMap; in evaluateCompressPat() local
444 SourceOperandMap.grow(SourceInst.Operands.size()); in evaluateCompressPat()
459 SourceOperandMap); in evaluateCompressPat()
607 IndexedMap<OpData> SourceOperandMap = in emitCompressInstEmitter() local
649 if (SourceOperandMap[OpNo].TiedOpIdx != -1) { in emitCompressInstEmitter()
654 << std::to_string(SourceOperandMap[OpNo].TiedOpIdx) in emitCompressInstEmitter()
660 switch (SourceOperandMap[OpNo].Kind) { in emitCompressInstEmitter()
[all …]