Searched refs:Disabled (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/common/
H A Dieee802_1x_defs.h27 * Disabled MACsec - do not secure sessions.
66 Disabled, enumerator in enum:validate_frames
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h46 !atomic_load(&Disabled, memory_order_acquire))) {
60 atomic_store(&Disabled, 1U, memory_order_release);
64 atomic_store(&Disabled, 0U, memory_order_release);
93 atomic_u8 Disabled; member in struct:scudo::TSDRegistryExT
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h464 void DisableLazyCompilation(bool Disabled = true) {
465 CompilingLazily = !Disabled;
474 void DisableGVCompilation(bool Disabled = true) {
475 GVCompilationDisabled = Disabled;
484 void DisableSymbolSearching(bool Disabled = true) {
485 SymbolSearchingDisabled = Disabled;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp129 char Disabled = 0; member in struct:__anon3995::InstrInfo
259 Flag &= ~II.Disabled;
359 III.Disabled = StateWWM;
381 III.Disabled = StateWQM | StateWWM;
435 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) &&
721 Needs &= ~III->second.Disabled;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp70 cl::init(TailPredication::Disabled),
71 cl::values(clEnumValN(TailPredication::Disabled, "disabled",
H A DARMTargetTransformInfo.h43 Disabled = 0, enumerator in enum:llvm::TailPredication::Mode
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h179 static VectorizationFactor Disabled() { return {1, 0}; } function in struct:llvm::VectorizationFactor
H A DLoopVectorize.cpp6558 return VectorizationFactor::Disabled();
6566 return VectorizationFactor::Disabled();
6617 return VectorizationFactor::Disabled();
7688 VectorizationFactor::Disabled() == VF)
7850 VectorizationFactor VF = VectorizationFactor::Disabled();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2434 bool Disabled = false;
2439 Disabled = true;
2442 return Disabled;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp49 Disabled, Arguments, Structure, Executions, Details enumerator in enum:__anon3686::PassDebugLevel
57 clEnumVal(Disabled , "disable debug output"),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1964 return TargetLoweringBase::ReciprocalEstimate::Disabled;
1989 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled
2019 "Disabled reciprocals, but specifed refinement steps?");
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h259 bool Disabled = false; member in struct:clang::CodeGen::CGOpenMPRuntime::LastprivateConditionalData
H A DCGOpenMPRuntime.cpp11292 if (!Data.Disabled)
11347 Data.Disabled = true;
11361 assert(CGM.getOpenMPRuntime().LastprivateConditionalStack.back().Disabled &&
11367 !CGM.getOpenMPRuntime().LastprivateConditionalStack.back().Disabled &&
11427 if (D.Disabled)
11446 if (D.Disabled)
11616 Range, [](const LastprivateConditionalData &D) { return !D.Disabled; });
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h472 Disabled = 0,
/freebsd-13-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c3478 kay->macsec_validate = Disabled;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21529 if (Enabled == TLI.ReciprocalEstimate::Disabled)
21668 if (Enabled == TLI.ReciprocalEstimate::Disabled)

Completed in 379 milliseconds