Lines Matching defs:El
40 for (const auto &El : Elements) {
42 StrTabBuilder.add(El.Name);
43 SemanticNames.push_back(El.Name);
47 FinalElement.Rows = static_cast<uint8_t>(El.Indices.size());
48 FinalElement.StartRow = El.StartRow;
49 FinalElement.Cols = El.Cols;
50 FinalElement.StartCol = El.StartCol;
51 FinalElement.Allocated = El.Allocated;
52 FinalElement.Kind = El.Kind;
53 FinalElement.Type = El.Type;
54 FinalElement.Mode = El.Mode;
55 FinalElement.DynamicMask = El.DynamicMask;
56 FinalElement.Stream = El.Stream;
58 size_t Idx = FindSequence(IndexBuffer, El.Indices);
61 IndexBuffer.insert(IndexBuffer.end(), El.Indices.begin(),
62 El.Indices.end());
172 llvm::dxbc::PSV::v0::SignatureElement &El = std::get<0>(ElAndName);
174 El.NameOffset = static_cast<uint32_t>(DXConStrTabBuilder.getOffset(Name));
176 El.swapBytes();
224 for (auto &El : SigParams)
225 El.swapBytes();