Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 25 of 167) sorted by relevance

1234567

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.h81 bool isLiveAction(LiveRootWorklistActionTy Action) { in isLiveAction()
94 bool isTypeAction(LiveRootWorklistActionTy Action) { in isTypeAction()
108 bool isSingleAction(LiveRootWorklistActionTy Action) { in isSingleAction()
121 bool isChildrenAction(LiveRootWorklistActionTy Action) { in isChildrenAction()
137 LiveRootWorklistItemTy(LiveRootWorklistActionTy Action, in LiveRootWorklistItemTy()
144 LiveRootWorklistItemTy(LiveRootWorklistActionTy Action, in LiveRootWorklistItemTy()
H A DDependencyTracker.cpp124 LiveRootWorklistActionTy Action, const UnitEntryPairTy &Entry, in addActionToRootEntriesWorkList()
165 LiveRootWorklistActionTy Action = in collectRootsToKeep() local
182 LiveRootWorklistActionTy Action = in collectRootsToKeep() local
429 LiveRootWorklistActionTy Action, const UnitEntryPairTy &RootEntry, in markDIEEntryAsKeptRec()
613 LiveRootWorklistActionTy Action, const UnitEntryPairTy &RootEntry, in maybeAddReferencedRoots()
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dmax_allocation_size.cpp59 static void *allocate(const char *Action, size_t Size) { in allocate()
88 static void deallocate(const char *Action, void *Ptr) { in deallocate()
102 const char *Action = Argv[1]; in main() local
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-turing-cxx2a.cpp7 struct Action { struct
12 using State = Action[2]; argument
H A Dconstexpr-turing.cpp10 struct Action { struct
15 using State = Action[2]; argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h112 struct Action { struct
127 uint8_t flags; // Action flags describing what to do with the exception argument
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_exceptions_test.cpp5 class Action { class
7 Action() {} in Action() function in Action
/llvm-project/clang-tools-extra/clangd/
H A DClangdServer.cpp599 WorkScheduler->runWithAST("PrepareRename", File, std::move(Action)); in rename() local
484 auto Action = [Pos, File = File.str(), CB = std::move(CB), signatureHelp() local
529 auto Action = [File = File.str(), Code = std::move(*Code), formatFile() local
557 auto Action = [File = File.str(), Code = std::move(*Code), formatOnType() local
574 auto Action = [Pos, File = File.str(), CB = std::move(CB), prepareRename() local
676 auto Action = [Params, CB = std::move(CB), codeAction() local
745 auto Action = [File = File.str(), Sel, TweakID = TweakID.str(), applyTweak() local
785 auto Action = [Pos, CB = std::move(CB), locateSymbolAt() local
806 auto Action = [Path = Path.str(), CB = std::move(CB), switchSourceHeader() local
817 auto Action = findDocumentHighlights() local
829 auto Action = [File = File.str(), Pos, CB = std::move(CB), findHover() local
844 auto Action = [File = File.str(), Pos, Resolve, Direction, CB = std::move(CB), typeHierarchy() local
883 auto Action = [File = File.str(), Pos, prepareCallHierarchy() local
903 auto Action = [RestrictRange(std::move(RestrictRange)), inlayHints() local
930 auto Action = documentSymbols() local
947 auto Action = [LineFoldingOnly = LineFoldingOnly, CB = std::move(CB), foldingRanges() local
958 auto Action = [Pos, CB = std::move(CB), findType() local
969 auto Action = [Pos, CB = std::move(CB), findImplementations() local
982 auto Action = [Pos, Limit, AddContainer, CB = std::move(CB), findReferences() local
994 auto Action = symbolInfo() local
1007 auto Action = [Positions, CB = std::move(CB)]( semanticRanges() local
1025 auto Action = documentLinks() local
1038 auto Action = [CB = std::move(CB), semanticHighlights() local
1054 auto Action = getAST() local
1092 customAction(PathRef File,llvm::StringRef Name,Callback<InputsAndAST> Action) customAction() argument
1097 auto Action = diagnostics() local
[all...]
/llvm-project/mlir/include/mlir/IR/
H A DAction.h58 Action(TypeID actionID, ArrayRef<IRUnit> irUnits) in Action() function
79 : Action(TypeID::get<Derived>(), irUnits) {} in Action() function
/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp67 LLVMVerifyModule(LLVMModuleRef M,LLVMVerifierFailureAction Action,char ** OutMessages) LLVMVerifyModule() argument
88 LLVMVerifyFunction(LLVMValueRef Fn,LLVMVerifierFailureAction Action) LLVMVerifyFunction() argument
/llvm-project/libc/fuzzing/__support/
H A Dhashtable_fuzz.cpp74 struct Action { argument
72 struct Action { global() struct
73 tagLIBC_NAMESPACE::Action global() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp28 raw_ostream &llvm::operator<<(raw_ostream &OS, LegacyLegalizeAction Action) { in operator <<()
122 const LegacyLegalizeAction Action = LLT2Action.second; in computeTables() local
257 LegacyLegalizeAction Action = Vec[VecIdx].second; in findAction() local
375 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); in getAction() local
/llvm-project/lldb/unittests/Host/
H A DFileActionTest.cpp15 FileAction Action; TEST() local
[all...]
/llvm-project/clang/include/clang/Driver/
H A DUtil.h18 class Action; variable
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp108 static const char *stringifyAction(AllocatorAction Action) { in stringifyAction()
124 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState()
130 void NORETURN reportMisalignedPointer(AllocatorAction Action, void *Ptr) { in reportMisalignedPointer()
138 void NORETURN reportDeallocTypeMismatch(AllocatorAction Action, void *Ptr, in reportDeallocTypeMismatch()
/llvm-project/clang/unittests/Frontend/
H A DCodeGenActionTest.cpp76 EmitLLVMOnlyAction Action; TEST() local
107 EmitLLVMAction Action; TEST() local
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h145 LegalizeAction Action; member
401 LegalizeAction Action; global() variable
472 actionIf(LegalizeAction Action,LegalityPredicate Predicate) actionIf() argument
479 actionIf(LegalizeAction Action,LegalityPredicate Predicate,LegalizeMutation Mutation) actionIf() argument
486 actionFor(LegalizeAction Action,std::initializer_list<LLT> Types) actionFor() argument
493 actionFor(LegalizeAction Action,std::initializer_list<LLT> Types,LegalizeMutation Mutation) actionFor() argument
502 actionFor(LegalizeAction Action,std::initializer_list<std::pair<LLT,LLT>> Types) actionFor() argument
510 actionFor(LegalizeAction Action,std::initializer_list<std::pair<LLT,LLT>> Types,LegalizeMutation Mutation) actionFor() argument
520 actionForTypeWithAnyImm(LegalizeAction Action,std::initializer_list<LLT> Types) actionForTypeWithAnyImm() argument
528 actionForTypeWithAnyImm(LegalizeAction Action,std::initializer_list<std::pair<LLT,LLT>> Types) actionForTypeWithAnyImm() argument
537 actionForCartesianProduct(LegalizeAction Action,std::initializer_list<LLT> Types) actionForCartesianProduct() argument
548 actionForCartesianProduct(LegalizeAction Action,std::initializer_list<LLT> Types0,std::initializer_list<LLT> Types1) actionForCartesianProduct() argument
560 actionForCartesianProduct(LegalizeAction Action,std::initializer_list<LLT> Types0,std::initializer_list<LLT> Types1,std::initializer_list<LLT> Types2) actionForCartesianProduct() argument
1301 auto Action = getAction(Query).Action; isLegalOrCustom() local
[all...]
/llvm-project/clang/lib/Tooling/
H A DExecution.cpp43 ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action) { in execute()
47 llvm::Error ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action, in execute()
/llvm-project/clang/unittests/Tooling/DependencyScanning/
H A DDependencyScannerTest.cpp71 auto Action = std::make_unique<PreprocessOnlyAction>(); runInvocation() local
105 TestDependencyScanningAction Action(Deps); TEST() local
160 TestDependencyScanningAction Action(Deps); TEST() local
197 TestDependencyScanningAction Action(Deps); TEST() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1808 __anonfdc450d20c02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelDirective() argument
2530 emitOMPSimdRegion(CodeGenFunction & CGF,const OMPLoopDirective & S,PrePostActionTy & Action) emitOMPSimdRegion() argument
2746 __anonfdc450d21b02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPSimdDirective() argument
3201 __anonfdc450d22202(CodeGenFunction &CGF, PrePostActionTy &Action) emitInnerParallelForWhenCombined() argument
3259 __anonfdc450d22602(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetSimdDeviceFunction() argument
3272 __anonfdc450d22702(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetSimdDirective() argument
3720 __anonfdc450d23102(CodeGenFunction &CGF, PrePostActionTy &Action) emitScanBasedDirective() argument
4263 __anonfdc450d24302(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPSingleDirective() argument
4291 __anonfdc450d24402(CodeGenFunction &CGF, PrePostActionTy &Action) emitMaster() argument
4327 __anonfdc450d24702(CodeGenFunction &CGF, PrePostActionTy &Action) emitMasked() argument
4410 __anonfdc450d24c02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPCriticalDirective() argument
4428 __anonfdc450d24d02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelForDirective() argument
4462 __anonfdc450d25002(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelForSimdDirective() argument
4496 __anonfdc450d25302(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelMasterDirective() argument
4523 __anonfdc450d25502(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelMaskedDirective() argument
4550 __anonfdc450d25702(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelSectionsDirective() argument
4740 __anonfdc450d25a02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTaskBasedDirective() argument
5125 __anonfdc450d25d02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTaskBasedDirective() argument
5369 __anonfdc450d26202(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTaskgroupDirective() argument
5979 __anonfdc450d26d02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPOrderedDirective() argument
6729 emitTargetRegion(CodeGenFunction & CGF,const OMPTargetDirective & S,PrePostActionTy & Action) emitTargetRegion() argument
6745 __anonfdc450d27502(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetDeviceFunction() argument
6757 __anonfdc450d27602(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetDirective() argument
6792 __anonfdc450d27702(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTeamsDirective() argument
6807 emitTargetTeamsRegion(CodeGenFunction & CGF,PrePostActionTy & Action,const OMPTargetTeamsDirective & S) emitTargetTeamsRegion() argument
6812 __anonfdc450d27902(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetTeamsRegion() argument
6832 __anonfdc450d27b02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsDeviceFunction() argument
6845 __anonfdc450d27c02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsDirective() argument
6852 emitTargetTeamsDistributeRegion(CodeGenFunction & CGF,PrePostActionTy & Action,const OMPTargetTeamsDistributeDirective & S) emitTargetTeamsDistributeRegion() argument
6861 __anonfdc450d27e02(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetTeamsDistributeRegion() argument
6878 __anonfdc450d28002(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsDistributeDeviceFunction() argument
6891 __anonfdc450d28102(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsDistributeDirective() argument
6898 emitTargetTeamsDistributeSimdRegion(CodeGenFunction & CGF,PrePostActionTy & Action,const OMPTargetTeamsDistributeSimdDirective & S) emitTargetTeamsDistributeSimdRegion() argument
6907 __anonfdc450d28302(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetTeamsDistributeSimdRegion() argument
6924 __anonfdc450d28502(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsDistributeSimdDeviceFunction() argument
6937 __anonfdc450d28602(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsDistributeSimdDirective() argument
6952 __anonfdc450d28802(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTeamsDistributeDirective() argument
6974 __anonfdc450d28b02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTeamsDistributeSimdDirective() argument
6997 __anonfdc450d28e02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTeamsDistributeParallelForDirective() argument
7020 __anonfdc450d29102(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTeamsDistributeParallelForSimdDirective() argument
7107 emitTargetTeamsDistributeParallelForRegion(CodeGenFunction & CGF,const OMPTargetTeamsDistributeParallelForDirective & S,PrePostActionTy & Action) emitTargetTeamsDistributeParallelForRegion() argument
7116 __anonfdc450d29402(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetTeamsDistributeParallelForRegion() argument
7137 __anonfdc450d29602(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsDistributeParallelForDeviceFunction() argument
7150 __anonfdc450d29702(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsDistributeParallelForDirective() argument
7159 emitTargetTeamsDistributeParallelForSimdRegion(CodeGenFunction & CGF,const OMPTargetTeamsDistributeParallelForSimdDirective & S,PrePostActionTy & Action) emitTargetTeamsDistributeParallelForSimdRegion() argument
7168 __anonfdc450d29902(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetTeamsDistributeParallelForSimdRegion() argument
7189 __anonfdc450d29b02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsDistributeParallelForSimdDeviceFunction() argument
7202 __anonfdc450d29c02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsDistributeParallelForSimdDirective() argument
7379 __anonfdc450d29d02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetDataDirective() argument
7385 __anonfdc450d29f02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetDataDirective() argument
7514 emitTargetParallelRegion(CodeGenFunction & CGF,const OMPTargetParallelDirective & S,PrePostActionTy & Action) emitTargetParallelRegion() argument
7518 __anonfdc450d2a002(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetParallelRegion() argument
7540 __anonfdc450d2a202(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetParallelDeviceFunction() argument
7553 __anonfdc450d2a302(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetParallelDirective() argument
7561 emitTargetParallelForRegion(CodeGenFunction & CGF,const OMPTargetParallelForDirective & S,PrePostActionTy & Action) emitTargetParallelForRegion() argument
7565 __anonfdc450d2a402(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetParallelForRegion() argument
7580 __anonfdc450d2a502(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetParallelForDeviceFunction() argument
7593 __anonfdc450d2a602(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetParallelForDirective() argument
7602 emitTargetParallelForSimdRegion(CodeGenFunction & CGF,const OMPTargetParallelForSimdDirective & S,PrePostActionTy & Action) emitTargetParallelForSimdRegion() argument
7606 __anonfdc450d2a702(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetParallelForSimdRegion() argument
7619 __anonfdc450d2a802(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetParallelForSimdDeviceFunction() argument
7632 __anonfdc450d2a902(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetParallelForSimdDirective() argument
7799 __anonfdc450d2b302(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTaskLoopBasedDirective() argument
7824 __anonfdc450d2b402(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPMasterTaskLoopDirective() argument
7836 __anonfdc450d2b502(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPMasterTaskLoopSimdDirective() argument
7848 __anonfdc450d2b602(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelMasterTaskLoopDirective() argument
7850 __anonfdc450d2b702(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelMasterTaskLoopDirective() argument
7866 __anonfdc450d2b802(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelMasterTaskLoopSimdDirective() argument
7868 __anonfdc450d2b902(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelMasterTaskLoopSimdDirective() argument
7907 __anonfdc450d2ba02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPGenericLoopDirective() argument
7930 __anonfdc450d2bb02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPParallelGenericLoopDirective() argument
7955 __anonfdc450d2bd02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTeamsGenericLoopDirective() argument
7989 emitTargetTeamsGenericLoopRegionAsParallel(CodeGenFunction & CGF,PrePostActionTy & Action,const OMPTargetTeamsGenericLoopDirective & S) emitTargetTeamsGenericLoopRegionAsParallel() argument
8001 __anonfdc450d2c002(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetTeamsGenericLoopRegionAsParallel() argument
8020 emitTargetTeamsGenericLoopRegionAsDistribute(CodeGenFunction & CGF,PrePostActionTy & Action,const OMPTargetTeamsGenericLoopDirective & S) emitTargetTeamsGenericLoopRegionAsDistribute() argument
8030 __anonfdc450d2c302(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetTeamsGenericLoopRegionAsDistribute() argument
8049 __anonfdc450d2c502(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsGenericLoopDirective() argument
8062 __anonfdc450d2c602(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetTeamsGenericLoopDeviceFunction() argument
8079 emitTargetParallelGenericLoopRegion(CodeGenFunction & CGF,const OMPTargetParallelGenericLoopDirective & S,PrePostActionTy & Action) emitTargetParallelGenericLoopRegion() argument
8082 __anonfdc450d2c702(CodeGenFunction &CGF, PrePostActionTy &Action) emitTargetParallelGenericLoopRegion() argument
8097 __anonfdc450d2c802(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetParallelGenericLoopDeviceFunction() argument
8112 __anonfdc450d2c902(CodeGenFunction &CGF, PrePostActionTy &Action) EmitOMPTargetParallelGenericLoopDirective() argument
8126 __anonfdc450d2ca02(CodeGenFunction &CGF, PrePostActionTy &Action) EmitSimpleOMPExecutableDirective() argument
[all...]
/llvm-project/clang/unittests/Serialization/
H A DModuleCacheTest.cpp125 SyntaxOnlyAction Action; in TEST_F() local
175 SyntaxOnlyAction Action; in TEST_F() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DScheduleOrderedAssignments.h43 using Action = std::variant<hlfir::RegionAssignOp, SaveEntity>; member
/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h19 enum Action { enum
/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp17 IntrusiveRefCntPtr<vfs::FileSystem> FS, PGOAction Action, in PGOOptions()
/llvm-project/clang/unittests/Tooling/
H A DToolingTest.cpp172 std::unique_ptr<FrontendAction> Action(Factory->create()); in TEST() local
158 std::unique_ptr<FrontendAction> Action(Factory->create()); TEST() local
503 std::unique_ptr<FrontendActionFactory> Action( TEST() local
652 std::unique_ptr<FrontendActionFactory> Action( TEST() local
684 std::unique_ptr<FrontendActionFactory> Action( TEST() local
713 std::unique_ptr<FrontendActionFactory> Action( TEST() local
749 std::unique_ptr<FrontendActionFactory> Action( TEST() local
761 std::unique_ptr<FrontendActionFactory> Action( TEST() local
793 std::unique_ptr<FrontendActionFactory> Action( TEST() local
826 std::unique_ptr<FrontendActionFactory> Action( TEST() local
859 std::unique_ptr<FrontendActionFactory> Action( TEST() local
964 std::unique_ptr<FrontendActionFactory> Action( TEST() local
[all...]

1234567