Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DInstrMaps.h28 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 DCIRGenAction.cpp26 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 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
374 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); in getAction() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp80 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 Dreport.cpp117 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 DLegalizerInfo.h144 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 DLegacyLegalizerInfo.h104 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 DCGStmtOpenMP.cpp1857 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 DBackendUtil.cpp310 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 Dutdelete.c531 UINT32 Action) in AcpiUtUpdateRefCount()
658 UINT16 Action) in AcpiUtUpdateObjectReference()
/freebsd/contrib/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()
H A DTooling.cpp336 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 DStandaloneExecution.cpp63 auto &Action = Actions.front(); in execute() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp297 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 DSemaAttr.cpp336 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 DUtil.h18 class Action; variable
H A DAction.h135 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 DLineEditor.cpp56 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 DPGOOptions.cpp17 IntrusiveRefCntPtr<vfs::FileSystem> FS, PGOAction Action, in PGOOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h19 enum Action { enum
/freebsd/contrib/llvm-project/clang/include/clang/CIR/FrontendAction/
H A DCIRGenAction.h52 OutputType Action; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp56 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 DLLDBTableGen.cpp33 static cl::opt<ActionType> Action( variable
/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.proto45 message Action { message
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c501 UINT16 Action) in AcpiPsUpdateParameterList()

123456