Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp100 DestOperandMap(DestMap) {} in CompressPat()
348 DestOperandMap[i].Data = DestOperandMap[TiedInstOpIdx].Data; in createInstOperandMapping()
349 DestOperandMap[i].Kind = DestOperandMap[TiedInstOpIdx].Kind; in createInstOperandMapping()
350 if (DestOperandMap[i].Kind == OpData::Operand) in createInstOperandMapping()
361 if (DestOperandMap[i].Kind != OpData::Operand) in createInstOperandMapping()
376 DestOperandMap[i].Data.Operand = SourceOp->getValue(); in createInstOperandMapping()
449 IndexedMap<OpData> DestOperandMap; in evaluateCompressPat() local
450 DestOperandMap.grow(DestInst.Operands.size()); in evaluateCompressPat()
609 IndexedMap<OpData> &DestOperandMap = in emitCompressInstEmitter() local
686 switch (DestOperandMap[OpNo].Kind) { in emitCompressInstEmitter()
[all …]