/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DependencyTracker.h | 81 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 D | DependencyTracker.cpp | 124 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 D | max_allocation_size.cpp | 59 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 D | constexpr-turing-cxx2a.cpp | 7 struct Action { struct 12 using State = Action[2]; argument
|
H A D | constexpr-turing.cpp | 10 struct Action { struct 15 using State = Action[2]; argument
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachException.h | 112 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 D | asan_exceptions_test.cpp | 5 class Action { class 7 Action() {} in Action() function in Action
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ClangdServer.cpp | 599 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 D | Action.h | 58 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 D | Analysis.cpp | 67 LLVMVerifyModule(LLVMModuleRef M,LLVMVerifierFailureAction Action,char ** OutMessages) LLVMVerifyModule() argument 88 LLVMVerifyFunction(LLVMValueRef Fn,LLVMVerifierFailureAction Action) LLVMVerifyFunction() argument
|
/llvm-project/libc/fuzzing/__support/ |
H A D | hashtable_fuzz.cpp | 74 struct Action { argument 72 struct Action { global() struct 73 tagLIBC_NAMESPACE::Action global() argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 28 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 D | FileActionTest.cpp | 15 FileAction Action; TEST() local [all...] |
/llvm-project/clang/include/clang/Driver/ |
H A D | Util.h | 18 class Action; variable
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | report.cpp | 108 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 D | CodeGenActionTest.cpp | 76 EmitLLVMOnlyAction Action; TEST() local 107 EmitLLVMAction Action; TEST() local
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 145 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 D | Execution.cpp | 43 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 D | DependencyScannerTest.cpp | 71 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 D | CGStmtOpenMP.cpp | 1808 __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 D | ModuleCacheTest.cpp | 125 SyntaxOnlyAction Action; in TEST_F() local 175 SyntaxOnlyAction Action; in TEST_F() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | ScheduleOrderedAssignments.h | 43 using Action = std::variant<hlfir::RegionAssignOp, SaveEntity>; member
|
/llvm-project/lldb/include/lldb/Host/ |
H A D | FileAction.h | 19 enum Action { enum
|
/llvm-project/llvm/lib/Support/ |
H A D | PGOOptions.cpp | 17 IntrusiveRefCntPtr<vfs::FileSystem> FS, PGOAction Action, in PGOOptions()
|
/llvm-project/clang/unittests/Tooling/ |
H A D | ToolingTest.cpp | 172 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...] |