/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_AArch64.cc | 35 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 D | xray_powerpc64.cc | 53 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 D | xray_arm.cc | 77 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 D | xray_mips.cc | 53 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 D | xray_mips64.cc | 54 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 D | xray_x86_64.cc | 130 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 D | xray_interface.cc | 150 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 D | TargetMachine.h | 240 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 D | TargetOptions.h | 109 Enable, // Enable the abort. enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CurrentSourceLocExprScope.h | 70 bool Enable; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | SubtargetFeature.cpp | 41 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
|
H A D | MCAsmInfo.cpp | 24 enum DefaultOnOff { Default, Enable, Disable }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | WithColor.h | 46 Enable, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 2125 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 D | TargetPassConfig.h | 177 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableTailMerge()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 138 void CrashRecoveryContext::Enable() { in Enable() function in CrashRecoveryContext
|
/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
H A D | oszephyr.c | 104 if (Enable) in AcpiEnableDbgPrint() argument
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | pci22.h | 131 UINT32 Enable : 1; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | smu7_fusion.h | 280 uint8_t Enable; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
H A D | smu7_fusion.h | 280 uint8_t Enable; member
|
H A D | smu72_discrete.h | 523 uint8_t Enable; member 535 uint8_t Enable; member
|
H A D | smu73_discrete.h | 520 uint8_t Enable; member 532 uint8_t Enable; member
|
H A D | smu74_discrete.h | 513 uint8_t Enable; member 525 uint8_t Enable; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 461 Optional<bool> Enable = in hasVectorizeTransformation() local
|