Searched refs:Enable (Results 26 - 50 of 84) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp109 void DataVisualization::Categories::Enable(ConstString category, function in class:DataVisualization::Categories
116 void DataVisualization::Categories::Enable(lldb::LanguageType lang_type) { function in class:DataVisualization::Categories
119 lang_category->Enable();
133 void DataVisualization::Categories::Enable( function in class:DataVisualization::Categories
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp129 if (Attrs.UnrollEnable == LoopAttributes::Enable) {
153 else if (Attrs.UnrollAndJamEnable == LoopAttributes::Enable ||
192 if (Attrs.UnrollAndJamEnable == LoopAttributes::Enable) {
264 (Attrs.VectorizePredicateEnable == LoopAttributes::Enable);
325 if (Attrs.DistributeEnable == LoopAttributes::Enable)
354 (Attrs.DistributeEnable == LoopAttributes::Enable)))};
520 case LoopAttributes::Enable:
521 AfterJam.UnrollEnable = LoopAttributes::Enable;
605 State = LoopHintAttr::Enable;
655 case LoopHintAttr::Enable
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp19 llvm::ColorMode::Enable)
25 llvm::ColorMode::Enable)
/freebsd-13-stable/stand/i386/pxeldr/
H A Dpxeldr.S234 * Enable A20. Put an upper limit on the amount of time we wait for the
252 movb $0xdf,%al # Enable
254 seta20.3: sti # Enable interrupts
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h43 /// Enable colors. Because raw_ostream is the one implementing colors, this
46 Enable, member in class:llvm::ColorMode
61 /// @param Mode Enable, disable or compute whether to use colors.
70 /// @param Mode Enable, disable or compute whether to use colors.
H A Dtype_traits.h43 template<typename T, typename Enable = void>
54 template<typename T, typename Enable = void>
62 template <typename T, typename Enable = void>
H A DAutomaton.h220 /// Enable or disable transcription. Transcription is only available if
222 void enableTranscription(bool Enable = true) {
226 Transcribe = Enable;
H A DCrashRecoveryContext.h26 /// CrashRecoveryContext::Enable(), and then executing unsafe operations via a
61 /// Enable crash recovery.
62 static void Enable();
H A DFormatVariadicDetails.h18 template <typename T, typename Enable = void> struct format_provider {};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFunctionExtras.h217 template <typename CallableT, typename CalledAs, typename Enable = void>
322 template <typename CallableT, typename CalledAsT, typename Enable>
324 R, P...>::CallbacksHolder<CallableT, CalledAsT, Enable>::Callbacks = {
H A DBitmaskEnum.h69 template <typename E, typename Enable = void>
144 // Enable bitmask enums in namespace ::llvm and all nested namespaces.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp218 cl::desc("Enable the GVN hoisting pass for the new PM (default = off)"));
222 cl::desc("Enable ML policy for inliner. Currently trained for -Oz only"),
232 cl::desc("Enable the GVN hoisting pass for the new PM (default = off)"));
236 cl::desc("Enable the Unroll and Jam pass for the new PM (default = off)"));
250 cl::desc("Enable control height reduction optimization (CHR)"));
256 cl::desc("Enable inline deferral during PGO"));
446 FPM.addPass(EarlyCSEPass(true /* Enable mem-ssa. */));
574 FPM.addPass(EarlyCSEPass(true /* Enable mem-ssa. */));
1531 // loopVectorize. Enable them once the remaining issue with LPM
1568 // Enable splittin
1704 bool Enable = !ParamName.consume_front("no-"); local
1759 bool Enable = !ParamName.consume_front("no-"); local
1793 bool Enable = !ParamName.consume_front("no-"); local
1813 bool Enable = !ParamName.consume_front("no-"); local
1832 bool Enable = !ParamName.consume_front("no-"); local
1852 bool Enable = !ParamName.consume_front("no-"); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h62 m_categories_map.Enable(category_sp, pos);
74 m_categories_map.Enable(category, pos);
H A DTypeCategory.h338 void Enable(bool value, uint32_t position);
340 void Disable() { Enable(false, UINT32_MAX); }
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-debug-file.mk6 # Enable debug logging for variable assignments and evaluation (-dv)
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptldr.S118 * Enable A20 so we can access memory above 1 meg.
133 movb $0xdf,%al # Enable
135 seta20.3: sti # Enable interrupts
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp115 SetHints(LoopHintAttr::Unroll, LoopHintAttr::Enable);
123 SetHints(LoopHintAttr::UnrollAndJam, LoopHintAttr::Enable);
164 State = LoopHintAttr::Enable;
287 // Enable|Disable|AssumeSafety hint. For example, vectorize(enable).
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp45 else if (state == Enable)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp110 case ColorMode::Enable:
/freebsd-13-stable/stand/i386/boot2/
H A Dboot1.S201 * Enable A20 so we can access memory above 1 meg.
216 movb $0xdf,%al # Enable
218 seta20.3: sti # Enable interrupts
314 sti # Enable interrupts
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp87 void Log::Enable(const std::shared_ptr<llvm::raw_ostream> &stream_sp, function in class:Log
213 iter->second.Enable(log_stream_sp, log_options, flags);
/freebsd-13-stable/stand/i386/cdboot/
H A Dcdboot.S481 # Enable A20. Put an upper limit on the amount of time we wait for the
499 mov $0xdf,%al # Enable
501 seta20.3: sti # Enable interrupts
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsldr.S155 * Enable A20 so we can access memory above 1 meg.
170 movb $0xdf,%al # Enable
172 seta20.3: sti # Enable interrupts
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h197 void Enable(const std::shared_ptr<llvm::raw_ostream> &stream_sp,
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlreg.h481 u_int32_t Enable; /* FALSE: Disable or TRUE: Enable */ member in struct:__anon13430
1314 uint8_t Enable; member in struct:__anon13516
1355 uint32_t Enable; //0 -- Disbale. or 1 -- Enable. member in struct:__anon13522
1367 uint32_t Enable; /* 0 -- Disable. or 1 -- Enable */ member in struct:__anon13524

Completed in 313 milliseconds

1234