Home
last modified time | relevance | path

Searched refs:Enable (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFeatures.td7 "Enable Density instructions">;
12 "Enable Xtensa Single FP instructions">;
17 "Enable Xtensa Windowed Register option">;
22 "Enable Xtensa MAC16 instructions">;
27 "Enable Xtensa Boolean extension">;
32 "Enable Xtensa Loop extension">;
37 "Enable Xtensa Sign Extend option">;
42 "Enable Xtensa CLAMPS option">;
47 "Enable Xtensa NSA option">;
52 "Enable Xtensa MINMAX option">;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td68 "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 Dxray_AArch64.cpp33 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
96 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
100 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionExit() argument
102 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionExit()
106 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionTailExit() argument
108 return patchSled(Enable, FuncId, Sled, Trampolines.TailExitTrampoline); in patchFunctionTailExit()
125 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument
127 uint32_t Inst = Enable ? 0xd503201f : 0x14000006; in patchCustomEvent()
[all …]
H A Dxray_s390x.cpp20 bool __xray::patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
29 if (Enable) { in patchFunctionEntry()
50 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionExit() argument
57 if (Enable) { in patchFunctionExit()
78 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionTailExit() argument
80 return patchFunctionExit(Enable, FuncId, Sled, Trampolines); in patchFunctionTailExit()
83 bool __xray::patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument
89 bool __xray::patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
H A Dxray_arm.cpp76 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
135 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
139 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionExit() argument
141 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionExit()
145 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionTailExit() argument
147 return patchSled(Enable, FuncId, Sled, Trampolines.TailExitTrampoline); in patchFunctionTailExit()
150 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument
156 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
H A Dxray_hexagon.cpp87 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
142 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
146 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionExit() argument
148 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionExit()
152 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionTailExit() argument
154 return patchSled(Enable, FuncId, Sled, Trampolines.TailExitTrampoline); in patchFunctionTailExit()
157 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument
163 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
H A Dxray_loongarch64.cpp43 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
133 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
137 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionExit() argument
139 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionExit()
143 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionTailExit() argument
147 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionTailExit()
150 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument
156 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
H A Dxray_powerpc64.cpp52 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry() argument
61 if (Enable) { in patchFunctionEntry()
77 const bool Enable, uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionExit() argument
84 if (Enable) { in patchFunctionExit()
100 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionTailExit() argument
102 return patchFunctionExit(Enable, FuncId, Sled, Trampolines); 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 Dxray_mips.cpp52 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
143 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
147 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionExit() argument
149 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionExit()
153 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionTailExit() argument
157 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionTailExit()
160 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument
166 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
H A Dxray_mips64.cpp53 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
151 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
155 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionExit() argument
157 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionExit()
161 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionTailExit() argument
165 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionTailExit()
168 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument
174 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
H A Dxray_x86_64.cpp123 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
159 if (Enable) { in patchFunctionEntry()
176 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionExit() argument
208 if (Enable) { in patchFunctionExit()
225 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionTailExit() argument
239 if (Enable) { in patchFunctionTailExit()
255 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument
271 if (Enable) { in patchCustomEvent()
283 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
303 if (Enable) { in patchTypedEvent()
H A Dxray_riscv.cpp79 static inline bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument
134 if (Enable) { in patchSled()
234 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
240 return patchSled(Enable, FuncId, Sled, Trampolines.EntryTrampoline); in patchFunctionEntry()
244 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionExit() argument
246 return patchSled(Enable, FuncId, Sled, Trampolines.ExitTrampoline); in patchFunctionExit()
250 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchFunctionTailExit() argument
252 return patchSled(Enable, FuncId, Sled, Trampolines.TailExitTrampoline); in patchFunctionTailExit()
255 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() argument
260 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td26 "Enable Atomics">;
30 "Enable bulk memory operations">;
34 "Enable bulk memory optimization operations">;
38 "Enable overlong encoding for call_indirect immediates">;
42 "Enable Wasm exception handling">;
46 "Enable extended const expressions">;
50 "Enable FP16 instructions">;
54 "Enable multiple memories">;
59 "Enable multivalue blocks, instructions, and functions">;
63 "Enable mutable globals">;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td11 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/include/llvm/Target/
H A DTargetMachine.h294 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() argument
296 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel() argument
297 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setGlobalISel() argument
301 void setMachineOutliner(bool Enable) { in setMachineOutliner() argument
302 Options.EnableMachineOutliner = Enable; in setMachineOutliner()
304 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDefaultOutlining() argument
305 Options.SupportsDefaultOutlining = Enable; in setSupportsDefaultOutlining()
307 void setSupportsDebugEntryValues(bool Enable) { in setSupportsDebugEntryValues() argument
308 Options.SupportsDebugEntryValues = Enable; in setSupportsDebugEntryValues()
311 void setCFIFixup(bool Enable) { Options.EnableCFIFixup = Enable; } in setCFIFixup() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td62 "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/openpam/
H A Dconfig.h.in125 /* Enable extensions on AIX, Interix, z/OS. */
129 /* Enable general extensions on macOS. */
133 /* Enable general extensions on Solaris. */
137 /* Enable GNU extensions on systems that have them. */
141 /* Enable X/Open compliant socket functions that do not require linking
152 /* Enable general extensions on NetBSD.
153 Enable NetBSD compatibility extensions on Minix. */
157 /* Enable OpenBSD compatibility extensions on NetBSD.
170 /* Enable POSIX-compatible threading on Solaris. */
174 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Devconfig-private.h.cmake5 /* 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 Devconfig-private.h.in6 /* 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 Devconfig-private.h.cmake5 /* 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 Devconfig-private.h.in6 /* 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 Dstd.armv75 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 Dstd.armv6
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKY.td23 "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 DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
242 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
245 void setVectorizeEnable(bool Enable = true) {
247 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
251 void setDistributeState(bool Enable = true) {
253 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;

12345678910>>...24