Home
last modified time | relevance | path

Searched defs:Enable (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_AArch64.cc35 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled()
93 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry()
99 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit()
104 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
109 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
115 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_powerpc64.cc53 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry()
71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit()
88 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
96 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
102 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_arm.cc77 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled()
130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry()
136 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit()
141 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
146 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
152 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_mips.cc53 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled()
137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry()
143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit()
148 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
155 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
161 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_mips64.cc54 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled()
146 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry()
152 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit()
157 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
164 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
170 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_x86_64.cc130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry()
177 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit()
222 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit()
250 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent()
297 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_interface.cc150 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled()
180 bool Enable) XRAY_NEVER_INSTRUMENT { in patchFunction()
231 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching()
314 bool Enable) XRAY_NEVER_INSTRUMENT { in mprotectAndPatchFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h240 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
242 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel()
243 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setGlobalISel()
247 void setMachineOutliner(bool Enable) { in setMachineOutliner()
250 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDefaultOutlining()
253 void setSupportsDebugEntryValues(bool Enable) { in setSupportsDebugEntryValues()
H A DTargetOptions.h109 Enable, // Enable the abort. enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h70 bool Enable; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DSubtargetFeature.cpp41 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
H A DMCAsmInfo.cpp24 enum DefaultOnOff { Default, Enable, Disable }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DWithColor.h46 Enable, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp2125 bool Enable = !ParamName.consume_front("no-"); in parseLoopUnrollOptions() local
2180 bool Enable = !ParamName.consume_front("no-"); in parseSimplifyCFGOptions() local
2216 bool Enable = !ParamName.consume_front("no-"); in parseLoopVectorizeOptions() local
2236 bool Enable = !ParamName.consume_front("no-"); in parseLoopUnswitchOptions() local
2255 bool Enable = !ParamName.consume_front("no-"); in parseMergedLoadStoreMotionOptions() local
2275 bool Enable = !ParamName.consume_front("no-"); in parseGVNOptions() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h177 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableTailMerge()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp138 void CrashRecoveryContext::Enable() { in Enable() function in CrashRecoveryContext
/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doszephyr.c104 if (Enable) in AcpiEnableDbgPrint() argument
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Dpci22.h131 UINT32 Enable : 1; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsmu7_fusion.h280 uint8_t Enable; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu7_fusion.h280 uint8_t Enable; member
H A Dsmu72_discrete.h523 uint8_t Enable; member
535 uint8_t Enable; member
H A Dsmu73_discrete.h520 uint8_t Enable; member
532 uint8_t Enable; member
H A Dsmu74_discrete.h513 uint8_t Enable; member
525 uint8_t Enable; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp461 Optional<bool> Enable = in hasVectorizeTransformation() local

12