Home
last modified time | relevance | path

Searched refs:Phase (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp398 static bool isLTOPreLink(ThinOrFullLTOPhase Phase) { in isLTOPreLink() argument
399 return Phase == ThinOrFullLTOPhase::ThinLTOPreLink || in isLTOPreLink()
400 Phase == ThinOrFullLTOPhase::FullLTOPreLink; in isLTOPreLink()
406 ThinOrFullLTOPhase Phase) { in buildO1FunctionSimplificationPipeline() argument
464 isLTOPreLink(Phase))); in buildO1FunctionSimplificationPipeline()
487 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink || !PGOOpt || in buildO1FunctionSimplificationPipeline()
546 ThinOrFullLTOPhase Phase) { in buildFunctionSimplificationPipeline() argument
552 return buildO1FunctionSimplificationPipeline(Level, Phase); in buildFunctionSimplificationPipeline()
647 isLTOPreLink(Phase))); in buildFunctionSimplificationPipeline()
678 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink || !PGOOpt || in buildFunctionSimplificationPipeline()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp851 AMDGPU::SchedulingPhase Phase) = 0;
855 AMDGPU::SchedulingPhase Phase) = 0;
871 AMDGPU::SchedulingPhase Phase) override;
874 AMDGPU::SchedulingPhase Phase) override { in shouldApplyStrategy() argument
887 AMDGPU::SchedulingPhase Phase) { in applyIGLPStrategy() argument
1342 AMDGPU::SchedulingPhase Phase) override;
1345 AMDGPU::SchedulingPhase Phase) override;
1551 AMDGPU::SchedulingPhase Phase) { in shouldApplyStrategy() argument
1555 if (Phase != AMDGPU::SchedulingPhase::PostRA) in shouldApplyStrategy()
1557 if (Phase != AMDGPU::SchedulingPhase::PostRA && !analyzeDAG(TII)) in shouldApplyStrategy()
[all …]
H A DAMDGPUIGroupLP.h24 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase);
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.eap_user23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration.
41 # version based on the Phase 1 identity. Without this flag, the EAP
58 # Phase 1 users
85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
H A DChangeLog754 * EAP-FAST server: piggyback Phase 2 start with the end of Phase 1
871 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2
873 * added support for EAP Sequences in EAP-FAST Phase 2
880 * added support for fragmenting EAP-TTLS/PEAP/FAST Phase 2 (tunneled)
903 phase 2 to allow EAP-SIM and EAP-AKA to be used as the Phase 2 method
1179 Phase 1 identity
1199 * added support for configuring multiple allowed EAP types for Phase 2
1207 * added support for configuring list of EAP methods for Phase 1 so that
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md7 ### ZED+FM Phase 1 ###
9 All the phase 1 work is in current Master branch. Phase I work includes:
16 ### ZED+FM Phase 2 (WIP) ###
24 ### ZED+FM Phase 3 ###
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h196 ThinOrFullLTOPhase Phase);
214 ThinOrFullLTOPhase Phase);
219 ThinOrFullLTOPhase Phase);
224 ThinOrFullLTOPhase Phase);
700 ThinOrFullLTOPhase Phase);
/freebsd/usr.sbin/ppp/
H A Dppp.conf11 set log Phase Chat LCP IPCP CCP tun command
/freebsd/contrib/wpa/wpa_supplicant/
H A Deap_testing.txt236 packet from Supplicant looks like the one sent in the Phase 1. The
237 server generates a valid looking reply in the same way as in Phase
256 seems to get confused and fails to send proper Phase 2 data.
265 seems to get confused and fails to send proper Phase 2 data.
306 (Failed to decrypt Phase 2 data)
H A DChangeLog39 * EAP-PEAP: require Phase 2 authentication by default (phase2_auth=1)
390 * EAP-TTLS: fixed success after fragmented final Phase 2 message
808 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
989 certificate configuration between Phase 1 and Phase 2
1442 * added support for configuring Phase 2 (inner/tunneled) authentication
1446 * added support for EAP Sequences in EAP-FAST Phase 2
1571 * added support for fragmentation of outer TLS packets during Phase 2
2173 * fixed ctrl_iface requests for identity/password/otp in Phase 2 of
2202 * allow EAP-PEAP/TTLS fast reauthentication only if Phase 2 succeeded
2203 in the previous authentication (previously, only Phase 1 success was
[all …]
H A DREADME-HS20250 # phase1: Pre-configure Phase 1 (outer authentication) parameters
253 # phase2: Pre-configure Phase 2 (inner authentication) parameters
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5755.txt24 Valid values for DC DC Phase control is:
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadf4350.txt54 2: Phase resync enable
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4090 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments() local
4091 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments()
4191 for (phases::ID Phase : PL) { in BuildActions() local
4196 Current, InputArg, Phase, PL.back(), FullPL); in BuildActions()
4201 if (Phase == phases::Link) { in BuildActions()
4202 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildActions()
4217 if (Phase == phases::IfsMerge) { in BuildActions()
4218 assert(Phase == PL.back() && "merging must be final compilation step."); in BuildActions()
4224 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4234 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel.m4727 dnl # Phase 1) attempt to build the object files for all of the tests
731 dnl # Phase 2) disable all tests which failed the initial compilation,
742 dnl # Phase 1 - Compilation only, final linking is skipped.
746 dnl # Phase 2 - When building external modules disable test cases
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1572 if (ForceUpdate && Phase == AttributorPhase::UPDATE)
1593 if (Phase == AttributorPhase::SEEDING && !shouldSeedAttribute(AA)) {
1618 AttributorPhase OldPhase = Phase;
1619 Phase = AttributorPhase::UPDATE;
1623 Phase = OldPhase;
1705 if (Phase == AttributorPhase::SEEDING || Phase == AttributorPhase::UPDATE)
1741 if (Phase == AttributorPhase::MANIFEST || Phase == AttributorPhase::CLEANUP)
2553 } Phase = AttributorPhase::SEEDING;
/freebsd/share/examples/ppp/
H A Dppp.conf.sample30 set log Phase Chat LCP IPCP CCP tun command
315 set log Phase # Log link uptime
478 set log Phase Chat LQM
487 set log Phase LQM
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h639 Compilation &C, const llvm::opt::ArgList &Args, phases::ID Phase,
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.reg1707 * SCSI Phase
2575 * 960MHz Phase-Locked Loop Control 0
2600 * 960MHz Phase-Locked Loop Control 1
2640 * 960-MHz Phase-Locked Loop Test Count
2650 * 400-MHz Phase-Locked Loop Control 0
2676 * 400-MHz Phase-Locked Loop Control 1
2698 * 400-MHz Phase-Locked Loop Test Count
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_openssl.m4272 NTP_OPENSSL_VERBOSE_MSG([OpenSSL Phase I checks:])
514 NTP_OPENSSL_VERBOSE_MSG([OpenSSL Phase II checks:])
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2659 Phase = AttributorPhase::UPDATE; in run()
2672 Phase = AttributorPhase::MANIFEST; in run()
2675 Phase = AttributorPhase::CLEANUP; in run()
2688 assert(Phase == AttributorPhase::UPDATE && in updateAA()
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi50.h109 UINT8 Phase;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1855 for (int Phase = 0; Phase < 2; ++Phase) { in ExpandBVWithShuffles() local
1864 if (Phase) in ExpandBVWithShuffles()
1893 if (Phase) in ExpandBVWithShuffles()
1917 else if (Phase) in ExpandBVWithShuffles()
1926 if (Phase) in ExpandBVWithShuffles()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1748 bool verifySessionState(Twine Phase);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1971 bool ExecutionSession::verifySessionState(Twine Phase) { in verifySessionState() argument
1983 Stream << "ERROR: Bad ExecutionSession state detected " << Phase in verifySessionState()

12