Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp26 struct OpData { struct in __anona8d4a2000111::PseudoLoweringEmitter
38 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 …]
H A DRISCVCompressInstEmitter.cpp83 struct OpData { struct in __anon361564da0111::RISCVCompressInstEmitter
98 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp547 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local
548 encodeULEB128(OpData, OS); in writeLineTableOpcode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1214 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local
1215 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() local
1529 if (Value *V = OpData.V) in print()
1533 OS << ", APO:" << OpData.APO << "}\n"; in print()