| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | OptBisect.h | 61 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 D | tsd_exclusive.h | 67 !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 D | RegisterContextPOSIXCore_arm64.cpp | 100 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 D | ExecutionEngine.h | 458 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 D | OptBisect.cpp | 24 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 D | assert_test.cpp | 30 TEST(LlvmLibcAssert, Disabled) { in TEST() argument
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | ulimit.test | 1 # FIXME: Disabled on Windows for now because Windows has no ulimit command.
|
| H A D | fork-sigusr.test | 2 # Disabled on Windows which does not have SIGUSR1/SIGUSR2.
|
| H A D | dso.test | 1 # FIXME: Disabled on Windows because -fPIC cannot be used to compile for Windows.
|
| H A D | sigusr.test | 1 # FIXME: Disabled on Windows for now because of reliance on posix only features
|
| H A D | full-coverage.test | 1 # FIXME: Disabled on Windows because -fPIC cannot be used to compile for Windows.
|
| H A D | trace-malloc-threaded.test | 3 // FIXME: Disabled on Windows because of a crash (possibly related to above).
|
| H A D | coverage.test | 1 # FIXME: Disabled on Windows because -fPIC cannot be used to compile for Windows.
|
| H A D | merge-sigusr.test | 2 # 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 D | NativeRegisterContextLinux_arm64.cpp | 129 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 D | 2008-07-29-icmp.ll | 3 ; FIXME: Disabled because branch instructions are generated where
|
| H A D | 2008-07-23-fpcmp.ll | 5 ; FIXME: Disabled because branch instructions are generated where
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | aarch64-memtag-android-abi.s | 45 # NOHEAP-NEXT: Heap: Disabled 50 # NOSTACK-NEXT: Stack: Disabled
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/ |
| H A D | README.LLVM | 22 * Disabled -Wdeprecated-copy for clang
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/AArch64/ |
| H A D | note-android-memtag.test | 61 # NOHEAP-NEXT: Heap: Disabled 63 # NOSTACK-NEXT: Stack: Disabled
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | assert-side-effect.rst | 22 side effects. Disabled by default because it can increase the number of false
|
| /llvm-project-15.0.7/polly/docs/ |
| H A D | Performance.rst | 40 |Polly Disabled|Polly Enabled|
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfoPOSIX_arm64.h | 18 enum class SVEState { Unknown, Disabled, FPSIMD, Full }; enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIWholeQuadMode.cpp | 131 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 D | pattern-matching-based-opts_5.ll | 57 ; 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
|