/third_party/node/deps/v8/src/compiler/ |
H A D | branch-elimination.h | 27 enum Phase { enum in v8::internal::compiler::final 32 SourcePositionTable* sourse_positions, Phase phase = kLATE); 138 Phase phase_;
|
H A D | simplified-lowering.cc | 57 enum Phase { enum 747 TRACE("--{Verify Phase}--\n"); in RunVerifyPhase() 795 template <Phase T> 803 template <Phase T> 808 template <Phase T> 813 template <Phase T> 818 template <Phase T> 975 template <Phase T> 979 template <Phase T> 1001 template <Phase [all...] |
H A D | branch-elimination.cc | 20 Phase phase) in BranchElimination()
|
H A D | pipeline.cc | 680 template <typename Phase, typename... Args> 1277 template <typename Phase, typename... Args> 1280 PipelineRunScope scope(this->data_, Phase::phase_name(), in Run() 1281 Phase::kRuntimeCallCounterId, Phase::kCounterMode); in Run() 1283 PipelineRunScope scope(this->data_, Phase::phase_name()); in Run() 1285 Phase phase; in Run()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_dataflow_swizzles.c | 62 mov->U.I.DstReg.WriteMask = split.Phase[phase]; in rewrite_source() 67 if (!GET_BIT(split.Phase[phase], chan)) in rewrite_source() 71 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate; in rewrite_source() 74 else if (masked_negate == split.Phase[phase]) in rewrite_source()
|
H A D | radeon_swizzle.h | 35 unsigned char Phase[4]; member
|
H A D | r300_fragprog_swizzle.c | 193 split->Phase[split->NumPhases++] = best_matchmask; in r300_swizzle_split()
|
H A D | r500_fragprog.c | 262 split->Phase[split->NumPhases++] = negatebase[i]; in r500_swizzle_split()
|
/third_party/nghttp2/src/ |
H A D | h2load.cc | 294 worker->current_phase = Phase::DURATION_OVER; in duration_timeout_cb() 329 worker->current_phase = Phase::MAIN_DURATION; in warmup_timeout_cb() 611 worker->current_phase == Phase::MAIN_DURATION) { in connect() 615 } else if (worker->current_phase == Phase::INITIAL_IDLE) { in connect() 616 worker->current_phase = Phase::WARM_UP; in connect() 690 if (worker->current_phase == Phase::MAIN_DURATION) { in try_again_or_fail() 768 if (worker->current_phase != Phase::MAIN_DURATION) { in submit_request() 788 if (worker->current_phase != Phase::MAIN_DURATION) { in process_timedout_streams() 805 if (worker->current_phase != Phase::MAIN_DURATION) { in process_abandoned_streams() 819 if (worker->current_phase != Phase in process_request_failure() [all...] |
H A D | h2load.h | 255 enum class Phase { class 301 Phase current_phase; 404 // but it only measures requests made during Phase::MAIN_DURATION.
|
H A D | h2load_quic.cc | 76 if (worker->current_phase == Phase::MAIN_DURATION) { in quic_recv_stream_data()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 397 ThinLTOPhase Phase, in buildFunctionSimplificationPipeline() 487 if ((Phase != ThinLTOPhase::PreLink || !PGOOpt || in buildFunctionSimplificationPipeline() 674 ThinLTOPhase Phase, in buildModuleSimplificationPipeline() 685 !(FlattenedProfileUsed && Phase == ThinLTOPhase::PostLink); in buildModuleSimplificationPipeline() 701 if (Phase == ThinLTOPhase::PostLink && !LoadSampleProfile) in buildModuleSimplificationPipeline() 733 Phase == ThinLTOPhase::PreLink)); in buildModuleSimplificationPipeline() 739 if (Phase != ThinLTOPhase::PreLink) in buildModuleSimplificationPipeline() 744 MPM.addPass(PGOIndirectCallPromotion(Phase == ThinLTOPhase::PostLink, in buildModuleSimplificationPipeline() 782 if (PGOOpt && Phase != ThinLTOPhase::PostLink && in buildModuleSimplificationPipeline() 791 if (PGOOpt && Phase ! in buildModuleSimplificationPipeline() 396 buildFunctionSimplificationPipeline(OptimizationLevel Level, ThinLTOPhase Phase, bool DebugLogging) buildFunctionSimplificationPipeline() argument 673 buildModuleSimplificationPipeline(OptimizationLevel Level, ThinLTOPhase Phase, bool DebugLogging) buildModuleSimplificationPipeline() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | object-stats.cc | 372 enum Phase { enum in v8::internal::ObjectStatsCollectorImpl 383 void CollectStatistics(HeapObject obj, Phase phase, 741 HeapObject obj, Phase phase, CollectFieldStats collect_field_stats) { in CollectStatistics() 1085 ObjectStatsCollectorImpl::Phase phase) in ObjectStatsVisitor() 1107 ObjectStatsCollectorImpl::Phase phase_; 1131 static_cast<ObjectStatsCollectorImpl::Phase>(i)); in Collect()
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGGeometryEffect.h | 109 SG_ATTRIBUTE(Phase, float , fPhase )
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 283 /// \p Phase indicates the current ThinLTO phase. 286 ThinLTOPhase Phase, 303 /// \p Phase indicates the current ThinLTO phase. 306 ThinLTOPhase Phase,
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | MotionTileEffect.cpp | 52 SG_ATTRIBUTE(Phase , SkScalar, fPhase )
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1823 for (int Phase = 0; Phase < 2; ++Phase) { 1832 if (Phase) 1861 if (Phase) 1885 else if (Phase) 1894 if (Phase)
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 3931 var Phase; variable 3932 (function (Phase) { 3933 Phase["Parse"] = "parse"; 3934 Phase["Program"] = "program"; 3935 Phase["Bind"] = "bind"; 3936 Phase["Check"] = "check"; 3937 Phase["CheckTypes"] = "checkTypes"; 3938 Phase["Emit"] = "emit"; 3939 Phase["Session"] = "session"; 3940 })(Phase [all...] |
H A D | tsserverlibrary.js | 3950 var Phase; variable 3951 (function (Phase) { 3952 Phase["Parse"] = "parse"; 3953 Phase["Program"] = "program"; 3954 Phase["Bind"] = "bind"; 3955 Phase["Check"] = "check"; 3956 Phase["CheckTypes"] = "checkTypes"; 3957 Phase["Emit"] = "emit"; 3958 Phase["Session"] = "session"; 3959 })(Phase [all...] |
H A D | typescript.js | 3941 var Phase; variable 3942 (function (Phase) { 3943 Phase["Parse"] = "parse"; 3944 Phase["Program"] = "program"; 3945 Phase["Bind"] = "bind"; 3946 Phase["Check"] = "check"; 3947 Phase["CheckTypes"] = "checkTypes"; 3948 Phase["Emit"] = "emit"; 3949 Phase["Session"] = "session"; 3950 })(Phase [all...] |
H A D | typescriptServices.js | 3941 var Phase; variable 3942 (function (Phase) { 3943 Phase["Parse"] = "parse"; 3944 Phase["Program"] = "program"; 3945 Phase["Bind"] = "bind"; 3946 Phase["Check"] = "check"; 3947 Phase["CheckTypes"] = "checkTypes"; 3948 Phase["Emit"] = "emit"; 3949 Phase["Session"] = "session"; 3950 })(Phase [all...] |
H A D | tsserver.js | 3951 var Phase; variable 3952 (function (Phase) { 3953 Phase["Parse"] = "parse"; 3954 Phase["Program"] = "program"; 3955 Phase["Bind"] = "bind"; 3956 Phase["Check"] = "check"; 3957 Phase["CheckTypes"] = "checkTypes"; 3958 Phase["Emit"] = "emit"; 3959 Phase["Session"] = "session"; 3960 })(Phase [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 3966 var Phase; variable 3967 (function (Phase) { 3968 Phase["Parse"] = "parse"; 3969 Phase["Program"] = "program"; 3970 Phase["Bind"] = "bind"; 3971 Phase["Check"] = "check"; 3972 Phase["CheckTypes"] = "checkTypes"; 3973 Phase["Emit"] = "emit"; 3974 Phase["Session"] = "session"; 3975 })(Phase [all...] |