Home
last modified time | relevance | path

Searched refs:Force (Results 1 – 25 of 161) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DHardwareLoops.h24 std::optional<bool> Force; member
37 HardwareLoopOptions &setForce(bool Force) { in setForce()
38 this->Force = Force; in setForce()
41 HardwareLoopOptions &setForcePhi(bool Force) { in setForcePhi()
42 ForcePhi = Force; in setForcePhi()
45 HardwareLoopOptions &setForceNested(bool Force) { in setForceNested()
46 ForceNested = Force; in setForceNested()
49 HardwareLoopOptions &setForceGuard(bool Force) { in setForceGuard()
50 ForceGuard = Force; in setForceGuard()
/freebsd/contrib/libfido2/windows/
H A Dbuild.ps192 New-Item -Type Directory "${BUILD}" -Force
93 New-Item -Type Directory "${BUILD}\${Arch}" -Force
94 New-Item -Type Directory "${BUILD}\${Arch}\${Type}" -Force
95 New-Item -Type Directory "${STAGE}\${LIBRESSL}" -Force
96 New-Item -Type Directory "${STAGE}\${LIBCBOR}" -Force
97 New-Item -Type Directory "${STAGE}\${ZLIB}" -Force
103 New-Item -Type Directory "${GpgHome}" -Force
104 New-Item -Type File "${GpgHome}\common.conf" -Force
107 New-Item -Type Directory "${OUTPUT}" -Force
108 New-Item -Type Directory "${OUTPUT}\${Arch}" -Force
[all …]
H A Dcygwin.ps138 New-Item -Type Directory "${Cygwin}" -Force
39 New-Item -Type Directory "${Root}" -Force
45 New-Item -Type Directory "${GpgHome}" -Force
46 New-Item -Type File "${GpgHome}\common.conf" -Force
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFindingAction.h45 ArrayRef<std::string> QualifiedNames, bool Force) in USRFindingAction()
47 ErrorOccurred(false), Force(Force) {} in USRFindingAction()
60 bool Force; member
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp222 bool Force, bool &ErrorOccurred) in NamedDeclFindingConsumer() argument
224 SpellingNames(SpellingNames), USRList(USRList), Force(Force), in NamedDeclFindingConsumer()
261 if (Force) { in FindSymbol()
297 bool Force; member in clang::tooling::NamedDeclFindingConsumer
303 SymbolOffsets, QualifiedNames, SpellingNames, USRList, Force, in newASTConsumer()
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap-opts.def30 Force DNS resolution of following host names on the command line
41 Force DNS resolution of following host names on the command line
98 descrip = 'Force update of the leapfile';
100 Force update even if current file is OK and not close to expiring.
H A Dinvoke-update-leap.texi84 -F Force update even if current file is OK and not close to expiring.
173 Force DNS resolution of following host names on the command line
184 Force DNS resolution of following host names on the command line
230 Force update even if current file is OK and not close to expiring.
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp43 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable
90 if (Force || !CheckBitcodeOutputToConsole(Out->os())) { in WriteOutputFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h89 Hint Force; variable
154 if ((ForceKind)Force.Value == FK_Undefined && in getForce()
157 return (ForceKind)Force.Value; in getForce()
/freebsd/sys/contrib/openzfs/contrib/initramfs/conf-hooks.d/
H A Dzfs1 # Force the inclusion of Busybox in the initramfs.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h212 BranchProbabilityInfo *getOrCreateBPI(bool Force = false);
217 BlockFrequencyInfo *getOrCreateBFI(bool Force = false);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.td17 // Force dependencies for vector trunc stores
/freebsd/contrib/ntp/ntpd/
H A Dntpdbase-opts.def15 descrip = "Force IPv4 DNS name resolution";
17 Force DNS resolution of following host names on the command line
26 descrip = "Force IPv6 DNS name resolution";
28 Force DNS resolution of following host names on the command line
464 descrip = "Force CPU cycle counter use (Windows only)";
466 Force substitution the CPU counter for @code{QueryPerformanceCounter}.
/freebsd/contrib/ntp/ntpdc/
H A Dinvoke-ntpdc.texi83 -4 no ipv4 Force IPv4 DNS name resolution
85 -6 no ipv6 Force IPv6 DNS name resolution
93 -i no interactive Force ntpq to operate in interactive mode
142 Force DNS resolution of following host names on the command line
158 Force DNS resolution of following host names on the command line
191 Force ntpq to operate in interactive mode. Prompts will be written
/freebsd/sys/contrib/device-tree/src/arm64/apple/
H A Dt8112-j473.dts25 * Force the bus number assignments so that we can declare some of the
H A Dt8103-j274.dts33 * Force the bus number assignments so that we can declare some of the
H A Dt8103-j457.dts33 * Force the bus number assignments so that we can declare some of the
H A Dt8103-j456.dts51 * Force the bus number assignments so that we can declare some of the
H A Dt8112-j413.dts39 * Force the bus number assignments so that we can declare some of the
H A Dt8103-jxxx.dtsi68 * Force the bus number assignments so that we can declare some of the
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.def26 descrip = "Force IPv4 DNS name resolution";
28 Force DNS resolution of the following host names on the command line
37 descrip = "Force IPv6 DNS name resolution";
39 Force DNS resolution of the following host names on the command line
/freebsd/tools/test/stress2/misc/
H A Dptrace10.sh101 /* Force SIGHUP to be delivered to the new thread. */
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h220 void operator()(PassT &&Pass, bool Force = false, in operator()
225 if (!Force && !PB.runBeforeAdding(Name)) in operator()
292 void operator()(PassT &&Pass, bool Force = false, in operator()
298 if (!Force && !PB.runBeforeAdding(Name)) in operator()
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp57 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable
425 else if (Force || !CheckBitcodeOutputToConsole(Out.os())) in main()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp184 UP.Force = true; in computeUnrollAndJamCount()
197 UP.Force = true; in computeUnrollAndJamCount()

1234567