Home
last modified time | relevance | path

Searched refs:ToKind (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DLayoutTelemetryTools.cpp40 static FlushKind ToKind(FlushType aFlushType) { in ToKind() function
61 mReqsPerFlush[ToKind(aFlushType)]++; in IncReqsPerFlush()
65 mFlushesPerTick[ToKind(aFlushType)]++; in IncFlushesPerTick()
69 auto flushKind = ToKind(aFlushType); in PingReqsPerFlushTelemetry()
88 auto flushKind = ToKind(aFlushType); in PingFlushPerTickTelemetry()
105 auto flushKind = ToKind(aFlushType); in PingTotalMsPerTickTelemetry()
/dports/www/firefox/firefox-99.0/layout/base/
H A DLayoutTelemetryTools.cpp40 static FlushKind ToKind(FlushType aFlushType) { in ToKind() function
61 mReqsPerFlush[ToKind(aFlushType)]++; in IncReqsPerFlush()
65 mFlushesPerTick[ToKind(aFlushType)]++; in IncFlushesPerTick()
69 auto flushKind = ToKind(aFlushType); in PingReqsPerFlushTelemetry()
88 auto flushKind = ToKind(aFlushType); in PingFlushPerTickTelemetry()
105 auto flushKind = ToKind(aFlushType); in PingTotalMsPerTickTelemetry()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DLayoutTelemetryTools.cpp40 static FlushKind ToKind(FlushType aFlushType) { in ToKind() function
61 mReqsPerFlush[ToKind(aFlushType)]++; in IncReqsPerFlush()
65 mFlushesPerTick[ToKind(aFlushType)]++; in IncFlushesPerTick()
69 auto flushKind = ToKind(aFlushType); in PingReqsPerFlushTelemetry()
88 auto flushKind = ToKind(aFlushType); in PingFlushPerTickTelemetry()
105 auto flushKind = ToKind(aFlushType); in PingTotalMsPerTickTelemetry()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DLayoutTelemetryTools.cpp39 static FlushKind ToKind(FlushType aFlushType) { in ToKind() function
60 mReqsPerFlush[ToKind(aFlushType)]++; in IncReqsPerFlush()
64 mFlushesPerTick[ToKind(aFlushType)]++; in IncFlushesPerTick()
68 auto flushKind = ToKind(aFlushType); in PingReqsPerFlushTelemetry()
87 auto flushKind = ToKind(aFlushType); in PingFlushPerTickTelemetry()
104 auto flushKind = ToKind(aFlushType); in PingTotalMsPerTickTelemetry()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/flux/stdlib/influxdata/influxdb/
H A Dto.go25 ToKind = "influx1x/toKind" const
41 toSignature := runtime.MustLookupBuiltinType("influxdata/influxdb", influxdb.ToKind)
42 …luxdata/influxdb", "to", flux.MustValue(flux.FunctionValueWithSideEffect(ToKind, createToOpSpec, t…
43 flux.RegisterOpSpec(ToKind, func() flux.OperationSpec { return &ToOpSpec{} })
44 plan.RegisterProcedureSpecWithSideEffect(ToKind, newToProcedure, ToKind)
45 execute.RegisterTransformation(ToKind, createToTransformation)
104 return ToKind
115 return ToKind
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp989 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
991 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
992 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DStackColoring.cpp943 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
945 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
946 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DStackColoring.cpp938 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
940 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
941 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DStackColoring.cpp987 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
989 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
990 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DStackColoring.cpp989 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
991 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
992 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DStackColoring.cpp943 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
945 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
946 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackColoring.cpp938 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
940 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
941 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp987 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
989 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
990 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DStackColoring.cpp989 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
991 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
992 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DStackColoring.cpp987 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
989 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
990 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp938 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
940 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
941 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DStackColoring.cpp989 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
991 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
992 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DStackColoring.cpp987 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
989 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
990 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DStackColoring.cpp987 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
989 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
990 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DStackColoring.cpp937 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
939 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
940 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DStackColoring.cpp938 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second);
940 (ToKind == MachineFrameInfo::SSPLK_None ||
941 (ToKind != MachineFrameInfo::SSPLK_LargeArray &&
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DStackColoring.cpp938 MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second); in remapInstructions() local
940 (ToKind == MachineFrameInfo::SSPLK_None || in remapInstructions()
941 (ToKind != MachineFrameInfo::SSPLK_LargeArray && in remapInstructions()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/patches/
H A Dflux.patch1304 -// ToKind is the kind for the `to` flux function
1305 -const ToKind = influxdb.ToKind
1349 - flux.ReplacePackageValue("influxdata/influxdb", "to", flux.FunctionValueWithSideEffect(ToKind, cr…
1350 - flux.RegisterOpSpec(ToKind, func() flux.OperationSpec { return &ToOpSpec{} })
1351 - plan.RegisterProcedureSpecWithSideEffect(ToKind, newToProcedure, ToKind)
1352 - execute.RegisterTransformation(ToKind, createToTransformation)
1457 - return ToKind
1493 - return ToKind
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/patches/
H A Dflux.patch1304 -// ToKind is the kind for the `to` flux function
1305 -const ToKind = influxdb.ToKind
1349 - flux.ReplacePackageValue("influxdata/influxdb", "to", flux.FunctionValueWithSideEffect(ToKind, cr…
1350 - flux.RegisterOpSpec(ToKind, func() flux.OperationSpec { return &ToOpSpec{} })
1351 - plan.RegisterProcedureSpecWithSideEffect(ToKind, newToProcedure, ToKind)
1352 - execute.RegisterTransformation(ToKind, createToTransformation)
1457 - return ToKind
1493 - return ToKind