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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp26 struct OpData { struct in class:__anon5933::PseudoLoweringEmitter
38 IndexedMap<OpData> OperandMap;
41 IndexedMap<OpData> &m) :
56 IndexedMap<OpData> &OperandMap,
74 IndexedMap<OpData> &OperandMap, unsigned BaseIdx) {
82 OperandMap[BaseIdx + i].Kind = OpData::Reg;
101 OperandMap[BaseIdx + i + I].Kind = OpData::Operand;
104 OperandMap[BaseIdx + i].Kind = OpData::Imm;
152 IndexedMap<OpData> OperandMap;
176 if (OperandMap[Insn.Operands[i].MIOperandNo].Kind != OpData
[all...]
H A DRISCVCompressInstEmitter.cpp83 struct OpData { struct in class:__anon5935::RISCVCompressInstEmitter
98 IndexedMap<OpData>
101 IndexedMap<OpData>
105 std::vector<Record *> RF, IndexedMap<OpData> &SourceMap,
106 IndexedMap<OpData> &DestMap)
116 IndexedMap<OpData> &OperandMap, bool IsSourceInst);
124 IndexedMap<OpData> &SourceOperandMap);
128 IndexedMap<OpData> &SourceOperandMap,
129 IndexedMap<OpData> &DestOperandMap,
192 IndexedMap<OpData>
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp286 for (auto OpData : Op.StandardOpcodeData) {
287 encodeULEB128(OpData, OS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1037 OperandData &OpData = getData(Idx, Lane); local
1038 Value *Op = OpData.V;
1039 bool OpAPO = OpData.APO;
1042 if (OpData.IsUsed)
1350 for (const OperandData &OpData : OpDataVec) {
1352 if (Value *V = OpData.V)
1356 OS << ", APO:" << OpData.APO << "}\n";
6600 OperationData OpData = getOperationData(TreeN);
6601 bool IsReducedValue = OpData != ReductionData;
6604 if (IsReducedValue || EdgeToVist == OpData
[all...]

Completed in 183 milliseconds