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

/freebsd-12-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-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h50 !atomic_load(&Disabled, memory_order_acquire))) {
65 atomic_store(&Disabled, 1U, memory_order_release);
69 atomic_store(&Disabled, 0U, memory_order_release);
98 atomic_u8 Disabled; member in struct:scudo::TSDRegistryExT
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h450 void DisableLazyCompilation(bool Disabled = true) {
451 CompilingLazily = !Disabled;
460 void DisableGVCompilation(bool Disabled = true) {
461 GVCompilationDisabled = Disabled;
470 void DisableSymbolSearching(bool Disabled = true) {
471 SymbolSearchingDisabled = Disabled;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp128 char Disabled = 0; member in struct:__anon5034::InstrInfo
260 Flag &= ~II.Disabled;
360 III.Disabled = StateWWM;
382 III.Disabled = StateWQM | StateWWM;
436 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) &&
752 Needs &= ~III->second.Disabled;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h176 static VectorizationFactor Disabled() { return {1, 0}; } function in struct:llvm::VectorizationFactor
H A DLoopVectorize.cpp6482 return VectorizationFactor::Disabled();
6490 return VectorizationFactor::Disabled();
6536 return VectorizationFactor::Disabled();
7580 VectorizationFactor::Disabled() == VF)
7735 VectorizationFactor VF = VectorizationFactor::Disabled();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2304 bool Disabled = false;
2309 Disabled = true;
2312 return Disabled;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp50 Disabled, Arguments, Structure, Executions, Details enumerator in enum:__anon4751::PassDebugLevel
58 clEnumVal(Disabled , "disable debug output"),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1904 return TargetLoweringBase::ReciprocalEstimate::Disabled;
1929 return IsDisabled ? TargetLoweringBase::ReciprocalEstimate::Disabled
1959 "Disabled reciprocals, but specifed refinement steps?");
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h355 Disabled = 0,
/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c3478 kay->macsec_validate = Disabled;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20614 if (Enabled == TLI.ReciprocalEstimate::Disabled)
20753 if (Enabled == TLI.ReciprocalEstimate::Disabled)

Completed in 339 milliseconds