| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RemoteObjectLayer.h | 215 RemoteSymbolMaterializer RSM(*this, RemoteSym.first); in remoteToJITSymbol()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 204 // order, i.e. source is always first. (The direction is given by the 360 // We're looking for stores after the first forwarding store until the end 398 for (auto PtrIdx1 : Check.first->Members) 572 // Also for the first iteration, generate the initial value of the load.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | GCNIterativeScheduler.cpp | 351 Res.push_back(D->first); in detachSchedule() 511 // running first pass with TargetOccupancy = 0 mimics previous scheduling in scheduleLegacyMaxOccupancy()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 380 return { Ops.first.getValueType().getSimpleVT(), in ty()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 344 "Instruction may not be the first branch in packet"); in checkCOFMax1() 568 unsigned R = I.first; in checkRegisters()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 694 emitNonLazySymbolPointer(OutStreamer, Stub.first, Stub.second); in emitNonLazyStubs()
|
| H A D | X86CmovConversion.cpp | 280 // Condition code of first CMOV instruction current processed range and its in collectCmovCandidates() 297 // We found first CMOV in the range, reset flags. in collectCmovCandidates() 313 // The first memory operand CMOV. in collectCmovCandidates() 331 // If Group is empty, keep looking for first CMOV in the range. in collectCmovCandidates() 419 // Loop-Depth calculated for first `i` iterations. in checkForProfitableCmovCandidates() 423 // Number of cycles saved in first 'i` iterations by optimizing the loop. in checkForProfitableCmovCandidates() 618 // first CMOV and last CMOV, then pack the group and make the CMOV instruction in convertCmovInstsToBranches() 827 Op1Reg = Op1Itr->second.first; in convertCmovInstsToBranches()
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | dependency_graph.cc | 134 scope_stack_.Set(it.first, it.second->node); in DependencyScanner() 569 /// Performs a depth-first traversal of `root`'s dependencies, calling `enter`
|
| /third_party/skia/tools/skqp/src/ |
| H A D | skqp.cpp | 139 gmlist->push_back(gmn.first); in get_render_tests()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | message_lite.cc | 74 // When serializing, we first compute the byte size, then serialize the message. 543 for (auto pair : functions) pair.first(pair.second); in ~ShutdownData()
|
| /third_party/python/Lib/test/ |
| H A D | test_difflib.py | 82 first = s.get_matching_blocks() 211 '<h2>Context (first diff within numlines=5(default))</h2>', 213 '<h2>Context (first diff after numlines=5(default))</h2>', 343 diff = list(diff) # trigger exceptions first
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | span.h | 233 // // allowed to be referenced after the first line. 294 // Returns a reference to the first element of this span. The span must not 310 // Returns an iterator pointing to the first element of this span, or `end()` 316 // Returns a const iterator pointing to the first element of this span, or 350 // Returns a reverse iterator pointing just before the first element 359 // Returns a reverse const iterator pointing just before the first element 368 // Removes the first `n` elements from the span. 405 // Span::first() 407 // Returns a `Span` containing first `len` elements. Parameter `len` is of 413 // absl::MakeSpan(vec).first( 416 constexpr Span first(size_type len) const { first() function in absl::Span [all...] |
| /third_party/skia/experimental/wasm-skp-debugger/ |
| H A D | debugger_bindings.cpp | 296 result.set(std::to_string(it->first), list); in imageUseInfo()
|
| /third_party/skia/platform_tools/android/apps/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
| /third_party/rust/crates/syn/codegen/src/ |
| H A D | parse.rs | 252 .first() in first_arg()
|
| /third_party/spirv-tools/source/opt/ |
| H A D | constants.h | 606 return *ret.first; in RegisterConstant()
|
| H A D | dead_branch_elim_pass.cpp | 183 modified |= SimplifyBranch(b->first, b->second); in MarkLiveBlocks() 349 // We've rewritten the operands, so first instruct the def/use in FixPhiNodesInLiveBlocks() 490 // To find the "first" exit, we follow branches looking for a conditional in FindFirstExitFromSelectionMerge() 493 // first one. in FindFirstExitFromSelectionMerge()
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_annotation.cpp | 344 auto use = pair.first; in ValidateDecorationGroup()
|
| H A D | validate_type.cpp | 507 const auto* use = pair.first; in ValidateTypeFunction()
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsVertexArrayTests.hpp | 476 int first; member in deqp::gls::MultiVertexArrayTest::Spec
|
| /third_party/vk-gl-cts/framework/egl/ |
| H A D | egluUtil.cpp | 52 attribList.push_back(it->first); in attribMapToList()
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-stub-assembler.cc | 177 if (it->first != nullptr) { in FailAssert() 178 stream << " [" << it->first << ":" << it->second << "]"; in FailAssert() 197 StringConstant(node.second), node.first); in FailAssert() 3259 TNode<IntPtrT> first = arg_index->value(); 3261 IntPtrToBInt(IntPtrSub(args->GetLengthWithoutReceiver(), first)); 3276 first); 4081 // folding trick. Instead, we first allocate the elements in large object 4090 // Allocate and initialize the elements first. Full initialization is 4360 TNode<FixedArrayBase> source, TNode<TIndex> first, TNode<TIndex> count, 4367 "Only Smi or IntPtrT first, coun [all...] |
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_session.c | 819 /* Have to free streams first, so that we can check in nghttp2_session_del() 1378 first remove the idle stream from dependency tree. This is in nghttp2_session_open_stream() 1828 * This function checks HEADERS, which is the first frame from the 1923 * first response header, with the |stream| can be sent at this time. 5816 const uint8_t *first, *last; in nghttp2_session_mem_recv() local 5832 first = in; in nghttp2_session_mem_recv() 5879 return (ssize_t)(in - first); in nghttp2_session_mem_recv() 5916 return (ssize_t)(in - first); in nghttp2_session_mem_recv() 6416 return (ssize_t)(in - first); in nghttp2_session_mem_recv() 6720 return (ssize_t)(in - first); in nghttp2_session_mem_recv() [all...] |
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_session.c | 814 /* Have to free streams first, so that we can check in nghttp2_session_del() 1373 first remove the idle stream from dependency tree. This is in nghttp2_session_open_stream() 1823 * This function checks HEADERS, which is the first frame from the 1918 * first response header, with the |stream| can be sent at this time. 5811 const uint8_t *first, *last; in nghttp2_session_mem_recv() local 5827 first = in; in nghttp2_session_mem_recv() 5874 return (ssize_t)(in - first); in nghttp2_session_mem_recv() 5911 return (ssize_t)(in - first); in nghttp2_session_mem_recv() 6411 return (ssize_t)(in - first); in nghttp2_session_mem_recv() 6715 return (ssize_t)(in - first); in nghttp2_session_mem_recv() [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 710 // well, actually we have 2 triangles, but we ignore the first one ( see raygen shader for this configuration ) 1523 // This is the modified type to take a bare AS as the first argument, for the modified version of traceRaysBottomWrapper. in initPrograms() 1610 // We have modified the type so it takes a bare AS as the first argument. in initPrograms() 1614 // Also the type of the first argument here. in initPrograms() 1642 // And we can use the first argument here directly. in initPrograms() 1675 // Dereference the pointer to pass the AS as the first argument. in initPrograms() 1697 // %2 is void, %25 is traceRaysBottomWrapper and %27 was the first argument. in initPrograms() 3208 // the first addresses set must not contain any address from the second addresses set in areAddressesDifferent() 3547 std::copy_n(rangeSize.first, queryCount, sizeSizes.begin()); 3548 std::copy_n(rangeSerial.first, queryCoun [all...] |