/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | def_use_manager.h | 57 // The second element of the pair is the user. 76 // second entries. in operator ()() 87 if (!lhs.second && !rhs.second) return false; in operator ()() 88 if (!lhs.second) return true; in operator ()() 89 if (!rhs.second) return false; in operator ()() 92 return lhs.second->unique_id() < rhs.second->unique_id(); in operator ()() 233 // validity before other checks. In the second version, |iter| is compared
|
H A D | local_single_block_elim_pass.cpp | 85 instructions_to_save.count(prev_store->second) == 0 && in LocalSingleBlockLoadStoreElim() 88 instructions_to_kill.push_back(prev_store->second); in LocalSingleBlockLoadStoreElim() 96 li->second->result_id()) { in LocalSingleBlockLoadStoreElim() 128 replId = si->second->GetSingleWordInOperand(kStoreValIdInIdx); in LocalSingleBlockLoadStoreElim() 132 replId = li->second->result_id(); in LocalSingleBlockLoadStoreElim() 139 if (si != var2store_.end()) instructions_to_save.insert(si->second); in LocalSingleBlockLoadStoreElim()
|
H A D | tree_iterator.h | 99 current_ = *next_it.second; in MoveToNextNode() 101 ++next_it.second; in MoveToNextNode() 103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode() 206 if (next_it.second == next_it.first->end()) { in MoveToNextNode() 214 current_ = *next_it.second; in MoveToNextNode() 216 ++next_it.second; in MoveToNextNode()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text_handler.h | 53 inline bool operator==(const IdType& first, const IdType& second) { in operator ==() argument 54 return (first.bitwidth == second.bitwidth) && in operator ==() 55 (first.isSigned == second.isSigned) && in operator ==() 56 (first.type_class == second.type_class); in operator ==() 60 inline bool operator!=(const IdType& first, const IdType& second) { in operator !=() argument 61 return !(first == second); in operator !=()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | def_use_manager.h | 57 // The second element of the pair is the user. 76 // second entries. in operator ()() 87 if (!lhs.second && !rhs.second) return false; in operator ()() 88 if (!lhs.second) return true; in operator ()() 89 if (!rhs.second) return false; in operator ()() 92 return lhs.second->unique_id() < rhs.second->unique_id(); in operator ()() 233 // validity before other checks. In the second version, |iter| is compared
|
H A D | local_single_block_elim_pass.cpp | 85 instructions_to_save.count(prev_store->second) == 0 && in LocalSingleBlockLoadStoreElim() 88 instructions_to_kill.push_back(prev_store->second); in LocalSingleBlockLoadStoreElim() 96 li->second->result_id()) { in LocalSingleBlockLoadStoreElim() 128 replId = si->second->GetSingleWordInOperand(kStoreValIdInIdx); in LocalSingleBlockLoadStoreElim() 132 replId = li->second->result_id(); in LocalSingleBlockLoadStoreElim() 139 if (si != var2store_.end()) instructions_to_save.insert(si->second); in LocalSingleBlockLoadStoreElim()
|
H A D | tree_iterator.h | 99 current_ = *next_it.second; in MoveToNextNode() 101 ++next_it.second; in MoveToNextNode() 103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode() 206 if (next_it.second == next_it.first->end()) { in MoveToNextNode() 214 current_ = *next_it.second; in MoveToNextNode() 216 ++next_it.second; in MoveToNextNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.h | 53 inline bool operator==(const IdType& first, const IdType& second) { in operator ==() argument 54 return (first.bitwidth == second.bitwidth) && in operator ==() 55 (first.isSigned == second.isSigned) && in operator ==() 56 (first.type_class == second.type_class); in operator ==() 60 inline bool operator!=(const IdType& first, const IdType& second) { in operator !=() argument 61 return !(first == second); in operator !=()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numrange_capi.cpp | 111 double second, in unumrf_formatDoubleRange() 120 result->fData.quantity2.setToDouble(second); in unumrf_formatDoubleRange() 121 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDoubleRange() 128 const char* second, int32_t secondLen, in unumrf_formatDecimalRange() 137 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange() 138 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDecimalRange() 108 unumrf_formatDoubleRange( const UNumberRangeFormatter* uformatter, double first, double second, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDoubleRange() argument 125 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | tree_iterator.h | 99 current_ = *next_it.second; in MoveToNextNode() 101 ++next_it.second; in MoveToNextNode() 103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode() 206 if (next_it.second == next_it.first->end()) { in MoveToNextNode() 214 current_ = *next_it.second; in MoveToNextNode() 216 ++next_it.second; in MoveToNextNode()
|
/third_party/spirv-tools/source/ |
H A D | text_handler.h | 53 inline bool operator==(const IdType& first, const IdType& second) { in operator ==() argument 54 return (first.bitwidth == second.bitwidth) && in operator ==() 55 (first.isSigned == second.isSigned) && in operator ==() 56 (first.type_class == second.type_class); in operator ==() 60 inline bool operator!=(const IdType& first, const IdType& second) { in operator !=() argument 61 return !(first == second); in operator !=()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 68 CheckPairEquals(x.second, y.second); in CheckPairEquals() 147 const_tree_.equal_range(key).second); in erase_check() 167 iter_check(tree_res.second, checker_res.second); in equal_range() 177 iter_check(tree_res.second, checker_res.second); in equal_range() 341 EXPECT_EQ(tree_res.second, checker_res.second); in insert() 343 EXPECT_EQ(this->tree_.size(), size + tree_res.second); in insert() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 269 TreeNode *TypeNode = TypeIt->second.get(); in cleanUpManifests() 275 TreeNode *NameNode = NameIt->second.get(); in cleanUpManifests() 283 LangZeroIt->second->IsDataNode) { in cleanUpManifests() 284 uint32_t RemovedIndex = LangZeroIt->second->DataIndex; in cleanUpManifests() 297 TreeNode *FirstNode = FirstIt->second.get(); in cleanUpManifests() 300 TreeNode *LastNode = LastIt->second.get(); in cleanUpManifests() 519 Result = ElementInserted.first->second.get(); in addDataChild() 520 return ElementInserted.second; in addDataChild() 532 return *(Child->second); in addIDChild() 548 return *(Child->second); in addNameChild() [all...] |
/third_party/benchmark/src/ |
H A D | statistics.cc | 122 CounterStat{cnt.second, std::vector<double>{}}) in ComputeStats() 124 it->second.s.reserve(reports.size()); in ComputeStats() 126 BM_CHECK_EQ(it->second.c.flags, cnt.second.flags); in ComputeStats() 142 it->second.s.emplace_back(cnt.second); in ComputeStats() 197 const auto uc_stat = Stat.compute_(kv.second.s); in ComputeStats()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 100 CountAndTotal.second += Duration; in end() 143 return A.second.second > B.second.second; in Write() 146 auto DurUs = duration_cast<microseconds>(E.second.second).count(); in Write()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_cssa.cpp | 286 uint32_t index = def_node_it->second.index; in try_merge_merge_set() 391 const copy& cp = it->second.cp; in emit_copies_block() 393 if (cp.def.regClass().type() != type || it->second.num_uses > 0) { in emit_copies_block() 399 bld.copy(cp.def, it->second.cp.op); in emit_copies_block() 402 if (it->second.read_idx != -1u) { in emit_copies_block() 403 auto&& other = ltg.find(it->second.read_idx); in emit_copies_block() 405 other->second.num_uses--; in emit_copies_block() 413 [&](auto& n) { return n.second.cp.def.regClass().type() == type; }); in emit_copies_block() 424 while (it->second.cp.def.regClass().type() != type) in emit_copies_block() 427 copy->definitions[i] = it->second in emit_copies_block() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 131 if (!SC->OptionsMap.insert(std::make_pair(Name, &Opt)).second) { in addLiteralOption() 161 if (!SC->OptionsMap.insert(std::make_pair(O->ArgStr, O)).second) { in addOption() 268 if (!Sub.OptionsMap.insert(std::make_pair(NewName, O)).second) { in updateArgStr() 310 Option *O = E.second; in registerSubCommand() 440 return I != Sub.OptionsMap.end() ? I->second : nullptr; in LookupOption() 451 return I->second; in LookupOption() 483 StringRef &RHS = SplitArg.second; in LookupNearestOption() 491 Option *O = it->second; in LookupNearestOption() 637 if (OMI != OptionsMap.end() && Pred(OMI->second)) { in getOptionPred() 639 return OMI->second; // Foun in getOptionPred() [all...] |
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | explainFiles.js | 62 //// [/src/second/second_part1.ts]
76 //// [/src/second/second_part2.ts]
84 //// [/src/second/tsconfig.json]
94 "outFile": "../2/second-output.js",
125 { "path": "../second", "prepend": true },
136 * src/second/tsconfig.json
151 [[90m12:00:18 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
153 [[90m12:00:19 AM[0m] Building project '/src/second/tsconfig.json'...
157 src/second/second_part [all...] |
H A D | triple-slash-refs-in-all-projects.js | 67 //// [/src/second/second_part1.ts]
83 //// [/src/second/second_part2.ts]
91 //// [/src/second/tripleRef.d.ts]
94 //// [/src/second/tsconfig.json]
104 "outFile": "../2/second-output.js",
140 { "path": "../second", "prepend": true },
151 * src/second/tsconfig.json
158 [[90m12:00:24 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
160 [[90m12:00:25 AM[0m] Building project '/src/second/tsconfi [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiMaintenance3Check.cpp | 114 if (typeCount.second.alive) in getAliveTypes() 194 const deUint32& increment = inc.second; in distributeCounts() 199 iter->second.count += increment; in distributeCounts() 216 tc->second.alive = false; in distributeCounts() 394 tc.second.count = de::min(tc.second.count, maxReasonableBindingCounts); in calculateBindings() 409 b.descriptorCount = tc.second.count; in calculateBindings() 421 bindings.resize(firstAdded + tc.second.count); in calculateBindings() 422 for (deUint32 i = 0u; i < tc.second.count; ++i) in calculateBindings() 432 bindingNumber += tc.second in calculateBindings() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GSIStreamBuilder.cpp | 71 if (!Iter.second) in addSymbol() 181 HashRecords.push_back(Entry.second); 235 if (LS.second->Segment != RS.second->Segment) 236 return LS.second->Segment < RS.second->Segment; 237 if (LS.second->Offset != RS.second->Offset) 238 return LS.second->Offset < RS.second [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 62 switch (KV.second) { 82 LR[*KV.first] = KV.second; 231 for (auto &S : I->second) in computeNamedSymbolDependencies() 291 for (const auto &S : I->second) in computeAnonDeps() 292 Changed |= SymNamedDeps.insert(S).second; in computeAnonDeps() 303 auto &NameDeps = NamedDepsEntry.second; in registerDependencies() 308 const SymbolNameSet &Symbols = QueryDepsEntry.second; in registerDependencies() 387 Alloc = std::move(AllocItr->second); in removeModule() 409 Allocs.push_back(std::move(KV.second)); in removeAllModules() 446 auto EHFrameRange = EHFrameRangeItr->second; in notifyEmitted() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcGLSLVectorConstructorTests.cpp | 347 if (outputTypeInfo->second.beforeValueFn != DE_NULL) in generateTestCode() 348 outputTypeInfo->second.beforeValueFn(output, -1); in generateTestCode() 349 int outputElementsRemaining = outputTypeInfo->second.numElements; in generateTestCode() 359 if (inputTypeInfo->second.beforeValueFn != DE_NULL) in generateTestCode() 360 inputTypeInfo->second.beforeValueFn(output, i); in generateTestCode() 361 for(size_t j = 0; j < inputTypeInfo->second.numElements; ++j) in generateTestCode() 366 inputTypeInfo->second.valueFn(output, outputElementIndex++); in generateTestCode() 369 if (inputTypeInfo->second.afterValueFn != DE_NULL) in generateTestCode() 370 inputTypeInfo->second.afterValueFn(output, i); in generateTestCode() 372 if (outputTypeInfo->second in generateTestCode() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 123 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitKeyDataLength() 129 M += ValueProfData::getSize(ProfileData.second); in EmitKeyDataLength() 145 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitData() 158 ValueProfData::serializeFrom(ProfileData.second); in EmitData() 214 InstrProfRecord &Dest = Where->second; in overlapRecord() 233 InstrProfRecord &Dest = Where->second; in addRecord() 256 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn); in mergeRecordsFromWriter() 263 const InstrProfRecord &IPR = Func.second; in shouldEncodeData() 460 return std::tie(A.first, A.second.first) < in writeText() 461 std::tie(B.first, B.second in writeText() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | int128_benchmark.cc | 56 benchmark::DoNotOptimize(pair.first / pair.second); in BM_DivideClass128UniformDivisor() 68 benchmark::DoNotOptimize(pair.first % pair.second); in BM_RemainderClass128UniformDivisor() 96 benchmark::DoNotOptimize(pair.first / pair.second); in BM_DivideClass128SmallDivisor() 108 benchmark::DoNotOptimize(pair.first % pair.second); in BM_RemainderClass128SmallDivisor() 132 benchmark::DoNotOptimize(pair.first * pair.second); in BM_MultiplyClass128() 142 benchmark::DoNotOptimize(pair.first + pair.second); in BM_AddClass128() 188 benchmark::DoNotOptimize(pair.first / pair.second); in BM_DivideIntrinsic128UniformDivisor() 200 benchmark::DoNotOptimize(pair.first % pair.second); in BM_RemainderIntrinsic128UniformDivisor() 229 benchmark::DoNotOptimize(pair.first / pair.second); in BM_DivideIntrinsic128SmallDivisor() 241 benchmark::DoNotOptimize(pair.first % pair.second); in BM_RemainderIntrinsic128SmallDivisor() [all...] |