Searched defs:OpData (Results 1 – 4 of 4) sorted by relevance
26 struct OpData { struct in __anondfad3d630111::PseudoLoweringEmitter27 enum MapKind { Operand, Imm, Reg };28 MapKind Kind;29 union {33 } Data;
85 struct OpData { struct in __anonc741c5960111::CompressInstEmitter86 enum MapKind { Operand, Imm, Reg };87 MapKind Kind;88 union {95 } Data;97 int TiedOpIdx = -1;
548 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local
1721 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local1863 const OperandData &OpData = getData(OpIdx, Lane); in getMaxNumOperandsThatCanBeReordered() local2163 for (const OperandData &OpData : OpDataVec) { in print() local4349 if (any_of(Edges, [I](const std::pair<unsigned, TreeEntry *> &OpData) { in canReorderOperands()