Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp299 IndexedMap<OpData> &SourceOperandMap) { in createDagOperandMapping() argument
318 SourceOperandMap[i].TiedOpIdx = it->getValue(); in createDagOperandMapping()
384 SourceOperandMap[SourceOp->getValue()].Data.Operand = i; in createInstOperandMapping()
441 IndexedMap<OpData> SourceOperandMap; in evaluateCompressPat() local
442 SourceOperandMap.grow(SourceInst.Operands.size()); in evaluateCompressPat()
457 SourceOperandMap); in evaluateCompressPat()
650 IndexedMap<OpData> SourceOperandMap = CompressOrCheck ? in emitCompressInstEmitter() local
651 CompressPat.SourceOperandMap : CompressPat.DestOperandMap; in emitCompressInstEmitter()
701 if (SourceOperandMap[OpNo].TiedOpIdx != -1) { in emitCompressInstEmitter()
710 switch (SourceOperandMap[OpNo].Kind) { in emitCompressInstEmitter()
[all …]