HomeSort by relevance Sort by last modified time
    Searched defs:Impl (Results 201 - 225 of 393) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 559 MergedLoadStoreMotion Impl;
561 return Impl.run(F, MDWP ? &MDWP->getMemDep() : nullptr,
594 MergedLoadStoreMotion Impl;
597 if (!Impl.run(F, MD, AA))
  /external/skia/src/gpu/ccpr/
GrCCCoverageProcessor.h 61 // During a render pass, the "Impl" (GSImpl or VSimpl) generates conservative geometry for
64 // For a Hull, the Impl generates a "conservative raster hull" around the input points. This
67 // null, or +1 all around if the Impl combines this pass with kTriangleEdges. Logically,
74 // For Edges, the Impl generates conservative rasters around every input edge (i.e. convex
81 // NOTE: The Impl may combine this pass with kTriangleHulls, in which case DoesRenderPass()
85 // For Corners, the Impl Generates the conservative rasters of corner points (i.e.
110 , fImpl(rp->caps()->shaderCaps()->geometryShaderSupport() ? Impl::kGeometryShader
111 : Impl::kVertexShader) {
113 if (Impl::kGeometryShader == fImpl) {
125 if (Impl::kGeometryShader == fImpl)
    [all...]
  /external/skqp/src/gpu/ccpr/
GrCCCoverageProcessor.h 57 // During a render pass, the "Impl" (GSImpl or VSimpl) generates conservative geometry for
60 // For a Hull, the Impl generates a "conservative raster hull" around the input points. This
63 // null, or +1 all around if the Impl combines this pass with kTriangleEdges. Logically,
70 // For Edges, the Impl generates conservative rasters around every input edge (i.e. convex
77 // NOTE: The Impl may combine this pass with kTriangleHulls, in which case DoesRenderPass()
81 // For Corners, the Impl Generates the conservative rasters of corner points (i.e.
99 , fImpl(caps.shaderCaps()->geometryShaderSupport() ? Impl::kGeometryShader
100 : Impl::kVertexShader) {
102 if (Impl::kGeometryShader == fImpl) {
116 if (Impl::kGeometryShader == fImpl)
    [all...]
  /external/tensorflow/tensorflow/cc/framework/
scope.cc 27 Scope::Scope(Impl* impl) : impl_(impl) {}
29 Scope::Scope(const Scope& other) : impl_(new Impl(*other.impl())) {}
35 impl_.reset(new Impl(*other.impl_));
39 Scope::Impl::Impl(Graph* graph, Status* status, NameMap* name_map,
49 Scope::Impl::Impl(const std::shared_ptr<Graph>& graph
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
status_macros.h 87 : impl_(new Impl(file, line, code, this, true)) {}
109 class Impl {
111 Impl(const char* file, int line, tensorflow::error::Code code,
113 Impl(const Status& status, PriorMessageHandling prior_message_handling,
116 ~Impl();
145 TF_DISALLOW_COPY_AND_ASSIGN(Impl);
154 std::unique_ptr<Impl> impl_;
  /hardware/google/av/codec2/vndk/bufferpool/
AccessorImpl.h 36 class Accessor::Impl {
38 Impl(const std::shared_ptr<BufferPoolAllocator> &allocator);
40 ~Impl();
289 friend class Accessor::Impl;
ClientManager.cpp 91 class ClientManager::Impl {
93 Impl();
159 ClientManager::Impl::Impl() {}
161 ResultStatus ClientManager::Impl::registerSender(
219 ResultStatus ClientManager::Impl::registerSender(
262 ResultStatus ClientManager::Impl::create(
293 ResultStatus ClientManager::Impl::close(ConnectionId connectionId) {
315 ResultStatus ClientManager::Impl::allocate(
330 ResultStatus ClientManager::Impl::receive
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 216 const TargetLibraryInfoImpl *Impl;
219 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
222 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
223 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
225 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.h 214 const TargetLibraryInfoImpl *Impl;
217 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
220 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
221 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
223 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.h 214 const TargetLibraryInfoImpl *Impl;
217 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
220 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
221 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
223 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetLibraryInfo.h 210 const TargetLibraryInfoImpl *Impl;
213 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
216 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
217 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
219 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
TargetPassConfig.h 125 PassConfigImpl *Impl = nullptr; // Internal data structures
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetLibraryInfo.h 210 const TargetLibraryInfoImpl *Impl;
213 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
216 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
217 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
219 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
TargetPassConfig.h 125 PassConfigImpl *Impl = nullptr; // Internal data structures
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetLibraryInfo.h 210 const TargetLibraryInfoImpl *Impl;
213 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
216 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
217 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
219 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
TargetPassConfig.h 125 PassConfigImpl *Impl = nullptr; // Internal data structures
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetLibraryInfo.h 210 const TargetLibraryInfoImpl *Impl;
213 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
216 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
217 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
219 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
TargetPassConfig.h 125 PassConfigImpl *Impl = nullptr; // Internal data structures
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 216 const TargetLibraryInfoImpl *Impl;
219 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
222 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
223 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
225 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.h 214 const TargetLibraryInfoImpl *Impl;
217 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {}
220 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {}
221 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {}
223 Impl = TLI.Impl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
TargetPassConfig.h 107 PassConfigImpl *Impl; // Internal data structures

Completed in 648 milliseconds

1 2 3 4 5 6 7 891011>>