Home
last modified time | relevance | path

Searched refs:Forced (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp474 Forced = 1, enumerator
567 LevelStates[Level] = State::Forced; in solve()
580 LevelStates[Level] = State::Forced; in solve()
643 for (; LevelStates[Level] == State::Forced; --Level) { in reverseForcedMoves()
/freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Drichtek,rt5739.yaml43 1: Forced PWM mode
H A Drichtek,rt6190.yaml46 1: FCCM mode (Forced-CCM mode)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp854 bool Forced = isForced().value_or(false); in fail() local
870 Forced ? OptimizationRemarkAnalysis::AlwaysPrint : LDIST_NAME, in fail()
876 if (Forced) in fail()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h164 Forced, enumerator
/freebsd-14.2/contrib/kyua/integration/
H A Dcmd_test_test.sh168 expect_all_pass:failure -> expected_failure: Oh no: Forced failure [S.UUUs]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp848 case CodeGenOptions::AssignmentTrackingOpts::Forced: in RunOptimizationPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td101 // `forceMasked` Forced to be masked (e.g. Add-with-Carry Instructions).
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7088 Values<"disabled,enabled,forced">, NormalizedValues<["Disabled","Enabled","Forced"]>,