Searched refs:OpData (Results 1 – 4 of 4) sorted by relevance
26 struct OpData { struct in __anona8d4a2000111::PseudoLoweringEmitter38 IndexedMap<OpData> OperandMap;41 IndexedMap<OpData> &m) : in PseudoExpansion()82 OperandMap[BaseIdx + i].Kind = OpData::Reg; in addDagOperandMapping()105 OperandMap[BaseIdx + i + I].Kind = OpData::Operand; in addDagOperandMapping()108 OperandMap[BaseIdx + i].Kind = OpData::Imm; in addDagOperandMapping()113 OperandMap[BaseIdx + i].Kind = OpData::Imm; in addDagOperandMapping()176 IndexedMap<OpData> OperandMap; in evaluateExpansion()254 case OpData::Operand: in emitLoweringEmitter()261 case OpData::Imm: in emitLoweringEmitter()[all …]
83 struct OpData { struct in __anon361564da0111::RISCVCompressInstEmitter98 IndexedMap<OpData>101 IndexedMap<OpData>345 IndexedMap<OpData> &SourceOperandMap, IndexedMap<OpData> &DestOperandMap, in createInstOperandMapping()447 IndexedMap<OpData> DestOperandMap; in evaluateCompressPat()711 case OpData::Operand: in emitCompressInstEmitter()714 case OpData::Imm: in emitCompressInstEmitter()720 case OpData::Reg: { in emitCompressInstEmitter()737 case OpData::Operand: { in emitCompressInstEmitter()780 case OpData::Imm: { in emitCompressInstEmitter()[all …]
547 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local548 encodeULEB128(OpData, OS); in writeLineTableOpcode()
1214 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local1215 Value *Op = OpData.V; in getBestOperand()1216 bool OpAPO = OpData.APO; in getBestOperand()1219 if (OpData.IsUsed) in getBestOperand()1527 for (const OperandData &OpData : OpDataVec) { in print() local1529 if (Value *V = OpData.V) in print()1533 OS << ", APO:" << OpData.APO << "}\n"; in print()