Searched defs:OpData (Results 1 – 4 of 4) sorted by relevance
26 struct OpData { struct in __anon38779e970111::PseudoLoweringEmitter27 enum MapKind { Operand, Imm, Reg };28 MapKind Kind;29 union {33 } Data;
83 struct OpData { struct in __anonc4f9ae110111::RISCVCompressInstEmitter84 enum MapKind { Operand, Imm, Reg };85 MapKind Kind;86 union {90 } Data;91 int TiedOpIdx = -1; // Tied operand index within the instruction.
547 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local
1210 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local1523 for (const OperandData &OpData : OpDataVec) { in print() local