Searched defs:OpData (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | PseudoLoweringEmitter.cpp | 26 struct OpData { struct in __anon45ff304c0111::PseudoLoweringEmitter 27 enum MapKind { Operand, Imm, Reg } Kind; 28 union {
|
| H A D | CompressInstEmitter.cpp | 87 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 D | DWARFEmitter.cpp | 575 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 5729 std::pair<SDValue *, uint64_t *> OpData[2] = {{&Op0, &Op0Bytes}, in PerformBUILD_VECTORCombine() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2687 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()
|