Home
last modified time | relevance | path

Searched refs:ArrayInfo (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/Sema/
DDesignator.h63 ArrayDesignatorInfo ArrayInfo; member
91 return ArrayInfo.Index; in getArrayIndex()
107 return SourceLocation::getFromRawEncoding(ArrayInfo.LBracketLoc); in getLBracketLoc()
116 return SourceLocation::getFromRawEncoding(ArrayInfo.RBracketLoc); in getRBracketLoc()
140 D.ArrayInfo.Index = Index; in getArray()
141 D.ArrayInfo.LBracketLoc = LBracketLoc.getRawEncoding(); in getArray()
142 D.ArrayInfo.RBracketLoc = 0; in getArray()
164 ArrayInfo.RBracketLoc = RBracketLoc.getRawEncoding(); in setRBracketLoc()
/external/icing/icing/join/
Dqualified-id-join-index-impl-v3.cc48 static constexpr QualifiedIdJoinIndexImplV3::ArrayInfo kInvalidArrayInfo;
161 const ArrayInfo* array_info, in Get()
200 FileBackedVector<ArrayInfo>::MutableView mutable_old_array_info, in MigrateParent()
281 FileBackedVector<ArrayInfo>::Create( in Optimize()
285 FileBackedVector<ArrayInfo>::kMaxFileSize, in Optimize()
314 FileBackedVector<ArrayInfo>::Create( in Clear()
317 FileBackedVector<ArrayInfo>::kMaxFileSize, in Clear()
372 std::unique_ptr<FileBackedVector<ArrayInfo>> in InitializeNewFiles()
374 FileBackedVector<ArrayInfo>::Create( in InitializeNewFiles()
378 FileBackedVector<ArrayInfo>::kMaxFileSize, in InitializeNewFiles()
[all …]
Dqualified-id-join-index-impl-v3.h81 struct ArrayInfo { struct
86 constexpr ArrayInfo() : index(-1), length(-1), used_length(-1) {} in ArrayInfo() argument
88 explicit ArrayInfo(int32_t index_in, int32_t length_in, in ArrayInfo() function
92 bool operator==(const ArrayInfo& other) const {
102 static_assert(sizeof(ArrayInfo) == 12, "Invalid ArrayInfo size"); argument
236 std::unique_ptr<FileBackedVector<ArrayInfo>> in QualifiedIdJoinIndexImplV3()
310 ArrayInfo array_info;
319 const ArrayInfo& array_info, int32_t num_to_add);
384 std::unique_ptr<FileBackedVector<ArrayInfo>>
Dqualified-id-join-index-impl-v3_test.cc60 using ArrayInfo = QualifiedIdJoinIndexImplV3::ArrayInfo; typedef
580 std::unique_ptr<FileBackedVector<ArrayInfo>> fbv, in TEST_F()
581 FileBackedVector<ArrayInfo>::Create( in TEST_F()
584 FileBackedVector<ArrayInfo>::kMaxFileSize, in TEST_F()
588 ArrayInfo(/*index_in=*/100, /*length_in=*/10, /*used_length_in=*/0))); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_flags.h41 struct ArrayInfo : public ArrayInfoBase { struct
52 llvm::MapVector<std::string, ArrayInfo, llvm::StringMap<unsigned>>; argument
Dmlir_roundtrip_flags.cc115 ArrayInfo::SubTypeInfo* result) { in HandleSubtype()
187 ArrayInfo& info = it_inserted_pair.first->second; in ParseInputArrayInfo()
197 ArrayInfo::SubTypeInfo subtype; in ParseInputArrayInfo()
Dimport_model.cc558 absl::flat_hash_map<int, const std::pair<std::string, ArrayInfo>*>>;
847 const ArrayInfo& array_info = output_tensor.second->second; in AddNodesToShapeRefiner()
1473 const ArrayInfo& array_info = output_tensor.second->second; in ConvertFeedsToPlaceholders()
2486 [&](const std::pair<std::string, ArrayInfo>& v) { ss << v.first; }, in Convert()
3986 ArrayInfo array_info; in ParseInputArrays()
3997 results.insert(std::pair<std::string, ArrayInfo>(tensor_info.name(), in ParseInputArrays()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp193 ArrayInfo.ElemType = ElemTypeId; in BTFTypeArray()
194 ArrayInfo.Nelems = NumElems; in BTFTypeArray()
207 ArrayInfo.IndexType = BDebug.getArrayIndexTypeId(); in completeType()
212 OS.EmitIntValue(ArrayInfo.ElemType, 4); in emitType()
213 OS.EmitIntValue(ArrayInfo.IndexType, 4); in emitType()
214 OS.EmitIntValue(ArrayInfo.Nelems, 4); in emitType()
DBTFDebug.h108 struct BTF::BTFArray ArrayInfo; variable
/external/tensorflow/tensorflow/core/tfrt/utils/
Dtfrt_graph_execution_state_test.cc380 tensorflow::ArrayInfo array_info; in TEST_F()
500 tensorflow::ArrayInfo array_info; in TEST_F()
624 tensorflow::ArrayInfo array_info; in TEST_F()
695 tensorflow::ArrayInfo array_info; in TEST_F()
860 tensorflow::ArrayInfo array_info; in TEST_F()
971 tensorflow::ArrayInfo array_info; in TEST_F()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
DBTFDebug.cpp253 ArrayInfo.ElemType = ElemTypeId; in BTFTypeArray()
254 ArrayInfo.Nelems = NumElems; in BTFTypeArray()
267 ArrayInfo.IndexType = BDebug.getArrayIndexTypeId(); in completeType()
272 OS.emitInt32(ArrayInfo.ElemType); in emitType()
273 OS.emitInt32(ArrayInfo.IndexType); in emitType()
274 OS.emitInt32(ArrayInfo.Nelems); in emitType()
DBTFDebug.h116 struct BTF::BTFArray ArrayInfo; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVScope.cpp1139 std::stringstream ArrayInfo; in resolveExtra() local
1141 ArrayInfo << getTypeName().str() << " "; in resolveExtra()
1146 ArrayInfo << "[" << Type->getCount() << "]"; in resolveExtra()
1158 ArrayInfo << "[" << LowerBound << ".." << UpperBound << "]"; in resolveExtra()
1160 ArrayInfo << "[" << UpperBound + 1 << "]"; in resolveExtra()
1165 setName(ArrayInfo.str()); in resolveExtra()
/external/tensorflow/tensorflow/core/tfrt/saved_model/
Dsaved_model.cc931 tensorflow::ArrayInfo array_info; in JoinSignatures()
943 std::pair<std::string, tensorflow::ArrayInfo>(tensor_info.name(), in JoinSignatures()
/external/tensorflow/tensorflow/core/tfrt/graph_executor/
Dgraph_executor.cc581 tensorflow::ArrayInfo array_info; in GetOrCreateLoadedClientGraph()