Searched defs:Action (Results 51 - 75 of 85) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp217 auto Action = Subtarget->hasSIMD128() ? Custom : Expand; local
/freebsd-12-stable/sys/dev/mpr/mpi/
H A Dmpi2_raid.h186 U8 Action; /* member in struct:_MPI2_RAID_ACTION_REQUEST
387 U8 Action; /* 0x00 */ member in struct:_MPI2_RAID_ACTION_REPLY
[all...]
H A Dmpi2_tool.h245 U8 Action; /* 0x15 */ member in struct:_MPI2_TOOLBOX_ISTWI_READ_WRITE_REQUEST
296 U8 Action; /* 0x15 */ member in struct:_MPI2_TOOLBOX_ISTWI_REPLY
H A Dmpi2_init.h556 U8 Action; /* 0x04 */ member in struct:_MPI2_SEP_REQUEST
601 U8 Action; /* 0x04 */ member in struct:_MPI2_SEP_REPLY
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_ioctl.h251 uint32_t Action; member in struct:mpr_diag_action
/freebsd-12-stable/sys/dev/mps/mpi/
H A Dmpi2_init.h408 U8 Action; /* 0x04 */ member in struct:_MPI2_SEP_REQUEST
452 U8 Action; /* 0x04 */ member in struct:_MPI2_SEP_REPLY
H A Dmpi2_raid.h176 U8 Action; /* 0x00 */ member in struct:_MPI2_RAID_ACTION_REQUEST
318 U8 Action; /* 0x00 */ member in struct:_MPI2_RAID_ACTION_REPLY
[all...]
/freebsd-12-stable/sys/dev/mps/
H A Dmps_ioctl.h252 uint32_t Action; member in struct:mps_diag_action
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt.c1690 mpt_read_extcfg_page(struct mpt_softc *mpt, int Action, uint32_t PageAddress, argument
1789 mpt_read_cfg_page(struct mpt_softc *mpt, int Action, uint32_t PageAddress, CONFIG_PAGE_HEADER *hdr, size_t len, int sleep_ok, int timeout_ms) argument
1829 mpt_write_cfg_page(struct mpt_softc *mpt, int Action, uint32_t PageAddress, CONFIG_PAGE_HEADER *hdr, size_t len, int sleep_ok, int timeout_ms) argument
[all...]
H A Dmpt.h323 u_int Action; member in struct:mpt_config_params
/freebsd-12-stable/usr.sbin/mpsutil/
H A Dmpr_ioctl.h248 uint32_t Action; member in struct:mpr_diag_action
H A Dmps_ioctl.h249 uint32_t Action; member in struct:mps_diag_action
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1512 LoadFromCompilerInvocationAction( std::shared_ptr<CompilerInvocation> CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1697 auto Action = HandleHeaderIncludeOrImport(HashLoc, IncludeTok, FilenameTok, local
1953 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2047 doForAllOpcodes(Value *V, function_ref<void(ScheduleData *SD)> Action) argument
/freebsd-12-stable/sys/dev/mpt/mpilib/
H A Dmpi_init.h513 U8 Action; /* 04h */ member in struct:_MSG_SEP_REQUEST
566 U8 Action; /* 04h */ member in struct:_MSG_SEP_REPLY
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dactbl3.h773 UINT8 Action; member in struct:acpi_wdat_entry
H A Daclocal.h1625 char *Action; member in struct:ah_predefined_name
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1560 const SimplifyAction Action = [II]() -> SimplifyAction { local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp802 MenuActionResult Action() { function in class:curses::Menu
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp846 TargetLowering::LegalizeAction Action = local
3352 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT); local
H A DLegalizeVectorTypes.cpp4792 auto Action = TLI.getTypeAction(*DAG.getContext(), MemVT); local
4816 auto Action = TLI.getTypeAction(*DAG.getContext(), MemVT); local
H A DSelectionDAGBuilder.cpp5490 TargetLowering::LegalizeAction Action = TLI.getFixedPointOperationAction( local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h771 void setTypeAction(MVT VT, LegalizeTypeAction Action) { argument
924 auto Action = getOperationAction(Op, VT); local
2003 setOperationAction(unsigned Op, MVT VT, LegalizeAction Action) argument
2825 setIndexedModeAction(unsigned IdxMode, MVT VT, unsigned Shift, LegalizeAction Action) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1936 emitOMPSimdRegion(CodeGenFunction &CGF, const OMPLoopDirective &S, PrePostActionTy &Action) argument
4436 emitTargetRegion(CodeGenFunction &CGF, const OMPTargetDirective &S, PrePostActionTy &Action) argument
4513 emitTargetTeamsRegion(CodeGenFunction &CGF, PrePostActionTy &Action, const OMPTargetTeamsDirective &S) argument
4558 emitTargetTeamsDistributeRegion(CodeGenFunction &CGF, PrePostActionTy &Action, const OMPTargetTeamsDistributeDirective &S) argument
4603 emitTargetTeamsDistributeSimdRegion( CodeGenFunction &CGF, PrePostActionTy &Action, const OMPTargetTeamsDistributeSimdDirective &S) argument
4741 emitTargetTeamsDistributeParallelForRegion( CodeGenFunction &CGF, const OMPTargetTeamsDistributeParallelForDirective &S, PrePostActionTy &Action) argument
4792 emitTargetTeamsDistributeParallelForSimdRegion( CodeGenFunction &CGF, const OMPTargetTeamsDistributeParallelForSimdDirective &S, PrePostActionTy &Action) argument
5086 emitTargetParallelRegion(CodeGenFunction &CGF, const OMPTargetParallelDirective &S, PrePostActionTy &Action) argument
5133 emitTargetParallelForRegion(CodeGenFunction &CGF, const OMPTargetParallelForDirective &S, PrePostActionTy &Action) argument
5174 emitTargetParallelForSimdRegion(CodeGenFunction &CGF, const OMPTargetParallelForSimdDirective &S, PrePostActionTy &Action) argument
[all...]

Completed in 316 milliseconds

1234