Home
last modified time | relevance | path

Searched refs:Force (Results 1 – 25 of 151) 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.ps194 New-Item -Type Directory "${BUILD}" -Force
95 New-Item -Type Directory "${BUILD}\${Arch}" -Force
96 New-Item -Type Directory "${BUILD}\${Arch}\${Type}" -Force
97 New-Item -Type Directory "${STAGE}\${LIBRESSL}" -Force
98 New-Item -Type Directory "${STAGE}\${LIBCBOR}" -Force
99 New-Item -Type Directory "${STAGE}\${ZLIB}" -Force
102 New-Item -Type Directory "${OUTPUT}" -Force
103 New-Item -Type Directory "${OUTPUT}\${Arch}" -Force
128 Remove-Item -Force .\${LIBRESSL}.tar
195 Copy-Item -Destination "${PREFIX}/lib/zlib1.lib" -Force
[all...]
H A Dcygwin.ps138 New-Item -Type Directory "${Cygwin}" -Force
39 New-Item -Type Directory "${Root}" -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/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/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/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp44 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable
93 if (Force || !CheckBitcodeOutputToConsole(Out->os())) { in WriteOutputFile()
/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.h201 BranchProbabilityInfo *getOrCreateBPI(bool Force = false);
206 BlockFrequencyInfo *getOrCreateBFI(bool Force = false);
/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.td17 // Force dependencies for vector trunc stores
/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/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-j493.dts39 * 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/tools/test/stress2/misc/
H A Dptrace10.sh101 /* Force SIGHUP to be delivered to the new thread. */
/freebsd/share/misc/
H A Dusb_hid_usages1037 0x26 ET Constant Force
1039 0x28 ET Custom Force Data
1071 0x66 Download Force Sample
1072 0x67 Isoch Custom Force Enable
1073 0x68 Custom Force Data Report
1074 0x69 Custom Force Data
1075 0x6A Custom Force Vendor Defined Data
1076 0x6B Set Custom Force Report
1077 0x6C Custom Force Data Offset
1084 0x73 Set Constant Force Report
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp185 UP.Force = true; in computeUnrollAndJamCount()
198 UP.Force = true; in computeUnrollAndJamCount()
/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
422 else if (Force || !CheckBitcodeOutputToConsole(Out.os())) in main()

1234567