Home
last modified time | relevance | path

Searched refs:Disabled (Results 1 – 25 of 77) sorted by relevance

1234

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DOptBisect.h63 bool isEnabled() const override { return BisectLimit != Disabled; } in isEnabled()
85 static const int Disabled = std::numeric_limits<int>::max();
88 int BisectLimit = Disabled;
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dtsd_exclusive.h67 !atomic_load(&Disabled, memory_order_acquire))) { in getTSDAndLock()
81 atomic_store(&Disabled, 1U, memory_order_release); in disable()
85 atomic_store(&Disabled, 0U, memory_order_release); in enable()
117 atomic_u8 Disabled = {}; member
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_arm64.cpp100 m_sve_state = SVEState::Disabled; in ConfigureRegisterContext()
104 m_sve_state = SVEState::Disabled; in ConfigureRegisterContext()
106 if (m_sve_state != SVEState::Disabled) in ConfigureRegisterContext()
146 if (m_sve_state == SVEState::Disabled) { in ReadRegister()
217 case SVEState::Disabled: in ReadRegister()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h458 void DisableLazyCompilation(bool Disabled = true) {
459 CompilingLazily = !Disabled;
468 void DisableGVCompilation(bool Disabled = true) {
469 GVCompilationDisabled = Disabled;
478 void DisableSymbolSearching(bool Disabled = true) {
479 SymbolSearchingDisabled = Disabled;
/openbsd/src/gnu/llvm/llvm/lib/IR/
DOptBisect.cpp29 cl::init(OptBisect::Disabled), cl::Optional,
52 const int OptBisect::Disabled; member in OptBisect
DLegacyPassManager.cpp46 Disabled, Arguments, Structure, Executions, Details enumerator
53 cl::values(clEnumVal(Disabled, "disable debug output"),
240 bool debugPassSpecified() { return PassDebugging != Disabled; } in debugPassSpecified()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_arm64.cpp136 m_sve_state = SVEState::Disabled; in NativeRegisterContextLinux_arm64()
192 if (m_sve_state == SVEState::Disabled) { in ReadRegister()
237 if (m_sve_state == SVEState::Disabled || m_sve_state == SVEState::Unknown) in ReadRegister()
323 if (m_sve_state == SVEState::Disabled) { in WriteRegister()
372 if (m_sve_state == SVEState::Disabled || m_sve_state == SVEState::Unknown) in WriteRegister()
922 if (!m_sve_header_is_valid && m_sve_state != SVEState::Disabled) { in ConfigureRegisterContext()
/openbsd/src/gnu/usr.bin/perl/lib/Unicode/
Dtestnorm.t12 print "1..0 # skipped: Lengthy Tests Disabled; to enable set environment",
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/
D101truncate-bzip2.t15 plan skip_all => "Lengthy Tests Disabled\n" .
D101truncate-zip.t16 plan skip_all => "Lengthy Tests Disabled\n" .
D101truncate-deflate.t15 plan skip_all => "Lengthy Tests Disabled\n" .
D101truncate-gzip.t16 plan skip_all => "Lengthy Tests Disabled\n" .
D105oneshot-zip-store-only.t20 plan skip_all => "Lengthy Tests Disabled\n" .
D101truncate-rawdeflate.t17 plan skip_all => "Lengthy Tests Disabled\n" .
D020isize.t18 plan skip_all => "Lengthy Tests Disabled\n" .
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterInfoPOSIX_arm64.h18 enum class SVEState { Unknown, Disabled, FPSIMD, Full }; enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp129 char Disabled = 0; member
302 Flag &= ~II.Disabled; in markInstruction()
557 III.Disabled = StateWQM | StateStrict; in scanInstructions()
570 III.Disabled = StateStrict; in scanInstructions()
588 III.Disabled = StateWQM | StateStrict; in scanInstructions()
648 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction()
1359 Needs &= ~III->second.Disabled; in processBlock()
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/
D07bufsize.t17 plan skip_all => "Lengthy Tests Disabled\n" .
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h385 Disabled, enumerator
393 MinimizeAddrInV5 MinimizeAddr = MinimizeAddrInV5::Disabled;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h207 static VectorizationFactor Disabled() { in Disabled() function
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DMVETailPredication.cpp62 cl::values(clEnumValN(TailPredication::Disabled, "disabled",
DARMTargetTransformInfo.h44 Disabled = 0, enumerator
/openbsd/src/gnu/gcc/gcc/config/mips/
D4k.md144 ;; (Disabled until we add cop0 support)
/openbsd/src/gnu/gcc/gcc/config/cris/
Dpredicates.md82 ; Disabled until <URL:http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01376.html>
/openbsd/src/usr.bin/awk/
DFIXES119 Disabled utf-8 for non-multibyte locales, such as C or POSIX.

1234