/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITEventListenerTest.cpp | 48 unsigned NextIndex; member 50 RecordingJITEventListener() : NextIndex(0) {} in RecordingJITEventListener() 55 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details}; in NotifyFunctionEmitted() 60 FunctionFreedEvent Event = {NextIndex++, OldPtr}; in NotifyFreeingMachineCode()
|
/external/v8/src/ |
D | identity-map.h | 52 V8_EXPORT_PRIVATE int NextIndex(int index) const; 136 index_ = map_->NextIndex(index_); 169 Iterator begin() { return Iterator(map_, map_->NextIndex(-1)); } in begin()
|
D | identity-map.cc | 213 int IdentityMapBase::NextIndex(int index) const { in NextIndex() function in v8::internal::IdentityMapBase
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatrep.h | 157 index = NextIndex(index, num_probes); in Find() 198 index = NextIndex(index, num_probes); in FindOrInsert() 335 index = NextIndex(index, num_probes); in FreshInsert() 340 inline size_t NextIndex(size_t i, uint32 num_probes) const { in NextIndex() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceLoopAnalyzer.cpp | 112 IndexT NextIndex = FirstDefinedIndex; member in Ice::LoopAnalyzer 161 assert(NextIndex == FirstDefinedIndex); in computeLoopNestDepth() 192 Node.visit(NextIndex++); in processNode()
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 334 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() local 335 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs() 337 CurrentIndex = NextIndex; in propagateAttrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 325 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() local 326 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs() 328 CurrentIndex = NextIndex; in propagateAttrs()
|
/external/eigen/Eigen/src/Core/ |
D | AssignEvaluator.h | 275 enum { NextIndex = Index + unpacket_traits<PacketType>::size }; 276 copy_using_evaluator_innervec_CompleteUnrolling<Kernel, NextIndex, Stop>::run(kernel); 293 enum { NextIndex = Index_ + unpacket_traits<PacketType>::size }; 294 …copy_using_evaluator_innervec_InnerUnrolling<Kernel, NextIndex, Stop, SrcAlignment, DstAlignment>:…
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 959 unsigned NextIndex; member in clang::comments::__anon5185a10c0211::SimpleTypoCorrector 965 BestIndex(0), NextIndex(0) in SimpleTypoCorrector() 984 unsigned CurrIndex = NextIndex++; in addDecl()
|
D | VTableBuilder.cpp | 2038 uint64_t NextIndex = Index + 1; in dumpLayout() local 2039 if (AddressPointsByIndex.count(NextIndex)) { in dumpLayout() 2040 if (AddressPointsByIndex.count(NextIndex) == 1) { in dumpLayout() 2042 AddressPointsByIndex.find(NextIndex)->second; in dumpLayout() 2050 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset(); in dumpLayout() 2055 llvm::make_range(AddressPointsByIndex.equal_range(NextIndex))) { in dumpLayout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Metadata.cpp | 200 UseMap.insert(std::make_pair(Ref, std::make_pair(Owner, NextIndex))) in addRef() 205 ++NextIndex; in addRef() 206 assert(NextIndex != 0 && "Unexpected overflow"); in addRef()
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 167 UseMap.insert(std::make_pair(Ref, std::make_pair(Owner, NextIndex))) in addRef() 172 ++NextIndex; in addRef() 173 assert(NextIndex != 0 && "Unexpected overflow"); in addRef()
|
/external/llvm/include/llvm/IR/ |
D | Metadata.h | 260 uint64_t NextIndex; variable 265 : Context(Context), NextIndex(0) {} in ReplaceableMetadataImpl()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 272 uint64_t NextIndex; variable 277 : Context(Context), NextIndex(0) {} in ReplaceableMetadataImpl()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1458 unsigned NextIndex = 1; // Skip identifier ID. in ReadMacroRecord() local 1459 SubmoduleID SubModID = getGlobalSubmoduleID(F, Record[NextIndex++]); in ReadMacroRecord() 1460 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex); in ReadMacroRecord() 1462 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex)); in ReadMacroRecord() 1463 MI->setIsUsed(Record[NextIndex++]); in ReadMacroRecord() 1464 MI->setUsedForHeaderGuard(Record[NextIndex++]); in ReadMacroRecord() 1468 bool isC99VarArgs = Record[NextIndex++]; in ReadMacroRecord() 1469 bool isGNUVarArgs = Record[NextIndex++]; in ReadMacroRecord() 1470 bool hasCommaPasting = Record[NextIndex++]; in ReadMacroRecord() 1472 unsigned NumArgs = Record[NextIndex++]; in ReadMacroRecord() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 318 inline bool NextIndex(const int num_dims, const int* dims, int* current) { in NextIndex() function
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/ |
D | types.h | 302 inline bool NextIndex(const int num_dims, const int* dims, int* current) { in NextIndex() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Metadata.h | 285 uint64_t NextIndex = 0; variable
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 3451 } while (NextIndex(input_num_dims, input_dims, input_iter)); in Reduce()
|