Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp355 DestOperandMap[i].Data = DestOperandMap[TiedInstOpIdx].Data; in createInstOperandMapping()
356 DestOperandMap[i].Kind = DestOperandMap[TiedInstOpIdx].Kind; in createInstOperandMapping()
357 if (DestOperandMap[i].Kind == OpData::Operand) in createInstOperandMapping()
368 if (DestOperandMap[i].Kind != OpData::Operand) in createInstOperandMapping()
383 DestOperandMap[i].Data.Operand = SourceOp->getValue(); in createInstOperandMapping()
447 IndexedMap<OpData> DestOperandMap; in evaluateCompressPat() local
448 DestOperandMap.grow(DestInst.Operands.size()); in evaluateCompressPat()
652 IndexedMap<OpData> &DestOperandMap = CompressOrCheck ? in emitCompressInstEmitter() local
736 switch (DestOperandMap[OpNo].Kind) { in emitCompressInstEmitter()
738 unsigned OpIdx = DestOperandMap[OpNo].Data.Operand; in emitCompressInstEmitter()
[all …]