| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | InstrMaps.h | 28 struct Action { struct 34 SmallVector<Action *> Operands; argument 36 Action(const LegalityResult *LR, ArrayRef<Value *> B, ArrayRef<Value *> UB, in Action() function
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/ |
| H A D | CIRGenAction.cpp | 26 getBackendActionFromOutputType(CIRGenAction::OutputType Action) { in getBackendActionFromOutputType() 55 CIRGenAction::OutputType Action; member in cir::CIRGenConsumer 68 CIRGenConsumer(CIRGenAction::OutputType Action, CompilerInstance &CI, in CIRGenConsumer() 165 CIRGenAction::OutputType Action) { in getOutputStream()
|
| /freebsd/contrib/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 374 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); in getAction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Analysis.cpp | 80 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 101 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 117 static const char *stringifyAction(AllocatorAction Action) { in stringifyAction() 133 void NORETURN reportInvalidChunkState(AllocatorAction Action, const void *Ptr) { in reportInvalidChunkState() 139 void NORETURN reportMisalignedPointer(AllocatorAction Action, const void *Ptr) { in reportMisalignedPointer() 147 void NORETURN reportDeallocTypeMismatch(AllocatorAction Action, const void *Ptr, in reportDeallocTypeMismatch()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 144 LegalizeAction Action; member 415 LegalizeAction Action; variable 486 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() 493 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 500 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 507 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 516 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 523 actionFor(LegalizeAction Action, in actionFor() 533 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 543 LegalizeRuleSet &actionForTypeWithAnyImm(LegalizeAction Action, in actionForTypeWithAnyImm() [all …]
|
| H A D | LegacyLegalizerInfo.h | 104 LegacyLegalizeActions::LegacyLegalizeAction Action; member 132 const LegacyLegalizeActions::LegacyLegalizeAction Action) { in needsLegalizingToDifferentSize() 156 LegacyLegalizeActions::LegacyLegalizeAction Action) { in setAction()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1857 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPParallelDirective() 2660 PrePostActionTy &Action) { in emitOMPSimdRegion() 2883 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in emitOMPSimdDirective() 3365 PrePostActionTy &Action) { in emitInnerParallelForWhenCombined() 3421 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPTargetSimdDeviceFunction() 3434 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPTargetSimdDirective() 3880 &Privates](CodeGenFunction &CGF, PrePostActionTy &Action) { in emitScanBasedDirective() 4323 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPScopeDirective() 4470 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPSingleDirective() 4498 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in emitMaster() [all …]
|
| H A D | BackendUtil.cpp | 310 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType() 321 static bool actionRequiresCodeGen(BackendAction Action) { in actionRequiresCodeGen() 620 BackendAction Action, in AddEmitPasses() 831 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunOptimizationPipeline() 1217 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunCodegenPipeline() 1266 void EmitAssemblyHelper::emitAssembly(BackendAction Action, in emitAssembly() 1296 BackendAction Action) { in runThinLTOBackend() 1403 BackendAction Action, in emitBackendOutput()
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utdelete.c | 531 UINT32 Action) in AcpiUtUpdateRefCount() 658 UINT16 Action) in AcpiUtUpdateObjectReference()
|
| /freebsd/contrib/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()
|
| H A D | Tooling.cpp | 336 std::unique_ptr<FrontendAction> Action; member in __anon53ec47410311::SingleFrontendActionFactory 339 SingleFrontendActionFactory(std::unique_ptr<FrontendAction> Action) in SingleFrontendActionFactory() 350 std::vector<std::string> CommandLine, ToolAction *Action, in ToolInvocation() 515 int ClangTool::run(ToolAction *Action) { in run() 669 ASTBuilderAction Action(ASTs); in buildASTs() local 694 ASTBuilderAction Action(ASTs); in buildASTFromCodeWithArgs() local
|
| H A D | StandaloneExecution.cpp | 63 auto &Action = Actions.front(); in execute() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaBoundsSafety.cpp | 297 Sema &S, QualType LHSTy, Expr *RHSExpr, AssignmentAction Action, in CheckAssignmentToCountAttrPtrWithIncompletePointeeTy() 326 QualType LHSTy, Expr *RHSExpr, AssignmentAction Action, SourceLocation Loc, in BoundsSafetyCheckAssignmentToCountAttrPtr() 335 AssignmentAction Action, in BoundsSafetyCheckInitialization()
|
| H A D | SemaAttr.cpp | 336 PragmaMsStackAction Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign() local 390 PragmaClangSectionAction Action, in ActOnPragmaClangSection() 438 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, in ActOnPragmaPack() 664 PragmaMsStackAction Action, in ActOnPragmaFloatControl() 724 void Sema::ActOnPragmaMSVtorDisp(PragmaMsStackAction Action, in ActOnPragmaMSVtorDisp() 735 PragmaMsStackAction Action, in Act() 848 PragmaMsStackAction Action, in ActOnPragmaMSSeg() 875 PragmaMsStackAction Action, in ActOnPragmaMSStrictGuardStackCheck()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Util.h | 18 class Action; variable
|
| H A D | Action.h | 135 Action(ActionClass Kind, types::ID Type) : Action(Kind, ActionList(), Type) {} in Action() function 136 Action(ActionClass Kind, Action *Input, types::ID Type) in Action() function 138 Action(ActionClass Kind, Action *Input) in Action() function 140 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action() function
|
| /freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 56 CompletionAction Action; in complete() local 85 CompletionAction Action; in getCompletionAction() local 144 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( in ElCompletionFn() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | PGOOptions.cpp | 17 IntrusiveRefCntPtr<vfs::FileSystem> FS, PGOAction Action, in PGOOptions()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | FileAction.h | 19 enum Action { enum
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/FrontendAction/ |
| H A D | CIRGenAction.h | 52 OutputType Action; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DFAPacketizer.cpp | 56 unsigned Action = ItinActions[MID->getSchedClass()]; in canReserveResources() local 65 unsigned Action = ItinActions[MID->getSchedClass()]; in reserveResources() local
|
| /freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
| H A D | LLDBTableGen.cpp | 33 static cl::opt<ActionType> Action( variable
|
| /freebsd/contrib/expat/fuzz/ |
| H A D | xml_lpm_fuzzer.proto | 45 message Action { message
|
| /freebsd/sys/contrib/dev/acpica/components/parser/ |
| H A D | psxface.c | 501 UINT16 Action) in AcpiPsUpdateParameterList()
|