Searched refs:OpData (Results 1 – 4 of 4) sorted by relevance
75 struct OpData { struct in __anondd751dab0111::RISCVCompressInstEmitter90 IndexedMap<OpData>93 IndexedMap<OpData>338 IndexedMap<OpData> &SourceOperandMap, IndexedMap<OpData> &DestOperandMap, in createInstOperandMapping()449 IndexedMap<OpData> DestOperandMap; in evaluateCompressPat()661 case OpData::Operand: in emitCompressInstEmitter()664 case OpData::Imm: in emitCompressInstEmitter()671 case OpData::Reg: { in emitCompressInstEmitter()687 case OpData::Operand: { in emitCompressInstEmitter()718 case OpData::Imm: { in emitCompressInstEmitter()[all …]
27 struct OpData { struct in __anone37da4710111::PseudoLoweringEmitter39 IndexedMap<OpData> OperandMap;42 IndexedMap<OpData> &m) : in PseudoExpansion()57 IndexedMap<OpData> &OperandMap,83 OperandMap[BaseIdx + i].Kind = OpData::Reg; in addDagOperandMapping()102 OperandMap[BaseIdx + i + I].Kind = OpData::Operand; in addDagOperandMapping()105 OperandMap[BaseIdx + i].Kind = OpData::Imm; in addDagOperandMapping()153 IndexedMap<OpData> OperandMap; in evaluateExpansion()228 case OpData::Operand: in emitLoweringEmitter()235 case OpData::Imm: in emitLoweringEmitter()[all …]
287 for (auto OpData : Op.StandardOpcodeData) { in EmitDebugLine() local288 encodeULEB128(OpData, OS); in EmitDebugLine()
5642 OperationData OpData = getOperationData(TreeN); in matchAssociativeReduction() local5643 bool IsReducedValue = OpData != ReductionData; in matchAssociativeReduction()5646 if (IsReducedValue || EdgeToVist == OpData.getNumberOfOperands()) { in matchAssociativeReduction()5675 OpData = getOperationData(I); in matchAssociativeReduction()5680 if (I && (!ReducedValueData || OpData == ReducedValueData || in matchAssociativeReduction()5681 OpData == ReductionData)) { in matchAssociativeReduction()5682 const bool IsReductionOperation = OpData == ReductionData; in matchAssociativeReduction()5703 if (!OpData.isAssociative(I)) { in matchAssociativeReduction()5709 ReducedValueData != OpData) { in matchAssociativeReduction()5716 ReducedValueData = OpData; in matchAssociativeReduction()[all …]