Searched refs:OpData (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | PseudoLoweringEmitter.cpp | 26 struct OpData { struct in __anon45ff304c0111::PseudoLoweringEmitter 38 IndexedMap<OpData> OperandMap; 41 IndexedMap<OpData> &m) in PseudoExpansion() 56 IndexedMap<OpData> &OperandMap, 75 IndexedMap<OpData> &OperandMap, unsigned BaseIdx) { in addDagOperandMapping() 83 OperandMap[BaseIdx + i].Kind = OpData::Reg; in addDagOperandMapping() 106 OperandMap[BaseIdx + i + I].Kind = OpData::Operand; in addDagOperandMapping() 109 OperandMap[BaseIdx + i].Kind = OpData::Imm; in addDagOperandMapping() 115 OperandMap[BaseIdx + i].Kind = OpData::Imm; in addDagOperandMapping() 178 IndexedMap<OpData> OperandMap; in evaluateExpansion() [all …]
|
H A D | CompressInstEmitter.cpp | 86 struct OpData { struct in __anon4777ea3f0111::CompressInstEmitter 109 IndexedMap<OpData> SourceOperandMap; 112 IndexedMap<OpData> DestOperandMap; 116 std::vector<Record *> RF, IndexedMap<OpData> &SourceMap, in CompressPat() 117 IndexedMap<OpData> &DestMap, bool IsCompressOnly) in CompressPat() 127 IndexedMap<OpData> &OperandMap, bool IsSourceInst); 135 IndexedMap<OpData> &SourceOperandMap); 139 IndexedMap<OpData> &SourceOperandMap, 140 IndexedMap<OpData> &DestOperandMap, 201 IndexedMap<OpData> &OperandMap, in addDagOperandMapping() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 548 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local 549 encodeULEB128(OpData, OS); in writeLineTableOpcode()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1936 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local 1937 Value *Op = OpData.V; in getBestOperand() 1938 bool OpAPO = OpData.APO; in getBestOperand() 1941 if (OpData.IsUsed) in getBestOperand() 2099 const OperandData &OpData = getData(OpIdx, Lane); in getMaxNumOperandsThatCanBeReordered() local 2100 if (OpData.APO) in getMaxNumOperandsThatCanBeReordered() 2104 if (auto *I = dyn_cast<Instruction>(OpData.V)) { in getMaxNumOperandsThatCanBeReordered() 2119 Hash, hash_value((OpIdx + 1) * (OpData.V->getValueID() + 1))); in getMaxNumOperandsThatCanBeReordered() 2120 AllUndefs = AllUndefs && isa<UndefValue>(OpData.V); in getMaxNumOperandsThatCanBeReordered() 2451 for (const OperandData &OpData in print() local 5503 __anon07b2d7744602(const std::pair<unsigned, TreeEntry *> &OpData) canReorderOperands() argument [all...] |