Searched refs:IsCoalesced (Results 1 – 10 of 10) sorted by relevance
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/qlog/ |
H A D | event.go | 133 IsCoalesced bool member 147 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced) 156 IsCoalesced bool member 170 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced)
|
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/qlog/ |
H A D | event.go | 111 IsCoalesced bool member 125 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced) 133 IsCoalesced bool member 147 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced)
|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/qlog/ |
H A D | event.go | 111 IsCoalesced bool member 125 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced) 133 IsCoalesced bool member 147 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced)
|
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/qlog/ |
H A D | event.go | 161 IsCoalesced bool member 175 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced) 184 IsCoalesced bool member 198 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced)
|
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/qlog/ |
H A D | event.go | 161 IsCoalesced bool member 175 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced) 184 IsCoalesced bool member 198 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced)
|
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/qlog/ |
H A D | event.go | 161 IsCoalesced bool member 175 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced) 184 IsCoalesced bool member 198 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced)
|
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/qlog/ |
H A D | event.go | 161 IsCoalesced bool member 175 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced) 184 IsCoalesced bool member 198 enc.BoolKeyOmitEmpty("is_coalesced", e.IsCoalesced)
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/ |
H A D | CShader.cpp | 1052 if (IsCoalesced(val) || nbElement > 31) in GetNbVectorElementAndMask() 2569 if (IsCoalesced(DefInst)) in GetSymbolFromSource() 2590 if (!IsCoalesced(DefInst)) in GetSymbolFromSource() 3003 if (IsCoalesced(inst) || IsCoalesced(vecSrc)) in CanTreatAsAlias() 3112 bool CShader::IsCoalesced(Value* V) { in IsCoalesced() function in CShader 3146 if (IsCoalesced(genInst)) in VMECoalescePattern() 3153 if (IsCoalesced(argInst)) in VMECoalescePattern()
|
H A D | ShaderCodeGen.hpp | 302 bool IsCoalesced(llvm::Value* V);
|
H A D | EmitVISAPass.cpp | 15809 if (m_currShader->IsCoalesced(BCI)) in emitVectorBitCast() 15999 if (isa<LoadInst>(loadInst) && !m_currShader->IsCoalesced(loadInst)) in emitGatherA64() 16024 if (isa<LoadInst>(loadInst) && !m_currShader->IsCoalesced(loadInst)) in emitGather4A64()
|