Searched defs:Action (Results 26 - 50 of 85) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h64 PGOAction Action; member in struct:llvm::PGOOptions
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp143 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; local
566 const ActionEntry &Action = *I; local
[all...]
/freebsd-12-stable/usr.sbin/ctm/ctm/
H A Dctm.h64 int Action; /* enable or disable */ member in struct:CTM_Filter
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp45 raw_ostream &llvm::operator<<(raw_ostream &OS, LegalizeAction Action) { argument
303 const LegalizeAction Action = LLT2Action.second; local
465 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); local
516 auto Action = getAction(MI, MRI).Action; local
575 LegalizeAction Action = Vec[VecIdx].second; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h149 LegalizeAction Action; member in struct:llvm::LegalizeActionStep
155 LegalizeActionStep(LegalizeAction Action, unsigned TypeIdx, argument
295 LegalizeAction Action; member in class:LegalizeRule
299 LegalizeRule(LegalityPredicate Predicate, LegalizeAction Action, argument
376 actionIf(LegalizeAction Action, LegalityPredicate Predicate) argument
383 actionIf(LegalizeAction Action, LegalityPredicate Predicate, LegalizeMutation Mutation) argument
390 actionFor(LegalizeAction Action, std::initializer_list<LLT> Types) argument
397 actionFor(LegalizeAction Action, std::initializer_list<LLT> Types, LegalizeMutation Mutation) argument
406 actionFor(LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types) argument
414 actionFor(LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types, LegalizeMutation Mutation) argument
424 actionForTypeWithAnyImm(LegalizeAction Action, std::initializer_list<LLT> Types) argument
433 actionForCartesianProduct(LegalizeAction Action, std::initializer_list<LLT> Types) argument
444 actionForCartesianProduct(LegalizeAction Action, std::initializer_list<LLT> Types0, std::initializer_list<LLT> Types1) argument
455 actionForCartesianProduct( LegalizeAction Action, std::initializer_list<LLT> Types0, std::initializer_list<LLT> Types1, std::initializer_list<LLT> Types2) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp108 BackendAction Action; member in class:clang::BackendConsumer
133 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, argument
158 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, argument
931 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { argument
[all...]
H A DBackendUtil.cpp405 static CodeGenFileType getCodeGenFileType(BackendAction Action) { argument
803 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, argument
774 AddEmitPasses(legacy::PassManager &CodeGenPasses, BackendAction Action, raw_pwrite_stream &OS, raw_pwrite_stream *DwoOS) argument
996 EmitAssemblyWithNewPassManager( BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS) argument
1361 runThinLTOBackend(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
1497 EmitBackendOutput(DiagnosticsEngine &Diags, const HeaderSearchOptions &HeaderOpts, const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, const LangOptions &LOpts, const llvm::DataLayout &TDesc, Module *M, BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS) argument
[all...]
H A DCGBuiltin.cpp702 ActionKind Action; member in namespace:__anon2823
H A DCGOpenMPRuntime.h74 CallbackFn(intptr_t CodeGen, CodeGenFunction &CGF, PrePostActionTy &Action) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp41 void EnsureSemaIsCreated(CompilerInstance &CI, FrontendAction &Action) { argument
H A DPrecompiledPreamble.cpp159 PrecompilePreambleConsumer(PrecompilePreambleAction &Action, argument
192 PrecompilePreambleAction &Action; member in class:__anon3034::PrecompilePreambleConsumer
H A DCompilerInvocation.cpp3311 static bool isStrictlyPreprocessorAction(frontend::ActionKind Action) { argument
3355 ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, DiagnosticsEngine &Diags, frontend::ActionKind Action) argument
3453 ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, ArgList &Args, frontend::ActionKind Action) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp276 std::unique_ptr<FrontendAction> Action; member in class:__anon3524::SingleFrontendActionFactory
279 SingleFrontendActionFactory(std::unique_ptr<FrontendAction> Action) argument
289 ToolInvocation( std::vector<std::string> CommandLine, ToolAction *Action, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
448 run(ToolAction *Action) argument
546 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), local
635 &Action, Files.get(), std::move(PCHContainerOps)); local
[all...]
/freebsd-12-stable/sys/dev/mpt/mpilib/
H A Dmpi_raid.h89 U8 Action; /* 00h */ member in struct:_MSG_RAID_ACTION
163 U8 Action; /* 00h */ member in struct:_MSG_RAID_ACTION_REPLY
H A Dmpi_tool.h257 U8 Action; /* 0Ch */ member in struct:_MSG_TOOLBOX_FC_MANAGE_REQUEST
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1067 addMatcher(const DeclarationMatcher &NodeMatch, MatchCallback *Action) argument
1073 addMatcher(const TypeMatcher &NodeMatch, MatchCallback *Action) argument
1079 addMatcher(const StatementMatcher &NodeMatch, MatchCallback *Action) argument
1085 addMatcher(const NestedNameSpecifierMatcher &NodeMatch, MatchCallback *Action) argument
1091 addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, MatchCallback *Action) argument
1097 addMatcher(const TypeLocMatcher &NodeMatch, MatchCallback *Action) argument
1103 addMatcher(const CXXCtorInitializerMatcher &NodeMatch, MatchCallback *Action) argument
1109 addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch, MatchCallback *Action) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1178 auto Action = HandleHeaderIncludeOrImport( local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp207 PragmaMsStackAction Action = Sema::PSK_Reset; local
256 void Sema::ActOnPragmaClangSection(SourceLocation PragmaLoc, PragmaClangSectionAction Action, argument
289 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, argument
417 ActOnPragmaMSVtorDisp(PragmaMsStackAction Action, SourceLocation PragmaLoc, MSVtorDispMode Mode) argument
427 Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, ValueType Value) argument
512 ActOnPragmaMSSeg(SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, StringLiteral *SegmentName, llvm::StringRef PragmaName) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h47 class Action { class in namespace:clang::driver
128 Action(ActionClass Kind, types::ID Type) : Action(Kind, ActionList(), Type) {} function in class:clang::driver::Action
129 Action(ActionClass Kind, Action *Input, types::ID Type) function in class:clang::driver::Action
131 Action(ActionClass Kind, Action *Inpu function in class:clang::driver::Action
133 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) function in class:clang::driver::Action
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp804 InsertAction Action = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1018 FoldUDivOperandCb Action = UDivActions[i].FoldAction; local
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h[all...]
/freebsd-12-stable/sys/dev/mps/mpi/
H A Dmpi2_tool.h220 U8 Action; /* 0x15 */ member in struct:_MPI2_TOOLBOX_ISTWI_READ_WRITE_REQUEST
264 U8 Action; /* 0x15 */ member in struct:_MPI2_TOOLBOX_ISTWI_REPLY
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt_raid.c585 mpt_issue_raid_req(struct mpt_softc *mpt, struct mpt_raid_volume *vol, struct mpt_raid_disk *disk, request_t *req, u_int Action, uint32_t ActionDataWord, bus_addr_t addr, bus_size_t len, int write, int wait) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp514 Sema::PragmaMsStackAction Action; member in struct:__anon3098::PragmaPackInfo
735 Sema::PragmaMsStackAction Action = local
862 Sema::PragmaMsStackAction Action = Sema::PSK_Reset; local
1150 ActionType Action; member in struct:__anon3101::PragmaAttributeInfo
1651 Sema::PragmaMsStackAction Action = Sema::PSK_Reset; local
2364 Sema::PragmaMsStackAction Action = Sema::PSK_Set; local
[all...]

Completed in 203 milliseconds

1234