HomeSort by relevance Sort by last modified time
    Searched refs:Impl (Results 101 - 125 of 200) sorted by null

1 2 3 45 6 7 8

  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 54 auto PA = Impl.run(M, DummyMAM);
59 GlobalDCEPass Impl;
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 267 LoopDeletionPass Impl;
268 return Impl.runImpl(L, DT, SE, loopInfo);
MergedLoadStoreMotion.cpp 559 MergedLoadStoreMotion Impl;
561 return Impl.run(F, MDWP ? &MDWP->getMemDep() : nullptr,
594 MergedLoadStoreMotion Impl;
597 if (!Impl.run(F, MD, AA))
ConstantHoisting.cpp 75 void releaseMemory() override { Impl.releaseMemory(); }
78 ConstantHoistingPass Impl;
102 bool MadeChange = Impl.runImpl(
AlignmentFromAssumptions.cpp 69 AlignmentFromAssumptionsPass Impl;
410 return Impl.runImpl(F, AC, SE, DT);
Float2Int.cpp 64 return Impl.runImpl(F);
73 Float2IntPass Impl;
  /prebuilts/tools/common/m2/repository/com/google/gradle/osdetector-gradle-plugin/1.2.1/
osdetector-gradle-plugin-1.2.1.jar 
  /external/clang/lib/ARCMigrate/
Internals.h 51 void *Impl; // TransformActionsImpl.
  /external/clang/lib/Basic/
IdentifierTable.cpp 599 SelectorTableImpl &SelTabImpl = getSelectorTableImpl(Impl);
607 SelectorTableImpl &SelTabImpl = getSelectorTableImpl(Impl);
630 Impl = new SelectorTableImpl();
634 delete &getSelectorTableImpl(Impl);
  /external/libchrome/base/
logging.h 545 logging::Check##name##Impl((val1), (val2), \
577 // Build the error message string. This is separate from the "Impl"
579 // be out of line, while the "Impl" code should be inline. Caller
616 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
621 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
760 logging::Check##name##Impl((val1), (val2), \
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
array_serialization.h 498 using Impl = ArraySerializer<Array<Element>,
508 return Impl::GetSerializedSize(&iterator, context);
527 Impl::SerializeElements(&iterator, buf, result, validate_params,
541 return Impl::DeserializeElements(input, output, context);
  /external/llvm/include/llvm/CodeGen/
TargetPassConfig.h 105 PassConfigImpl *Impl; // Internal data structures
  /external/llvm/include/llvm/Support/
FileSystem.h 240 enum Impl {
272 file_magic(Impl V) : V(V) {}
273 operator Impl() const { return V; }
276 Impl V;
    [all...]
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 353 SSAUpdaterImpl<MachineSSAUpdater> Impl(this, &AvailableVals, InsertedPHIs);
354 return Impl.GetValue(BB);
ScheduleDAGInstrs.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineSSAUpdater.cpp 370 SSAUpdaterImpl<MachineSSAUpdater> Impl(this, &AvailableVals, InsertedPHIs);
371 return Impl.GetValue(BB);
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsImpl.h 540 * igamma_impl::Impl(), so call it, rather than igamma_impl::Run().
546 return (one - igamma_impl<Scalar>::Impl(a, x));
549 return Impl(a, x);
553 /* igamma_impl calls igammac_impl::Impl. */
563 EIGEN_DEVICE_FUNC static Scalar Impl(Scalar a, Scalar x) {
729 * igammac_impl::Impl(), so call it, rather than igammac_impl::Run().
735 return (one - igammac_impl<Scalar>::Impl(a, x));
738 return Impl(a, x);
742 /* igammac_impl calls igamma_impl::Impl. */
752 EIGEN_DEVICE_FUNC static Scalar Impl(Scalar a, Scalar x)
    [all...]
  /external/fmtlib/test/gmock/
gmock.h 5071 const Impl& impl() const { return impl_; } function in class:testing::PolymorphicMatcher
    [all...]
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProviderTest.java 33 import com.google.inject.assistedinject.FactoryProviderTest.Equals.Impl;
814 public static class Impl implements Equals {
819 public Impl(double sigma, @Assisted ComparisonMethod comparisonMethod) {
832 FactoryProvider.newFactory(Equals.Factory.class, Equals.Impl.class));
836 Equals.Impl shallowEquals = (Impl) equalsFactory.equals(ComparisonMethod.SHALLOW);
FactoryProvider2Test.java 33 import com.google.inject.assistedinject.FactoryProvider2Test.Equals.Impl;
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 492 const ObjCImplDecl *impl = cast<ObjCImplDecl>(method->getDeclContext()); variable
493 const ObjCInterfaceDecl *iface = impl->getClassInterface();
496 bool isCategory = isa<ObjCCategoryImplDecl>(impl);
    [all...]
  /external/v8/src/compiler/
code-assembler.h 213 class Impl;
214 Impl* impl_;
487 ZoneSet<Variable::Impl*> variables_;
523 std::map<Variable::Impl*, Node*> variable_phis_;
526 std::map<Variable::Impl*, std::vector<Node*>> variable_merges_;
  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 260 bind(Interface.class).to(Impl.class);
282 public static class Impl extends Superclass<RetType> implements Interface {
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 316 SSAUpdaterImpl<SSAUpdater> Impl(this, &AvailableVals, InsertedPHIs);
317 return Impl.GetValue(BB);

Completed in 824 milliseconds

1 2 3 45 6 7 8