/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Features.td | 68 "Enable Armv8.0-A Floating Point Extensions">; 72 "Enable Advanced SIMD instructions", [FeatureFPARMv8]>; 75 "Enable SHA1 and SHA256 support", [FeatureNEON]>; 78 "Enable AES support", [FeatureNEON]>; 89 "Enable cryptographic instructions", [FeatureNEON, FeatureSHA2, FeatureAES]>; 92 "Enable Armv8.0-A CRC-32 checksum instructions">; 99 "Enable Armv8.0-A PMUv3 Performance Monitors extension">; 102 "Enable architectural speculation restriction">; 109 "Enable Armv8.1-A Large System Extension (LSE) atomic instructions">; 113 "Enable Armv8.1-A Rounding Double Multiply Add/Subtract instructions", [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_AArch64.cpp | 33 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 65 if (Enable) { in patchSled() 90 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 93 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 96 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 98 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 101 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 103 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit() 120 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 122 uint32_t Inst = Enable ? 0xd503201f : 0x14000006; in patchCustomEvent() [all …]
|
H A D | xray_hexagon.cpp | 87 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 117 if (Enable) { in patchSled() 136 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 139 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 142 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 144 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 147 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 149 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit() 152 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 158 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_loongarch64.cpp | 43 static inline bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument 78 if (Enable) { in patchSled() 127 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument 130 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry() 133 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 135 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 138 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 142 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); 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 156 if (Enable) { in patchFunctionEntry() 172 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() argument 203 if (Enable) { in patchFunctionExit() 219 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() argument 233 if (Enable) { in patchFunctionTailExit() 249 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument 265 if (Enable) { in patchCustomEvent() 277 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument 297 if (Enable) { in patchTypedEvent()
|
H A D | xray_interface.cpp | 153 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() argument 158 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry); in patchSled() 161 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled() 164 Success = patchFunctionTailExit(Enable, FuncId, Sled); in patchSled() 167 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry); in patchSled() 170 Success = patchCustomEvent(Enable, FuncId, Sled); in patchSled() 173 Success = patchTypedEvent(Enable, FuncId, Sled); in patchSled() 209 bool Enable) XRAY_NEVER_INSTRUMENT { in patchFunction() argument 248 SucceedOnce |= patchSled(f[i], Enable, FuncId); in patchFunction() 264 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching() argument [all …]
|
H A D | xray_interface_internal.h | 81 bool patchFunctionEntry(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled, 83 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled); 84 bool patchFunctionTailExit(bool Enable, uint32_t FuncId, 86 bool patchCustomEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled); 87 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssembly.td | 26 "Enable Atomics">; 30 "Enable bulk memory operations">; 34 "Enable Wasm exception handling">; 38 "Enable extended const expressions">; 42 "Enable half precision instructions">; 46 "Enable multiple memories">; 51 "Enable multivalue blocks, instructions, and functions">; 55 "Enable mutable globals">; 60 "Enable non-trapping float-to-int conversion operators">; 64 "Enable reference types">; [all …]
|
/freebsd/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… 27 def ArchV69: SubtargetFeature<"v69", "HexagonArchVersion", "Hexagon::ArchEnum::V69", "Enable Hexago… 29 def ArchV71: SubtargetFeature<"v71", "HexagonArchVersion", "Hexagon::ArchEnum::V71", "Enable Hexago… [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPC.td | 62 "Enable 64-bit instructions">; 68 "Enable floating-point instructions">; 73 "Enable 64-bit registers usage for ppc32 [beta]">; 80 "Enable classic FPU instructions", 83 "Enable Altivec instructions", 86 "Enable SPE instructions", 89 "Enable Embedded Floating-Point APU 2 instructions", 92 "Enable the MFOCRF instruction">; 94 "Enable the fsqrt instruction", 97 "Enable the fcpsgn instruction", [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 262 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() argument 264 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel() argument 265 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setGlobalISel() argument 269 void setMachineOutliner(bool Enable) { in setMachineOutliner() argument 270 Options.EnableMachineOutliner = Enable; in setMachineOutliner() 272 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDefaultOutlining() argument 273 Options.SupportsDefaultOutlining = Enable; in setSupportsDefaultOutlining() 275 void setSupportsDebugEntryValues(bool Enable) { in setSupportsDebugEntryValues() argument 276 Options.SupportsDebugEntryValues = Enable; in setSupportsDebugEntryValues() 279 void setCFIFixup(bool Enable) { Options.EnableCFIFixup = Enable; } in setCFIFixup() argument
|
/freebsd/contrib/openpam/ |
H A D | config.h.in | 122 /* Enable extensions on AIX 3, Interix. */ 126 /* Enable general extensions on macOS. */ 130 /* Enable general extensions on Solaris. */ 134 /* Enable GNU extensions on systems that have them. */ 138 /* Enable X/Open compliant socket functions that do not require linking 149 /* Enable general extensions on NetBSD. 150 Enable NetBSD compatibility extensions on Minix. */ 154 /* Enable OpenBSD compatibility extensions on NetBSD. 167 /* Enable POSIX-compatible threading on Solaris. */ 171 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evconfig-private.h.cmake | 5 /* Enable extensions on AIX 3, Interix. */ 8 /* Enable GNU extensions on systems that have them. */ 11 /* Enable threading extensions on Solaris. */ 14 /* Enable extensions on HP NonStop. */ 17 /* Enable general extensions on Solaris. */ 35 /* Enable POSIX.2 extensions on QNX for getopt */
|
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. */ 48 /* Enable POSIX.2 extensions on QNX for getopt */
|
/freebsd/contrib/libevent/ |
H A D | evconfig-private.h.cmake | 5 /* Enable extensions on AIX 3, Interix. */ 8 /* Enable GNU extensions on systems that have them. */ 11 /* Enable threading extensions on Solaris. */ 14 /* Enable extensions on HP NonStop. */ 17 /* Enable general extensions on Solaris. */ 35 /* Enable POSIX.2 extensions on QNX for getopt */
|
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. */ 48 /* Enable POSIX.2 extensions on QNX for getopt */
|
/freebsd/sys/arm/conf/ |
H A D | std.armv7 | 5 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 63 options KDB # Enable kernel debugger support. 66 options USB_DEBUG # Enable usb debug support code 82 # Enable support for the kernel PLL to use an external PPS signal,
|
H A D | std.armv6 |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKY.td | 23 "Enable FPUv2 single float instructions">; 26 "Enable FPUv2 single float instructions">; 30 "Enable FPUv2 double float instructions">; 33 "Enable FPUv2 double float instructions">; 36 "Enable float divide instructions">; 39 "Enable float divide instructions">; 43 "Enable FPUv3 half word converting instructions">; 46 "Enable FPUv3 half word converting instructions">; 50 "Enable FPUv3 half precision operate instructions">; 53 "Enable FPUv3 half precision operate instructions">; [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator 239 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; } 242 void setVectorizeEnable(bool Enable = true) { 244 Enable ? LoopAttributes::Enable : LoopAttributes::Disable; 248 void setDistributeState(bool Enable = true) { 250 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CurrentSourceLocExprScope.h | 52 : Current(Current), OldVal(Current), Enable(false) { in SourceLocExprScopeGuard() 54 if ((Enable = (Current.getDefaultExpr() == nullptr))) in SourceLocExprScopeGuard() 59 if (Enable) in ~SourceLocExprScopeGuard() 69 bool Enable; variable
|