Home
last modified time | relevance | path

Searched refs:second (Results 151 - 175 of 3306) sorted by relevance

12345678910>>...133

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h181 return getRef()->second.U.GV; in getValue()
185 return getRef()->second.SummaryList; in getSummaryList()
189 return haveGVs() ? getRef()->second.U.GV->getName() in name()
190 : getRef()->second.U.Name; in name()
1024 if (!S.second) in discoverNodes()
1036 if (!S.second && S.first->second) in discoverNodes()
1039 if (S.second) in discoverNodes()
1042 S.first->second = true; in discoverNodes()
1055 if (!S.second in calculateCallGraphRoot()
[all...]
H A DValueMap.h129 return Where->second.get(); in getMappedMD()
167 return I != Map.end() ? I->second : ValueT(); in lookup()
174 auto MapResult = Map.insert(std::make_pair(Wrap(KV.first), KV.second)); in insert()
175 return std::make_pair(iterator(MapResult.first), MapResult.second); in insert()
180 Map.insert(std::make_pair(Wrap(KV.first), std::move(KV.second))); in insert()
181 return std::make_pair(iterator(MapResult.first), MapResult.second); in insert()
228 // function because ValueMapCVH is constructed with a second parameter.
289 ValueT Target(std::move(I->second));
344 ValueT& second; member
349 return std::make_pair(first, second); in operator std::pair()
398 const ValueT& second; global() member
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A Dmultiple-prologues-in-different-projects.js62 //// [/src/second/second_part1.ts]
77 //// [/src/second/second_part2.ts]
86 //// [/src/second/tsconfig.json]
96 "outFile": "../2/second-output.js",
127 { "path": "../second", "prepend": true },
138 * src/second/tsconfig.json
145 [12:00:22 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
147 [12:00:23 AM] Building project '/src/second/tsconfig.json'...
156 //// [/src/2/second
[all...]
H A DstripInternal-baseline-when-internal-is-inside-another-internal.js89 //// [/src/second/second_part1.ts]
103 //// [/src/second/second_part2.ts]
111 //// [/src/second/tsconfig.json]
121 "outFile": "../2/second-output.js",
153 { "path": "../second", "prepend": true },
164 * src/second/tsconfig.json
171 [12:00:20 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
173 [12:00:21 AM] Building project '/src/second/tsconfig.json'...
182 //// [/src/2/second
[all...]
H A Dwhen-final-project-is-not-composite-but-incremental.js62 //// [/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
143 [12:00:19 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
145 [12:00:20 AM] Building project '/src/second/tsconfig.json'...
154 //// [/src/2/second
[all...]
H A Dwhen-final-project-specifies-tsBuildInfoFile.js62 //// [/src/second/second_part1.ts]
76 //// [/src/second/second_part2.ts]
84 //// [/src/second/tsconfig.json]
94 "outFile": "../2/second-output.js",
126 { "path": "../second", "prepend": true },
137 * src/second/tsconfig.json
144 [12:00:19 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
146 [12:00:20 AM] Building project '/src/second/tsconfig.json'...
155 //// [/src/2/second
[all...]
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/
H A Dtable.tentative.any.js20 var second = table.get(1)
21 assert_true(second instanceof WebAssembly.Function)
22 assert_equals(second, func2)
23 assert_equals(second.type().parameters[0], func2.type().parameters[0])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp163 AddUint64(Entry.second.size()); in computeLTOCacheKey()
164 for (auto &Fn : Entry.second) in computeLTOCacheKey()
172 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&Entry.second, in computeLTOCacheKey()
224 GlobalValue::LinkageTypes Linkage = GS.second->linkage(); in computeLTOCacheKey()
228 AddUsedThings(GS.second); in computeLTOCacheKey()
234 for (auto &ImpF : ImpM.second) { in computeLTOCacheKey()
257 AddUnsigned(WPD.second.TheKind); in computeLTOCacheKey()
258 AddString(WPD.second.SingleImplName); in computeLTOCacheKey()
260 AddUint64(WPD.second.ResByArg.size()); in computeLTOCacheKey()
261 for (auto &ByArg : WPD.second in computeLTOCacheKey()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp71 assert(Res.second && in addCombined()
308 FinalOrder.push_back({Operands.first, {Operands.second[0]}}); in reorderMultiNodeOps()
309 if (cast<VPInstruction>(Operands.second[0])->getOpcode() == in reorderMultiNodeOps()
316 for (unsigned Lane = 1, E = MultiNodeOps[0].second.size(); Lane < E; ++Lane) { in reorderMultiNodeOps()
322 dbgs() << *cast<VPInstruction>(Ops.second[Lane])->getUnderlyingInstr() in reorderMultiNodeOps()
324 Candidates.insert(Ops.second[Lane]); in reorderMultiNodeOps()
333 VPValue *Last = FinalOrder[Op].second[Lane - 1]; in reorderMultiNodeOps()
336 if (Res.second) in reorderMultiNodeOps()
337 FinalOrder[Op].second.push_back(Res.second); in reorderMultiNodeOps()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp252 if (EP.first != nullptr || EP.second) in extend()
404 FoundUndef |= EP.second; in findReachingDefs()
405 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI); in findReachingDefs()
411 if (VNI || EP.second) in findReachingDefs()
458 Entry->second.first.resize(N); in findReachingDefs()
459 Entry->second.second.resize(N); in findReachingDefs()
461 BitVector &DefOnEntry = Entry->second.first; in findReachingDefs()
462 BitVector &UndefOnEntry = Entry->second.second; in findReachingDefs()
[all...]
H A DTailDuplicator.cpp209 for (unsigned j = 0, ee = LI->second.size(); j != ee; ++j) { in tailDuplicateAndUpdate()
210 MachineBasicBlock *SrcBB = LI->second[j].first; in tailDuplicateAndUpdate()
211 unsigned SrcReg = LI->second[j].second; in tailDuplicateAndUpdate()
334 LI->second.push_back(std::make_pair(BB, NewReg)); in addSSAUpdateEntry()
411 auto *MappedRC = MRI->getRegClass(VI->second.Reg); in duplicateInstruction()
413 if (VI->second.SubReg != 0) { in duplicateInstruction()
415 VI->second.SubReg); in duplicateInstruction()
420 MRI->setRegClass(VI->second.Reg, ConstrRC); in duplicateInstruction()
425 ConstrRC = MRI->constrainRegClass(VI->second in duplicateInstruction()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-import-wrapper-cache.cc34 return it->second; in Get()
45 return it->second; in MaybeGet()
52 if (e.second) { in ~WasmImportWrapperCache()
53 ptrs.push_back(e.second); in ~WasmImportWrapperCache()
/third_party/ninja/src/
H A Dhash_collision_bench.cc55 if (strcmp(commands[hashes[i - 1].second], in main()
56 commands[hashes[i].second]) != 0) { in main()
58 commands[hashes[i - 1].second], in main()
59 commands[hashes[i].second]); in main()
/third_party/rust/crates/clap/tests/derive/
H A Dbasic.rs37 second: i32, in update_basic()
47 second: 1 in update_basic()
60 second: i32, in update_explicit_required()
70 second: 1 in update_explicit_required()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Ddata_descriptor.cpp44 const protobufs::DataDescriptor* second) const { in operator ()()
45 return first->object() == second->object() && in operator ()()
46 first->index().size() == second->index().size() && in operator ()()
48 second->index().begin()); in operator ()()
H A Dfuzzer_pass_construct_composites.cpp183 available_instructions->second[GetFuzzerContext()->RandomIndex( in FindComponentsToConstructArray()
184 available_instructions->second)]); in FindComponentsToConstructArray()
213 available_instructions->second[GetFuzzerContext()->RandomIndex( in FindComponentsToConstructMatrix()
214 available_instructions->second)]); in FindComponentsToConstructMatrix()
243 available_instructions->second[GetFuzzerContext()->RandomIndex( in FindComponentsToConstructStruct()
244 available_instructions->second)]); in FindComponentsToConstructStruct()
308 if (entry.second > in FindComponentsToConstructVector()
318 available_instructions->second.begin(), in FindComponentsToConstructVector()
319 available_instructions->second.end()); in FindComponentsToConstructVector()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Ddata_descriptor.cpp44 const protobufs::DataDescriptor* second) const { in operator ()()
45 return first->object() == second->object() && in operator ()()
46 first->index().size() == second->index().size() && in operator ()()
48 second->index().begin()); in operator ()()
H A Dfuzzer_pass_construct_composites.cpp183 available_instructions->second[GetFuzzerContext()->RandomIndex( in FindComponentsToConstructArray()
184 available_instructions->second)]); in FindComponentsToConstructArray()
213 available_instructions->second[GetFuzzerContext()->RandomIndex( in FindComponentsToConstructMatrix()
214 available_instructions->second)]); in FindComponentsToConstructMatrix()
243 available_instructions->second[GetFuzzerContext()->RandomIndex( in FindComponentsToConstructStruct()
244 available_instructions->second)]); in FindComponentsToConstructStruct()
308 if (entry.second > in FindComponentsToConstructVector()
318 available_instructions->second.begin(), in FindComponentsToConstructVector()
319 available_instructions->second.end()); in FindComponentsToConstructVector()
/third_party/spirv-tools/source/fuzz/
H A Ddata_descriptor.cpp44 const protobufs::DataDescriptor* second) const { in operator ()()
45 return first->object() == second->object() && in operator ()()
46 first->index().size() == second->index().size() && in operator ()()
48 second->index().begin()); in operator ()()
H A Dfuzzer_pass_construct_composites.cpp183 available_instructions->second[GetFuzzerContext()->RandomIndex( in FindComponentsToConstructArray()
184 available_instructions->second)]); in FindComponentsToConstructArray()
213 available_instructions->second[GetFuzzerContext()->RandomIndex( in FindComponentsToConstructMatrix()
214 available_instructions->second)]); in FindComponentsToConstructMatrix()
243 available_instructions->second[GetFuzzerContext()->RandomIndex( in FindComponentsToConstructStruct()
244 available_instructions->second)]); in FindComponentsToConstructStruct()
308 if (entry.second > in FindComponentsToConstructVector()
318 available_instructions->second.begin(), in FindComponentsToConstructVector()
319 available_instructions->second.end()); in FindComponentsToConstructVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h47 assert(getMapEntry()->second.Symbol && "No symbol available!"); in getSymbol()
48 return getMapEntry()->second.Symbol; in getSymbol()
50 unsigned getOffset() const { return getMapEntry()->second.Offset; } in getOffset()
55 return getMapEntry()->second.Index; in getIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAssumptionCache.cpp50 return AVI->second; in getOrInsertAffectedValues()
54 return AVIP.first->second; in getOrInsertAffectedValues()
153 for (auto &A : AVI->second) in transferAffectedValuesInCache()
219 assert(AssumptionSet.insert(VH).second && in registerAssumption()
255 return *I->second; in getAssumptionCache()
261 assert(IP.second && "Scanning function already in the map?"); in getAssumptionCache()
262 return *IP.first->second; in getAssumptionCache()
268 return I->second.get(); in lookupAssumptionCache()
282 for (auto &VH : I.second->assumptions()) in verifyAnalysis()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/
H A DStandardPluralRanges.java95 StandardPlural second = StandardPlural.fromString(value.getString()); in put()
98 output.addPluralRange(first, second, result); in put()
144 private void addPluralRange(StandardPlural first, StandardPlural second, StandardPlural result) { in addPluralRange() argument
146 flatTriples[3 * numTriples + 1] = second; in addPluralRange()
156 public StandardPlural resolve(StandardPlural first, StandardPlural second) { in resolve() argument
158 if (first == flatTriples[3 * i] && second == flatTriples[3 * i + 1]) { in resolve()
/third_party/icu/icu4c/source/i18n/
H A Dnumrange_capi.cpp111 double second, in unumrf_formatDoubleRange()
122 result->fData.quantity2.setToDouble(second); in unumrf_formatDoubleRange()
123 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDoubleRange()
130 const char* second, int32_t secondLen, in unumrf_formatDecimalRange()
141 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
142 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
127 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/node/deps/icu-small/source/i18n/
H A Dnumrange_capi.cpp112 double second, in unumrf_formatDoubleRange()
123 result->fData.quantity2.setToDouble(second); in unumrf_formatDoubleRange()
124 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDoubleRange()
131 const char* second, int32_t secondLen, in unumrf_formatDecimalRange()
142 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
143 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDecimalRange()
109 unumrf_formatDoubleRange( const UNumberRangeFormatter* uformatter, double first, double second, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDoubleRange() argument
128 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument

Completed in 15 milliseconds

12345678910>>...133