Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp67 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
88 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp28 raw_ostream &llvm::operator<<(raw_ostream &OS, LegacyLegalizeAction Action) { in operator <<() argument
119 const LegacyLegalizeAction Action = LLT2Action.second; computeTables() local
254 LegacyLegalizeAction Action = Vec[VecIdx].second; findAction() local
372 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); getAction() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h145 LegalizeAction Action; member
401 LegalizeAction Action; variable
472 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf()
479 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf()
486 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor()
493 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor()
502 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor()
510 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor()
520 LegalizeRuleSet &actionForTypeWithAnyImm(LegalizeAction Action, in actionForTypeWithAnyImm()
528 LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types) { in actionForTypeWithAnyImm()
[all …]
H A DLegacyLegalizerInfo.h103 LegacyLegalizeActions::LegacyLegalizeAction Action; member
131 const LegacyLegalizeActions::LegacyLegalizeAction Action) { in needsLegalizingToDifferentSize()
155 LegacyLegalizeActions::LegacyLegalizeAction Action) { in setAction()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp125 stringifyAction(AllocatorAction Action) stringifyAction() argument
141 reportInvalidChunkState(AllocatorAction Action,void * Ptr) reportInvalidChunkState() argument
147 reportMisalignedPointer(AllocatorAction Action,void * Ptr) reportMisalignedPointer() argument
155 reportDeallocTypeMismatch(AllocatorAction Action,void * Ptr,u8 TypeA,u8 TypeB) reportDeallocTypeMismatch() argument
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c531 UINT32 Action) in AcpiUtUpdateRefCount()
658 UINT16 Action) in AcpiUtUpdateObjectReference()
H A Dutstate.c324 UINT16 Action) in AcpiUtCreateUpdateState()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1813 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPParallelDirective()
2535 PrePostActionTy &Action) { in emitOMPSimdRegion()
2751 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPSimdDirective()
3219 PrePostActionTy &Action) { in emitInnerParallelForWhenCombined()
3277 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPTargetSimdDeviceFunction()
3290 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPTargetSimdDirective()
3738 &Privates](CodeGenFunction &CGF, PrePostActionTy &Action) { in emitScanBasedDirective()
4281 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPSingleDirective()
4309 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in emitMaster()
4345 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in emitMasked()
[all …]
H A DBackendUtil.cpp308 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType()
319 static bool actionRequiresCodeGen(BackendAction Action) { in actionRequiresCodeGen()
579 BackendAction Action, in AddEmitPasses()
776 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunOptimizationPipeline()
1119 BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, in RunCodegenPipeline()
1161 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly()
1194 BackendAction Action) { in runThinLTOBackend()
1297 BackendAction Action, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in EmitBackendOutput()
H A DBackendConsumer.h32 BackendAction Action; variable
/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.cpp339 std::unique_ptr<FrontendAction> Action; member in __anon53ec47410311::SingleFrontendActionFactory
342 SingleFrontendActionFactory(std::unique_ptr<FrontendAction> Action) in SingleFrontendActionFactory()
353 std::vector<std::string> CommandLine, ToolAction *Action, in ToolInvocation()
517 int ClangTool::run(ToolAction *Action) { in run()
670 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/include/clang/Driver/
H A DUtil.h18 class Action; variable
H A DAction.h134 Action(ActionClass Kind, types::ID Type) : Action(Kind, ActionList(), Type) {} in Action() function
135 Action(ActionClass Kind, Action *Input, types::ID Type) in Action() function
137 Action(ActionClass Kind, Action *Input) in Action() function
139 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action() function
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp55 CompletionAction Action; in complete() local
84 CompletionAction Action; in getCompletionAction() local
143 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( ElCompletionFn() local
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h19 enum Action { enum
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp17 IntrusiveRefCntPtr<vfs::FileSystem> FS, PGOAction Action, in PGOOptions()
/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/clang/lib/Sema/
H A DSemaAttr.cpp233 PragmaMsStackAction Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign() local
287 PragmaClangSectionAction Action, in ActOnPragmaClangSection()
335 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, in ActOnPragmaPack()
563 PragmaMsStackAction Action, in ActOnPragmaFloatControl()
623 void Sema::ActOnPragmaMSVtorDisp(PragmaMsStackAction Action, in ActOnPragmaMSVtorDisp()
634 PragmaMsStackAction Action, in Act()
749 PragmaMsStackAction Action, in ActOnPragmaMSSeg()
776 PragmaMsStackAction Action, in ActOnPragmaMSStrictGuardStackCheck()
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGen.cpp33 static cl::opt<ActionType> Action( variable
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp42 StringRef Action("unknown"); in CreateFrontendBaseAction() local
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c501 UINT16 Action) in AcpiPsUpdateParameterList()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp25 ManagedStatic<cl::opt<FnT>, OptCreatorT> Action; global() variable
/freebsd/sys/dev/mwl/
H A Dmwlreg.h639 uint16_t Action; member
658 uint16_t Action; member
703 uint32_t Action; //HostCmd_ACT_GEN_GET 0x0000 member
722 uint32_t Action; member
730 uint32_t Action; member
737 uint16_t Action; member
776 uint16_t Action; member
785 uint16_t Action; member
794 uint16_t Action; member
803 uint16_t Action; member
[all …]

12345