Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp75 struct OpData { struct in __anondd751dab0111::RISCVCompressInstEmitter
90 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 …]
H A DPseudoLoweringEmitter.cpp27 struct OpData { struct in __anone37da4710111::PseudoLoweringEmitter
39 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 …]
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp287 for (auto OpData : Op.StandardOpcodeData) { in EmitDebugLine() local
288 encodeULEB128(OpData, OS); in EmitDebugLine()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5642 OperationData OpData = getOperationData(TreeN); in matchAssociativeReduction() local
5643 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 …]