Home
last modified time | relevance | path

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

12345678910>>...25

/freebsd-14.2/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
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()
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()
131 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent() argument
[all …]
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
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 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
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 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
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 Dxray_powerpc64.cpp52 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 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
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 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
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 Dxray_x86_64.cpp123 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 Dxray_interface_internal.h81 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);
H A Dxray_interface.cpp153 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()
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
339 patchSled(Sled, Enable, FuncId); in controlPatching()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td26 "Enable 128-bit SIMD">;
29 "Enable relaxed-simd instructions">;
32 "Enable Atomics">;
42 "Enable sign extension operators">;
47 "Enable tail call instructions">;
51 "Enable Wasm exception handling">;
55 "Enable bulk memory operations">;
64 "Enable mutable globals">;
68 "Enable reference types">;
72 "Enable extended const expressions">;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64.td81 "Enable Function Multi Versioning support.">;
95 "true", "Enable RW operand CONTEXTIDR_EL2" >;
122 "Enable v8.2 UAO PState (FEAT_UAO)">;
131 "Enable FPMR Register (FEAT_FPMR)">;
134 "Enable FP8 instructions (FEAT_FP8)">;
158 "true", "Enable BFloat16 Extension (FEAT_BF16)" >;
309 "Enable Store Pair Suppression heuristics">;
324 "Enable dot product support (FEAT_DotProd)">;
358 "Enable v8.4-A Trace extension (FEAT_TRF)">;
541 "Enable Lookup Table instructions (FEAT_LUT)">;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td61 "Enable 64-bit instructions">;
67 "Enable floating-point instructions">;
82 "Enable Altivec instructions",
85 "Enable SPE instructions",
99 "Enable the fre instruction",
135 "Enable icbt instruction">;
145 "Enable secure plt mode">;
151 "Enable VSX instructions",
167 "Enable Power8 direct move instructions",
303 "Enable PC relative Memory Ops",
[all …]
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h263 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() argument
265 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel() argument
266 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setGlobalISel() argument
270 void setMachineOutliner(bool Enable) { in setMachineOutliner() argument
271 Options.EnableMachineOutliner = Enable; in setMachineOutliner()
273 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDefaultOutlining() argument
274 Options.SupportsDefaultOutlining = Enable; in setSupportsDefaultOutlining()
276 void setSupportsDebugEntryValues(bool Enable) { in setSupportsDebugEntryValues() argument
277 Options.SupportsDebugEntryValues = Enable; in setSupportsDebugEntryValues()
280 void setCFIFixup(bool Enable) { Options.EnableCFIFixup = Enable; } in setCFIFixup() argument
/freebsd-14.2/contrib/openpam/
H A Dconfig.h.in122 /* 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. */
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. */
195 /* Enable extensions specified by ISO/IEC 24747:2009. */
199 /* Enable extensions on HP NonStop. */
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
235 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
238 void setVectorizeEnable(bool Enable = true) {
240 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
244 void setDistributeState(bool Enable = true) {
246 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKY.td103 "Enable divide instrutions">;
115 "Enable push/pop instrutions">;
121 "Enable DSP instrutions">;
139 "Enable DSP V2.0 instrutions">;
145 "Enable DSP Silan instrutions">;
165 "Enable trust instructions">;
171 "Enable java instructions">;
177 "Enable cache">;
183 "Enable NVIC">;
189 "Enable doloop instructions">;
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h52 : 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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp908 Result.first = Enable; in parseLoopUnswitchOptions()
910 Result.second = Enable; in parseLoopUnswitchOptions()
947 Result.first = Enable; in parseLoopRotateOptions()
949 Result.second = Enable; in parseLoopRotateOptions()
967 Result = Enable; in parseMergedLoadStoreMotionOptions()
987 Result.setPRE(Enable); in parseGVNOptions()
989 Result.setLoadPRE(Enable); in parseGVNOptions()
993 Result.setMemDep(Enable); in parseGVNOptions()
1011 Result.setFuncSpec(Enable); in parseIPSCCPOptions()
1120 Result.GroupByUse = Enable; in parseGlobalMergeOptions()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMacroFusion.td18 "Enable LUI+ADDI macro fusion",
27 "Enable AUIPC+ADDI macrofusion",
36 "Enable SLLI+SRLI to be fused to zero extension of halfword",
53 "Enable SLLI+SRLI to be fused to zero extension of word",
71 "Enable SLLI+SRLI to be fused when computing (shifted) word zero extension",
87 : SimpleFusion<"ld-add-fusion", "HasLDADDFusion", "Enable LD+ADD macrofusion",

12345678910>>...25