Searched refs:Action (Results 26 - 50 of 175) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h14 #include "clang/Driver/Action.h"
504 Action *ConstructPhaseAction(
506 Action *Input,
507 Action::OffloadKind TargetDeviceOffloadKind = Action::OFK_None) const;
511 /// jobs for a given (Action, ToolChain, BoundArch, DeviceKind) tuple once.
513 BuildJobsForAction(Compilation &C, const Action *A, const ToolChain *TC,
516 std::map<std::pair<const Action *, std::string>, InputInfo>
518 Action::OffloadKind TargetDeviceOffloadKind) const;
610 /// building jobs for the Action'
[all...]
H A DJob.h28 class Action;
107 const Action &Source;
165 Command(const Action &Source, const Tool &Creator,
180 /// getSource - Return the Action which caused the creation of this job.
181 const Action &getSource() const { return Source; }
230 CC1Command(const Action &Source, const Tool &Creator,
247 ForceSuccessCommand(const Action &Source_, const Tool &Creator_,
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1338 MatchCallback *Action) {
1340 if (Action)
1341 TK = Action->getCheckTraversalKind();
1343 Matchers.DeclOrStmt.emplace_back(traverse(*TK, NodeMatch), Action);
1345 Matchers.DeclOrStmt.emplace_back(NodeMatch, Action);
1346 Matchers.AllCallbacks.insert(Action);
1350 MatchCallback *Action) {
1351 Matchers.Type.emplace_back(NodeMatch, Action);
1352 Matchers.AllCallbacks.insert(Action);
1356 MatchCallback *Action) {
1337 addMatcher(const DeclarationMatcher &NodeMatch, MatchCallback *Action) argument
1349 addMatcher(const TypeMatcher &NodeMatch, MatchCallback *Action) argument
1355 addMatcher(const StatementMatcher &NodeMatch, MatchCallback *Action) argument
1367 addMatcher(const NestedNameSpecifierMatcher &NodeMatch, MatchCallback *Action) argument
1373 addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, MatchCallback *Action) argument
1379 addMatcher(const TypeLocMatcher &NodeMatch, MatchCallback *Action) argument
1385 addMatcher(const CXXCtorInitializerMatcher &NodeMatch, MatchCallback *Action) argument
1391 addMatcher(const TemplateArgumentLocMatcher &NodeMatch, MatchCallback *Action) argument
1397 addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch, MatchCallback *Action) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DCompilation.cpp11 #include "clang/Driver/Action.h"
43 std::make_pair(Action::OFK_Host, &DefaultToolChain));
63 Action::OffloadKind DeviceOffloadKind) {
72 if (DeviceOffloadKind == Action::OFK_OpenMP) {
73 const ToolChain *HostTC = getSingleOffloadToolChain<Action::OFK_Host>();
212 static bool ActionFailed(const Action *A,
220 if (A->isOffloading(Action::OFK_Cuda) || A->isOffloading(Action::OFK_HIP))
H A DDriver.cpp54 #include "clang/Driver/Action.h"
697 const ToolChain *HostTC = C.getSingleOffloadToolChain<Action::OFK_Host>();
700 auto OFK = Action::OFK_Cuda;
713 const ToolChain *HostTC = C.getSingleOffloadToolChain<Action::OFK_Host>();
715 auto OFK = Action::OFK_HIP;
774 C.getSingleOffloadToolChain<Action::OFK_Host>();
781 *this, TT, *HostTC, C.getInputArgs(), Action::OFK_OpenMP);
793 C.addOffloadDeviceToolChain(TC, Action::OFK_OpenMP);
1949 // Display an action graph human-readably. Action A is the "sink" node
1952 static unsigned PrintActions1(const Compilation &C, Action *
[all...]
H A DToolChain.cpp18 #include "clang/Driver/Action.h"
329 Tool *ToolChain::getTool(Action::ActionClass AC) const {
331 case Action::AssembleJobClass:
334 case Action::IfsMergeJobClass:
337 case Action::LinkJobClass:
340 case Action::StaticLibJobClass:
343 case Action::InputClass:
344 case Action::BindArchClass:
345 case Action::OffloadClass:
346 case Action
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp289 std::unique_ptr<FrontendAction> Action; member in class:__anon1155::SingleFrontendActionFactory
292 SingleFrontendActionFactory(std::unique_ptr<FrontendAction> Action) argument
293 : Action(std::move(Action)) {}
296 return std::move(Action);
303 std::vector<std::string> CommandLine, ToolAction *Action,
305 : CommandLine(std::move(CommandLine)), Action(Action), OwnsAction(false),
313 Action(new SingleFrontendActionFactory(std::move(FAction))),
319 delete Action;
302 ToolInvocation( std::vector<std::string> CommandLine, ToolAction *Action, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
452 run(ToolAction *Action) argument
550 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), local
640 &Action, Files.get(), std::move(PCHContainerOps)); local
[all...]
H A DAllTUsExecution.cpp115 auto &Action = Actions.front(); local
130 Tool.appendArgumentsAdjuster(Action.second);
135 if (Tool.run(Action.first.get()))
H A DCompilationDatabase.cpp22 #include "clang/Driver/Action.h"
150 void run(const driver::Action *A) {
155 void runImpl(const driver::Action *A, bool Collect) {
158 case driver::Action::CompileJobClass:
162 case driver::Action::InputClass:
174 for (const driver::Action *AI : A->inputs())
294 if (Cmd.getSource().getKind() == driver::Action::AssembleJobClass ||
295 Cmd.getSource().getKind() == driver::Action::BackendJobClass ||
296 Cmd.getSource().getKind() == driver::Action::CompileJobClass) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp217 PragmaMsStackAction Action = Sema::PSK_Reset; local
227 Action = Sema::PSK_Push_Set;
230 Action = Sema::PSK_Push_Set;
237 Action = Sema::PSK_Push_Set;
247 Action = Sema::PSK_Push_Set;
253 Action = Sema::PSK_Pop;
257 Action = Sema::PSK_Reset;
269 AlignPackStack.Act(PragmaLoc, Action, StringRef(), Info);
273 PragmaClangSectionAction Action,
301 if (Action
272 ActOnPragmaClangSection(SourceLocation PragmaLoc, PragmaClangSectionAction Action, PragmaClangSectionKind SecKind, StringRef SecName) argument
321 ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, StringRef SlotLabel, Expr *alignment) argument
473 ActOnPragmaFloatControl(SourceLocation Loc, PragmaMsStackAction Action, PragmaFloatControlKind Value) argument
533 ActOnPragmaMSVtorDisp(PragmaMsStackAction Action, SourceLocation PragmaLoc, MSVtorDispMode Mode) argument
543 Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, AlignPackInfo Value) argument
658 ActOnPragmaMSSeg(SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, StringLiteral *SegmentName, llvm::StringRef PragmaName) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DBackendUtil.h42 StringRef TDesc, llvm::Module *M, BackendAction Action,
/netbsd-current/external/bsd/kyua-cli/dist/integration/
H A Dcmd_report_test.sh77 Action: 1
89 Action: 2
119 -o match:"Action: 1" -o not-match:"Action: 2" \
122 -o match:"Action: 2" -o not-match:"Action: 1" \
153 Action: 1
170 Action: 1
201 Action: 1
219 Action
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutstate.c203 * Action - Update action to be performed
216 UINT16 Action)
236 State->Update.Value = Action;
246 * Action - Update action to be performed
214 AcpiUtCreateUpdateState( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
/netbsd-current/lib/libc/net/
H A Dnsparser.y67 %type <mapval> Status Action
133 : Status '=' Action
149 Action
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp58 unsigned Action = ItinActions[MID->getSchedClass()]; local
59 if (MID->getSchedClass() == 0 || Action == 0)
61 return A.canAdd(Action);
67 unsigned Action = ItinActions[MID->getSchedClass()]; local
68 if (MID->getSchedClass() == 0 || Action == 0)
70 A.add(Action);
/netbsd-current/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp41 StringRef Action("unknown");
42 (void)Action;
109 case RewriteObjC: Action = "RewriteObjC"; break;
115 case MigrateSource: Action = "MigrateSource"; break;
120 case RunAnalysis: Action = "RunAnalysis"; break;
129 CI.getDiagnostics().Report(diag::err_fe_action_not_available) << Action;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp45 raw_ostream &llvm::operator<<(raw_ostream &OS, LegalizeAction Action) { argument
46 switch (Action) {
311 const LegalizeAction Action = LLT2Action.second; local
313 auto SizeAction = std::make_pair(Type.getSizeInBits(), Action);
468 if (Step.Action != LegalizeAction::UseLegacyRules) {
473 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); local
474 if (Action.first != Legal) {
475 LLVM_DEBUG(dbgs() << ".. (legacy) Type " << i << " Action="
476 << Action.first << ", " << Action
523 auto Action = getAction(MI, MRI).Action; local
576 LegalizeAction Action = Vec[VecIdx].second; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassBuilder.h39 std::string ProfileRemappingFile = "", PGOAction Action = NoAction,
44 ProfileRemappingFile(ProfileRemappingFile), Action(Action),
46 (Action == SampleUse &&
49 // Note, we do allow ProfileFile.empty() for Action=IRUse LTO can
54 (this->Action != IRInstr && this->Action != SampleUse));
61 assert(this->CSAction != CSIRUse || this->Action == IRUse);
63 // If neither Action nor CSAction, DebugInfoForProfiling or
65 assert(this->Action !
79 PGOAction Action; member in struct:llvm::PGOOptions
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp255 RefactoringActionSubcommand(std::unique_ptr<RefactoringAction> Action, argument
258 : SubCommand(Action->getCommand(), Action->getDescription()),
259 Action(std::move(Action)), ActionRules(std::move(ActionRules)) {
307 std::unique_ptr<RefactoringAction> Action; member in class:__anon1174::RefactoringActionSubcommand
354 for (const auto &Action : Actions) {
355 if (!CommandNames.insert(Action->getCommand()).second) {
357 << Action->getCommand() << "'!";
363 for (auto &Action
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.h76 Action::OffloadKind DeviceOffloadKind) const override;
80 Action::OffloadKind DeviceOffloadKind) const override;
126 Action::OffloadKind DeviceOffloadKind) const override;
H A DAMDGPUOpenMP.h77 Action::OffloadKind DeviceOffloadKind) const override;
81 Action::OffloadKind DeviceOffloadKind) const override;
H A DHIP.h70 Action::OffloadKind DeviceOffloadKind) const override;
73 Action::OffloadKind DeviceOffloadKind) const override;
H A DCuda.cpp405 if (JA.isDeviceOffloading(Action::OFK_OpenMP)) {
478 if (JA.isOffloading(Action::OFK_OpenMP))
483 else if (JA.isOffloading(Action::OFK_Cuda))
584 assert(!JA.isHostOffloading(Action::OFK_OpenMP) &&
650 const Action::OffloadKind OK)
666 if (!(OK == Action::OFK_OpenMP && Input.getType() == types::TY_Object))
679 Action::OffloadKind DeviceOffloadingKind) const {
684 assert((DeviceOffloadingKind == Action::OFK_OpenMP ||
685 DeviceOffloadingKind == Action::OFK_Cuda) &&
688 if (DeviceOffloadingKind == Action
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DExecution.h125 llvm::Error execute(std::unique_ptr<FrontendActionFactory> Action);
127 llvm::Error execute(std::unique_ptr<FrontendActionFactory> Action,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp135 bool AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action,
166 void EmitAssembly(BackendAction Action,
169 void EmitAssemblyWithNewPassManager(BackendAction Action,
457 static CodeGenFileType getCodeGenFileType(BackendAction Action) { argument
458 if (Action == Backend_EmitObj)
460 else if (Action == Backend_EmitMCNull)
463 assert(Action == Backend_EmitAssembly && "Invalid action!");
911 BackendAction Action,
922 CodeGenFileType CGFT = getCodeGenFileType(Action);
939 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, argument
910 AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action, raw_pwrite_stream &OS, raw_pwrite_stream *DwoOS) argument
1186 EmitAssemblyWithNewPassManager( BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS) argument
1502 runThinLTOBackend( DiagnosticsEngine &Diags, ModuleSummaryIndex *CombinedIndex, Module *M, const HeaderSearchOptions &HeaderOpts, const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, const LangOptions &LOpts, std::unique_ptr<raw_pwrite_stream> OS, std::string SampleProfile, std::string ProfileRemapping, BackendAction Action) argument
1602 EmitBackendOutput(DiagnosticsEngine &Diags, const HeaderSearchOptions &HeaderOpts, const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, const LangOptions &LOpts, StringRef TDesc, Module *M, BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS) argument
[all...]

Completed in 429 milliseconds

1234567