Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp26 struct OpData { struct in __anondfad3d630111::PseudoLoweringEmitter
27 enum MapKind { Operand, Imm, Reg };
28 MapKind Kind;
29 union {
33 } Data;
H A DCompressInstEmitter.cpp85 struct OpData { struct in __anonc741c5960111::CompressInstEmitter
86 enum MapKind { Operand, Imm, Reg };
87 MapKind Kind;
88 union {
95 } Data;
97 int TiedOpIdx = -1;
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp548 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1721 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local
1863 const OperandData &OpData = getData(OpIdx, Lane); in getMaxNumOperandsThatCanBeReordered() local
2163 for (const OperandData &OpData : OpDataVec) { in print() local
4349 if (any_of(Edges, [I](const std::pair<unsigned, TreeEntry *> &OpData) { in canReorderOperands()