Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp26 struct OpData { struct in __anon45ff304c0111::PseudoLoweringEmitter
27 enum MapKind { Operand, Imm, Reg } Kind;
28 union {
H A DCompressInstEmitter.cpp87 struct OpData { struct in __anon4777ea3f0111::CompressInstEmitter
88 enum MapKind { Operand, Imm, Reg } Kind;
89 union {
98 int TiedOpIdx = -1;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp575 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5729 std::pair<SDValue *, uint64_t *> OpData[2] = {{&Op0, &Op0Bytes}, in PerformBUILD_VECTORCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2687 OperandData &OpData = getData(Idx, Lane); in getBestOperand() local
2849 const OperandData &OpData = getData(OpIdx, Lane); in getMaxNumOperandsThatCanBeReordered() local
3232 for (const OperandData &OpData : OpDataVec) { in print() local
7409 if (any_of(Edges, [I](const std::pair<unsigned, TreeEntry *> &OpData) { in buildReorderableOperands()