Searched refs:OpData (Results 1 – 4 of 4) sorted by relevance
26 struct OpData { struct in __anonfc7a93590111::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()114 OperandMap[BaseIdx + i].Kind = OpData::Imm; in addDagOperandMapping()177 IndexedMap<OpData> OperandMap; in evaluateExpansion()255 case OpData::Operand: in emitLoweringEmitter()262 case OpData::Imm: in emitLoweringEmitter()[all …]
85 struct OpData { struct in __anon79b5260c0111::CompressInstEmitter107 IndexedMap<OpData> SourceOperandMap;111 IndexedMap<OpData> DestOperandMap;354 IndexedMap<OpData> &SourceOperandMap, IndexedMap<OpData> &DestOperandMap, in createInstOperandMapping()456 IndexedMap<OpData> DestOperandMap; in evaluateCompressPat()726 case OpData::Operand: in emitCompressInstEmitter()729 case OpData::Imm: in emitCompressInstEmitter()735 case OpData::Reg: { in emitCompressInstEmitter()753 case OpData::Operand: { in emitCompressInstEmitter()801 case OpData::Imm: { in emitCompressInstEmitter()[all …]
548 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local549 encodeULEB128(OpData, OS); in writeLineTableOpcode()
1721 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local1722 Value *Op = OpData.V; in getBestOperand()1723 bool OpAPO = OpData.APO; in getBestOperand()1726 if (OpData.IsUsed) in getBestOperand()1863 const OperandData &OpData = getData(OpIdx, Lane); in getMaxNumOperandsThatCanBeReordered() local1864 if (OpData.APO) in getMaxNumOperandsThatCanBeReordered()1868 if (auto *I = dyn_cast<Instruction>(OpData.V)) { in getMaxNumOperandsThatCanBeReordered()2163 for (const OperandData &OpData : OpDataVec) { in print() local2165 if (Value *V = OpData.V) in print()2169 OS << ", APO:" << OpData.APO << "}\n"; in print()[all …]