Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp26 struct OpData { struct in __anondf5167020111::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()
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 …]
H A DCompressInstEmitter.cpp86 struct OpData { struct in __anon0a40fb750111::CompressInstEmitter
109 IndexedMap<OpData> SourceOperandMap;
112 IndexedMap<OpData> DestOperandMap;
355 IndexedMap<OpData> &SourceOperandMap, IndexedMap<OpData> &DestOperandMap, in createInstOperandMapping()
459 IndexedMap<OpData> DestOperandMap; in evaluateCompressPat()
728 case OpData::Operand: in emitCompressInstEmitter()
731 case OpData::Imm: in emitCompressInstEmitter()
737 case OpData::Reg: { in emitCompressInstEmitter()
755 case OpData::Operand: { in emitCompressInstEmitter()
803 case OpData::Imm: { in emitCompressInstEmitter()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp548 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local
549 encodeULEB128(OpData, OS); in writeLineTableOpcode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1737 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local
1738 Value *Op = OpData.V; in getBestOperand()
1739 bool OpAPO = OpData.APO; in getBestOperand()
1742 if (OpData.IsUsed) in getBestOperand()
1879 const OperandData &OpData = getData(OpIdx, Lane); in getMaxNumOperandsThatCanBeReordered() local
1880 if (OpData.APO) in getMaxNumOperandsThatCanBeReordered()
1884 if (auto *I = dyn_cast<Instruction>(OpData.V)) { in getMaxNumOperandsThatCanBeReordered()
2179 for (const OperandData &OpData : OpDataVec) { in print() local
2181 if (Value *V = OpData.V) in print()
2185 OS << ", APO:" << OpData.APO << "}\n"; in print()
[all …]