Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DOptBisect.h61 bool isEnabled() const override { return BisectLimit != Disabled; } in isEnabled()
83 static const int Disabled = std::numeric_limits<int>::max();
86 int BisectLimit = Disabled;
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A 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
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A 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()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A 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;
/llvm-project-15.0.7/llvm/lib/IR/
H A DOptBisect.cpp24 cl::init(OptBisect::Disabled), cl::Optional,
53 const int OptBisect::Disabled; member in OptBisect
/llvm-project-15.0.7/libc/test/src/assert/
H A Dassert_test.cpp30 TEST(LlvmLibcAssert, Disabled) { in TEST() argument
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dulimit.test1 # FIXME: Disabled on Windows for now because Windows has no ulimit command.
H A Dfork-sigusr.test2 # Disabled on Windows which does not have SIGUSR1/SIGUSR2.
H A Ddso.test1 # FIXME: Disabled on Windows because -fPIC cannot be used to compile for Windows.
H A Dsigusr.test1 # FIXME: Disabled on Windows for now because of reliance on posix only features
H A Dfull-coverage.test1 # FIXME: Disabled on Windows because -fPIC cannot be used to compile for Windows.
H A Dtrace-malloc-threaded.test3 // FIXME: Disabled on Windows because of a crash (possibly related to above).
H A Dcoverage.test1 # FIXME: Disabled on Windows because -fPIC cannot be used to compile for Windows.
H A Dmerge-sigusr.test2 # FIXME: Disabled on Windows for now because of reliance on posix only features
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp129 m_sve_state = SVEState::Disabled; in NativeRegisterContextLinux_arm64()
185 if (m_sve_state == SVEState::Disabled) { in ReadRegister()
230 if (m_sve_state == SVEState::Disabled || m_sve_state == SVEState::Unknown) in ReadRegister()
316 if (m_sve_state == SVEState::Disabled) { in WriteRegister()
365 if (m_sve_state == SVEState::Disabled || m_sve_state == SVEState::Unknown) in WriteRegister()
915 if (!m_sve_header_is_valid && m_sve_state != SVEState::Disabled) { in ConfigureRegisterContext()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A D2008-07-29-icmp.ll3 ; FIXME: Disabled because branch instructions are generated where
H A D2008-07-23-fpcmp.ll5 ; FIXME: Disabled because branch instructions are generated where
/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-memtag-android-abi.s45 # NOHEAP-NEXT: Heap: Disabled
50 # NOSTACK-NEXT: Stack: Disabled
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/
H A DREADME.LLVM22 * Disabled -Wdeprecated-copy for clang
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/AArch64/
H A Dnote-android-memtag.test61 # NOHEAP-NEXT: Heap: Disabled
63 # NOSTACK-NEXT: Stack: Disabled
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dassert-side-effect.rst22 side effects. Disabled by default because it can increase the number of false
/llvm-project-15.0.7/polly/docs/
H A DPerformance.rst40 |Polly Disabled|Polly Enabled|
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.h18 enum class SVEState { Unknown, Disabled, FPSIMD, Full }; enumerator
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp131 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()
1312 Needs &= ~III->second.Disabled; in processBlock()
/llvm-project-15.0.7/polly/test/ScheduleOptimizer/
H A Dpattern-matching-based-opts_5.ll57 ; CHECK-NEXT: // Loop Vectorizer Disabled
97 ; CHECK-NEXT: // Loop Vectorizer Disabled
132 ; CHECK-NEXT: // Loop Vectorizer Disabled
172 ; CHECK-NEXT: // Loop Vectorizer Disabled
258 ; CHECK-NEXT: // Loop Vectorizer Disabled
333 ; CHECK-NEXT: // Loop Vectorizer Disabled

123