HomeSort by relevance Sort by last modified time
    Searched defs:PassRegistry (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
27 /// PassRegistry - This class manages the registration and intitialization of
30 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
31 /// threads simultaneously, you will need to use a separate PassRegistry on
33 class PassRegistry {
38 PassRegistry() : pImpl(0) { }
39 ~PassRegistry();
44 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
33 /// PassRegistry - This class manages the registration and intitialization of
36 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
37 /// threads simultaneously, you will need to use a separate PassRegistry on
39 class PassRegistry {
53 PassRegistry() = default;
54 ~PassRegistry();
59 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
33 /// PassRegistry - This class manages the registration and intitialization of
36 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
37 /// threads simultaneously, you will need to use a separate PassRegistry on
39 class PassRegistry {
53 PassRegistry() = default;
54 ~PassRegistry();
59 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
33 /// PassRegistry - This class manages the registration and intitialization of
36 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
37 /// threads simultaneously, you will need to use a separate PassRegistry on
39 class PassRegistry {
53 PassRegistry() = default;
54 ~PassRegistry();
59 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
33 /// PassRegistry - This class manages the registration and intitialization of
36 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
37 /// threads simultaneously, you will need to use a separate PassRegistry on
39 class PassRegistry {
53 PassRegistry() = default;
54 ~PassRegistry();
59 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
33 /// PassRegistry - This class manages the registration and intitialization of
36 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
37 /// threads simultaneously, you will need to use a separate PassRegistry on
39 class PassRegistry {
53 PassRegistry() = default;
54 ~PassRegistry();
59 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
33 /// PassRegistry - This class manages the registration and intitialization of
36 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
37 /// threads simultaneously, you will need to use a separate PassRegistry on
39 class PassRegistry {
53 PassRegistry() = default;
54 ~PassRegistry();
59 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
33 /// PassRegistry - This class manages the registration and intitialization of
36 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
37 /// threads simultaneously, you will need to use a separate PassRegistry on
39 class PassRegistry {
53 PassRegistry() = default;
54 ~PassRegistry();
59 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
33 /// PassRegistry - This class manages the registration and intitialization of
36 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
37 /// threads simultaneously, you will need to use a separate PassRegistry on
39 class PassRegistry {
53 PassRegistry() = default;
54 ~PassRegistry();
59 static PassRegistry *getPassRegistry()
    [all...]
  /external/llvm/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
34 /// PassRegistry - This class manages the registration and intitialization of
37 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
38 /// threads simultaneously, you will need to use a separate PassRegistry on
40 class PassRegistry {
54 PassRegistry() {}
55 ~PassRegistry();
60 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
34 /// PassRegistry - This class manages the registration and intitialization of
37 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
38 /// threads simultaneously, you will need to use a separate PassRegistry on
40 class PassRegistry {
54 PassRegistry() {}
55 ~PassRegistry();
60 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
34 /// PassRegistry - This class manages the registration and intitialization of
37 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
38 /// threads simultaneously, you will need to use a separate PassRegistry on
40 class PassRegistry {
54 PassRegistry() {}
55 ~PassRegistry();
60 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
34 /// PassRegistry - This class manages the registration and intitialization of
37 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
38 /// threads simultaneously, you will need to use a separate PassRegistry on
40 class PassRegistry {
54 PassRegistry() {}
55 ~PassRegistry();
60 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
34 /// PassRegistry - This class manages the registration and intitialization of
37 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
38 /// threads simultaneously, you will need to use a separate PassRegistry on
40 class PassRegistry {
54 PassRegistry() {}
55 ~PassRegistry();
60 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
34 /// PassRegistry - This class manages the registration and intitialization of
37 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
38 /// threads simultaneously, you will need to use a separate PassRegistry on
40 class PassRegistry {
54 PassRegistry() {}
55 ~PassRegistry();
60 static PassRegistry *getPassRegistry()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
10 // This file defines PassRegistry, a class that is used in the initialization
12 // with the PassRegistry, which is later provided to the PassManager for
34 /// PassRegistry - This class manages the registration and intitialization of
37 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
38 /// threads simultaneously, you will need to use a separate PassRegistry on
40 class PassRegistry {
54 PassRegistry() {}
55 ~PassRegistry();
60 static PassRegistry *getPassRegistry()
    [all...]
  /external/llvm/lib/IR/
PassRegistry.cpp 1 //===- PassRegistry.cpp - Pass Registration Implementation ----------------===//
10 // This file implements the PassRegistry, with which passes are registered on
15 #include "llvm/PassRegistry.h"
26 static ManagedStatic<PassRegistry> PassRegistryObj;
27 PassRegistry *PassRegistry::getPassRegistry() {
35 PassRegistry::~PassRegistry() {}
37 const PassInfo *PassRegistry::getPassInfo(const void *TI) const {
43 const PassInfo *PassRegistry::getPassInfo(StringRef Arg) const
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassRegistry.cpp 1 //===- PassRegistry.cpp - Pass Registration Implementation ----------------===//
10 // This file implements the PassRegistry, with which passes are registered on
15 #include "llvm/PassRegistry.h"
33 static ManagedStatic<PassRegistry> PassRegistryObj;
34 PassRegistry *PassRegistry::getPassRegistry() {
64 void *PassRegistry::getImpl() const {
74 PassRegistry::~PassRegistry() {
86 const PassInfo *PassRegistry::getPassInfo(const void *TI) const
    [all...]
  /external/llvm/bindings/python/llvm/
core.py 32 "PassRegistry"
432 class PassRegistry(LLVMObject):
441 library.LLVMInitializeCore.argtypes = [PassRegistry]
444 library.LLVMInitializeTransformUtils.argtypes = [PassRegistry]
447 library.LLVMInitializeScalarOpts.argtypes = [PassRegistry]
450 library.LLVMInitializeObjCARCOpts.argtypes = [PassRegistry]
453 library.LLVMInitializeVectorization.argtypes = [PassRegistry]
456 library.LLVMInitializeInstCombine.argtypes = [PassRegistry]
459 library.LLVMInitializeIPO.argtypes = [PassRegistry]
462 library.LLVMInitializeInstrumentation.argtypes = [PassRegistry]
    [all...]

Completed in 845 milliseconds