/llvm-project/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 84 for (const FrontendPluginRegistry::entry &Plugin : CreateFrontendBaseAction() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ValueProfileCollector.cpp | 44 PluginT Plugin; member in __anon4fd607190111::PluginChain
|
/llvm-project/openmp/docs/design/ |
H A D | Runtimes.rst | 1353 LIBOMPTARGET_RPC_ADDRESSRemote Offloading Plugin: global() argument 1360 LIBOMPTARGET_RPC_ALLOCATOR_MAXRemote Offloading Plugin: global() argument 1364 LIBOMPTARGET_BLOCK_SIZERemote Offloading Plugin: global() argument 1368 LIBOMPTARGET_RPC_LATENCYRemote Offloading Plugin: global() argument
|
/llvm-project/llvm/unittests/Passes/Plugins/ |
H A D | PluginsTest.cpp | 51 Expected<PassPlugin> Plugin = PassPlugin::Load(PluginPath); in TEST() local
|
/llvm-project/clang/lib/Tooling/ |
H A D | Execution.cpp | 70 std::unique_ptr<ToolExecutorPlugin> Plugin(TEPlugin.instantiate()); in createExecutorFromCommandLineArgsImpl() local
|
H A D | CompilationDatabase.cpp | 70 std::unique_ptr<CompilationDatabasePlugin> Plugin(Database.instantiate()); in loadFromDirectory() local
|
/llvm-project/offload/src/ |
H A D | PluginManager.cpp | 49 for (auto &Plugin : Plugins) { deinit() local [all...] |
/llvm-project/llvm/unittests/Analysis/ |
H A D | PluginInlineOrderAnalysisTest.cpp | 48 Expected<PassPlugin> Plugin = PassPlugin::Load(PluginPath); in setupPlugin() local
|
H A D | PluginInlineAdvisorAnalysisTest.cpp | 66 Expected<PassPlugin> Plugin = PassPlugin::Load(PluginPath); in setupPlugin() local
|
/llvm-project/offload/plugins-nextgen/common/src/ |
H A D | RPC.cpp | 24 RPCServerTy(plugin::GenericPluginTy & Plugin) RPCServerTy() argument
|
H A D | PluginInterface.cpp | 370 setupIndirectCallTable(GenericPluginTy & Plugin,GenericDeviceTy & Device,DeviceImageTy & Image) setupIndirectCallTable() argument 712 GenericDeviceTy(GenericPluginTy & Plugin,int32_t DeviceId,int32_t NumDevices,const llvm::omp::GV & OMPGridValues) GenericDeviceTy() argument 746 init(GenericPluginTy & Plugin) init() argument 799 deinit(GenericPluginTy & Plugin) deinit() argument 859 loadBinary(GenericPluginTy & Plugin,const __tgt_device_image * InputTgtImage) loadBinary() argument 926 setupDeviceEnvironment(GenericPluginTy & Plugin,DeviceImageTy & Image) setupDeviceEnvironment() argument 963 setupDeviceMemoryPool(GenericPluginTy & Plugin,DeviceImageTy & Image,uint64_t PoolSize) setupDeviceMemoryPool() argument 1008 setupRPCServer(GenericPluginTy & Plugin,DeviceImageTy & Image) setupRPCServer() argument [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 174 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer() local 199 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer() local
|
H A D | CompilerInstance.cpp | 1136 getFrontendOpts().ActionName = Plugin.getName().str(); in LoadRequestedPlugins() local
|
H A D | CompilerInvocation.cpp | 2728 for (const auto &Plugin : Opts.Plugins) GenerateFrontendArgs() local
|
/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 454 auto Plugin = PassPlugin::Load(PluginPath); in optMain() local
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 72 for (const std::string &Plugin : Plugins) { in CheckerRegistry() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | GlobalCompilationDatabase.cpp | 335 auto Plugin = Entry.instantiate(); load() local
|
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | PluginInterface.h | 867 GenericPluginTy &Plugin; global() member [all...] |
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 838 SmallString<1024> Plugin; addLTOOptions() local
|
/llvm-project/offload/plugins-nextgen/amdgpu/src/ |
H A D | rtl.cpp | 444 AMDGPUPluginTy &Plugin; global() member [all...] |