| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_AArch64.cpp | 34 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 66 if (Enable) { in patchSled() 92 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 95 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 98 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 100 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 103 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 105 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit() 108 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 114 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
|
| H A D | xray_arm.cpp | 76 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 107 if (Enable) { in patchSled() 129 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 132 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 135 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 137 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 140 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 142 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit() 145 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 151 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
|
| H A D | xray_powerpc64.cpp | 52 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry() argument 56 if (Enable) { in patchFunctionEntry() 71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit() argument 74 if (Enable) { in patchFunctionExit() 89 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 91 return patchFunctionExit(Enable, FuncId, Sled); in patchFunctionTailExit() 97 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 103 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
|
| H A D | xray_mips.cpp | 52 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 97 if (Enable) { in patchSled() 137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 140 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 145 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 148 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 152 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit() 155 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 161 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
|
| H A D | xray_mips64.cpp | 53 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 93 if (Enable) { in patchSled() 145 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 148 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 151 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 153 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 156 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 160 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit() 163 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 169 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
|
| H A D | xray_x86_64.cpp | 123 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 155 if (Enable) { in patchFunctionEntry() 171 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 201 if (Enable) { in patchFunctionExit() 217 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 230 if (Enable) { in patchFunctionTailExit() 246 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 272 if (Enable) { in patchCustomEvent() 295 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument 315 if (Enable) { in patchTypedEvent()
|
| H A D | xray_interface_internal.h | 83 bool patchFunctionEntry(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled, 85 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled); 86 bool patchFunctionTailExit(bool Enable, uint32_t FuncId, 88 bool patchCustomEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled); 89 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
|
| H A D | xray_interface.cpp | 149 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() argument 154 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry); in patchSled() 157 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled() 160 Success = patchFunctionTailExit(Enable, FuncId, Sled); in patchSled() 166 Success = patchCustomEvent(Enable, FuncId, Sled); in patchSled() 169 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled() 206 bool Enable) XRAY_NEVER_INSTRUMENT { in patchFunction() argument 241 SucceedOnce |= patchSled(*f++, Enable, FuncId); in patchFunction() 257 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching() argument 332 patchSled(Sled, Enable, FuncId); in controlPatching() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 59 "Enable 64-bit instructions">; 65 "Enable floating-point instructions">; 74 "Enable Altivec instructions", 77 "Enable SPE instructions", 91 "Enable the fre instruction", 127 "Enable icbt instruction">; 137 "Enable secure plt mode">; 143 "Enable VSX instructions", 159 "Enable Power8 direct move instructions", 252 "Enable PC relative Memory Ops", [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 30 "Enable SM3 and SM4 support", [FeatureNEON]>; 42 "Enable AES support", [FeatureNEON]>; 56 "Enable ARMv8 CRC-32 checksum instructions">; 94 "Enable Statistical Profiling extension">; 98 "Enable v8.2 PAN s1e1R and s1e1W Variants", 103 "Enable v8.2 UAO PState">; 263 "Enable dot product support">; 297 "Enable v8.4-A Trace extension">; 314 "Enable v8.4-A PMU extension">; 378 "true", "Enable Trace Buffer Extension">; [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 26 "Enable 128-bit SIMD">; 29 "Enable Atomics">; 34 "Enable non-trapping float-to-int conversion operators">; 39 "Enable sign extension operators">; 44 "Enable tail call instructions">; 48 "Enable Wasm exception handling">; 52 "Enable bulk memory operations">; 57 "Enable multivalue blocks, instructions, and functions">; 61 "Enable mutable globals">; 65 "Enable reference types">;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepArch.td | 11 def ArchV5: SubtargetFeature<"v5", "HexagonArchVersion", "Hexagon::ArchEnum::V5", "Enable Hexagon V… 13 def ArchV55: SubtargetFeature<"v55", "HexagonArchVersion", "Hexagon::ArchEnum::V55", "Enable Hexago… 15 def ArchV60: SubtargetFeature<"v60", "HexagonArchVersion", "Hexagon::ArchEnum::V60", "Enable Hexago… 17 def ArchV62: SubtargetFeature<"v62", "HexagonArchVersion", "Hexagon::ArchEnum::V62", "Enable Hexago… 19 def ArchV65: SubtargetFeature<"v65", "HexagonArchVersion", "Hexagon::ArchEnum::V65", "Enable Hexago… 21 def ArchV66: SubtargetFeature<"v66", "HexagonArchVersion", "Hexagon::ArchEnum::V66", "Enable Hexago… 23 def ArchV67: SubtargetFeature<"v67", "HexagonArchVersion", "Hexagon::ArchEnum::V67", "Enable Hexago… 25 def ArchV68: SubtargetFeature<"v68", "HexagonArchVersion", "Hexagon::ArchEnum::V68", "Enable Hexago…
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 240 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() argument 242 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel() argument 243 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setGlobalISel() argument 247 void setMachineOutliner(bool Enable) { in setMachineOutliner() argument 248 Options.EnableMachineOutliner = Enable; in setMachineOutliner() 250 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDefaultOutlining() argument 251 Options.SupportsDefaultOutlining = Enable; in setSupportsDefaultOutlining() 253 void setSupportsDebugEntryValues(bool Enable) { in setSupportsDebugEntryValues() argument 254 Options.SupportsDebugEntryValues = Enable; in setSupportsDebugEntryValues()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator 232 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; } 235 void setVectorizeEnable(bool Enable = true) { 237 Enable ? LoopAttributes::Enable : LoopAttributes::Disable; 241 void setDistributeState(bool Enable = true) { 243 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
|
| H A D | CGLoopInfo.cpp | 126 if (Attrs.UnrollEnable == LoopAttributes::Enable) { in createPartialUnrollMetadata() 188 if (Attrs.UnrollAndJamEnable == LoopAttributes::Enable) { in createUnrollAndJamMetadata() 306 Attrs.VectorizeScalable == LoopAttributes::Enable || in createLoopVectorizeMetadata() 336 if (Attrs.DistributeEnable == LoopAttributes::Enable) in createLoopDistributeMetadata() 538 case LoopAttributes::Enable: in finish() 539 AfterJam.UnrollEnable = LoopAttributes::Enable; in finish() 623 State = LoopHintAttr::Enable; in push() 674 case LoopHintAttr::Enable: in push() 681 setUnrollState(LoopAttributes::Enable); in push() 684 setUnrollAndJamState(LoopAttributes::Enable); in push() [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | evconfig-private.h.in | 6 /* Enable extensions on AIX 3, Interix. */ 10 /* Enable GNU extensions on systems that have them. */ 14 /* Enable threading extensions on Solaris. */ 18 /* Enable extensions on HP NonStop. */ 22 /* Enable general extensions on Solaris. */
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | evconfig-private.h.in | 6 /* Enable extensions on AIX 3, Interix. */ 10 /* Enable GNU extensions on systems that have them. */ 14 /* Enable threading extensions on Solaris. */ 18 /* Enable extensions on HP NonStop. */ 22 /* Enable general extensions on Solaris. */
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CurrentSourceLocExprScope.h | 53 : Current(Current), OldVal(Current), Enable(false) { in SourceLocExprScopeGuard() 55 if ((Enable = (Current.getDefaultExpr() == nullptr))) in SourceLocExprScopeGuard() 60 if (Enable) in ~SourceLocExprScopeGuard() 70 bool Enable; variable
|
| /freebsd-13.1/sys/arm/conf/ |
| H A D | std.armv7 | 7 options PREEMPTION # Enable kernel thread preemption 16 options SOFTUPDATES # Enable FFS soft updates support 19 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 20 options QUOTA # Enable disk quotas for UFS 47 options VFP # Enable floating point hardware support 61 options KDB # Enable kernel debugger support. 75 # Enable support for the kernel PLL to use an external PPS signal,
|
| H A D | std.armv6 | 7 options PREEMPTION # Enable kernel thread preemption 16 options SOFTUPDATES # Enable FFS soft updates support 19 options UFS_GJOURNAL # Enable gjournal-based UFS journaling 20 options QUOTA # Enable disk quotas for UFS 47 options VFP # Enable floating point hardware support 61 options KDB # Enable kernel debugger support.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86.td | 37 "Enable NOPL instruction">; 67 "Enable SSE instructions">; 69 "Enable SSE2 instructions", 72 "Enable SSE3 instructions", 146 "Enable AVX-512 PreFetch Instructions", 170 "Enable protection keys">; 181 "Enable AVX-512 Bit Algorithms", 247 "Enable Cache Demote">; 477 // Enable SESES to mitigate speculative execution attacks 530 // Enable use of alias analysis during code generation. [all …]
|
| /freebsd-13.1/contrib/libxo/doc/ |
| H A D | options.rst | 39 color Enable colors/effects for display styles (TEXT, HTML) 41 dtrt Enable "Do The Right Thing" mode 100 c Enable color/effects for TEXT/HTML 102 H Enable HTML output (XO_STYLE_HTML) 103 I Enable info output (XOF_INFO) 105 J Enable JSON output (XO_STYLE_JSON) 108 P Enable pretty-printed output (XOF_PRETTY) 109 T Enable text output (XO_STYLE_TEXT) 112 W Enable warnings (XOF_WARN) 113 X Enable XML output (XO_STYLE_XML) [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430.td | 22 "Enable MSP430-X extensions">; 26 "Enable 16-bit hardware multiplier">; 30 "Enable 32-bit hardware multiplier">; 34 "Enable F5 series hardware multiplier">;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 35 "Enable SPARC-V9 instructions">; 38 "Enable deprecated V8 instructions in V9 mode">; 41 "Enable UltraSPARC Visual Instruction Set extensions">; 44 "Enable Visual Instruction Set extensions II">; 47 "Enable Visual Instruction Set extensions III">; 50 "Enable LEON extensions">; 53 "Enable the PWRPSR instruction">; 57 "Enable quad-word floating point instructions">;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 73 CODEGENOPT(EnableDIPreservationVerify, 1, 0) ///< Enable di preservation verify 152 CODEGENOPT(EnableSplitLTOUnit, 1, 0) ///< Enable LTO unit splitting to support 220 0) ///< Enable poisoning operator new[] which is not a replaceable 225 CODEGENOPT(SanitizeMemoryTrackOrigins, 2, 0) ///< Enable tracking origins in 232 CODEGENOPT(SanitizeCfiCrossDso, 1, 0) ///< Enable cross-dso support in CFI. 241 CODEGENOPT(SanitizeCoverageIndirectCalls, 1, 0) ///< Enable sanitizer coverage 243 CODEGENOPT(SanitizeCoverageTraceBB, 1, 0) ///< Enable basic block tracing in 245 CODEGENOPT(SanitizeCoverageTraceCmp, 1, 0) ///< Enable cmp instruction tracing 247 CODEGENOPT(SanitizeCoverageTraceDiv, 1, 0) ///< Enable div instruction tracing 249 CODEGENOPT(SanitizeCoverageTraceGep, 1, 0) ///< Enable GEP instruction tracing [all …]
|