Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp26 struct OpData { struct in __anon38779e970111::PseudoLoweringEmitter
27 enum MapKind { Operand, Imm, Reg };
28 MapKind Kind;
29 union {
33 } Data;
H A DRISCVCompressInstEmitter.cpp83 struct OpData { struct in __anonc4f9ae110111::RISCVCompressInstEmitter
84 enum MapKind { Operand, Imm, Reg };
85 MapKind Kind;
86 union {
90 } Data;
91 int TiedOpIdx = -1; // Tied operand index within the instruction.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp547 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1210 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local
1523 for (const OperandData &OpData : OpDataVec) { in print() local