Searched refs:OpData (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | PseudoLoweringEmitter.cpp | 26 struct OpData { struct in __anondfad3d630111::PseudoLoweringEmitter 38 IndexedMap<OpData> OperandMap; 41 IndexedMap<OpData> &m) : in PseudoExpansion() 56 IndexedMap<OpData> &OperandMap, 74 IndexedMap<OpData> &OperandMap, unsigned BaseIdx) { in addDagOperandMapping() 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() [all …]
|
| H A D | CompressInstEmitter.cpp | 85 struct OpData { struct in __anonc741c5960111::CompressInstEmitter 107 IndexedMap<OpData> SourceOperandMap; 111 IndexedMap<OpData> DestOperandMap; 115 std::vector<Record *> RF, IndexedMap<OpData> &SourceMap, in CompressPat() 116 IndexedMap<OpData> &DestMap, bool IsCompressOnly) in CompressPat() 126 IndexedMap<OpData> &OperandMap, bool IsSourceInst); 134 IndexedMap<OpData> &SourceOperandMap); 138 IndexedMap<OpData> &SourceOperandMap, 139 IndexedMap<OpData> &DestOperandMap, 200 IndexedMap<OpData> &OperandMap, in addDagOperandMapping() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 548 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local 549 encodeULEB128(OpData, OS); in writeLineTableOpcode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 1721 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local 1722 Value *Op = OpData.V; in getBestOperand() 1723 bool OpAPO = OpData.APO; in getBestOperand() 1726 if (OpData.IsUsed) in getBestOperand() 1863 const OperandData &OpData = getData(OpIdx, Lane); in getMaxNumOperandsThatCanBeReordered() local 1864 if (OpData.APO) in getMaxNumOperandsThatCanBeReordered() 1868 if (auto *I = dyn_cast<Instruction>(OpData.V)) { in getMaxNumOperandsThatCanBeReordered() 1883 Hash, hash_value((OpIdx + 1) * (OpData.V->getValueID() + 1))); in getMaxNumOperandsThatCanBeReordered() 1884 AllUndefs = AllUndefs && isa<UndefValue>(OpData.V); in getMaxNumOperandsThatCanBeReordered() 2163 for (const OperandData &OpData : OpDataVec) { in print() local [all …]
|