Home
last modified time | relevance | path

Searched refs:propagate (Results 1 – 25 of 177) sorted by relevance

12345678

/third_party/python/Lib/unittest/
D_log.py55 self.old_propagate = logger.propagate
58 logger.propagate = False
65 self.logger.propagate = self.old_propagate
/third_party/rust/crates/cxx/gen/src/
Dmod.rs164 errors.propagate()?; in generate()
168 errors.propagate()?; in generate()
172 errors.propagate()?; in generate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp597 static void propagate(InstantiatedValue From, InstantiatedValue To, in propagate() function
620 propagate(Edge.Other, Src, MatchState::FlowFromReadOnly, ReachSet, in initializeWorkList()
622 propagate(Src, Edge.Other, MatchState::FlowToWriteOnly, ReachSet, in initializeWorkList()
658 propagate(*FromNodeBelow, *ToNodeBelow, in processWorkListItem()
664 propagate(Src, *ToNodeBelow, ToState, ReachSet, WorkList); in processWorkListItem()
686 propagate(FromNode, AssignEdge.Other, State, ReachSet, WorkList); in processWorkListItem()
690 propagate(FromNode, RevAssignEdge.Other, State, ReachSet, WorkList); in processWorkListItem()
695 propagate(FromNode, MemAlias, State, ReachSet, WorkList); in processWorkListItem()
DLegacyDivergenceAnalysis.cpp102 void propagate();
267 void DivergencePropagator::propagate() { in propagate() function in __anon3d6dd2cf0111::DivergencePropagator
349 DP.propagate(); in runOnFunction()
DSyntheticCountsUtils.cpp87 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, in propagate() function in SyntheticCountsUtils
/third_party/python/Lib/logging/
Dconfig.py181 logger.propagate = True
230 propagate = section.getint("propagate", fallback=1)
247 logger.propagate = propagate
797 propagate = config.get('propagate', None)
798 if propagate is not None:
799 logger.propagate = propagate
/third_party/mesa3d/docs/relnotes/
D10.2.4.rst76 - i965: Don't copy propagate abs into Broadwell logic instructions.
100 - i965/fs: Constant propagate into 2-src math instructions on Gen8.
101 - i965/vec4: Constant propagate into 2-src math instructions on Gen8.
D10.2.5.rst111 - i965: Don't copy propagate abs into Broadwell logic instructions.
151 - i965/fs: Constant propagate into 2-src math instructions on Gen8.
152 - i965/vec4: Constant propagate into 2-src math instructions on Gen8.
D19.0.6.rst50 - nir: Actually propagate progress in nir_opt_move_load_ubo.
120 - st/glsl: make sure to propagate initialisers to driver storage
D20.1.5.rst103 - iris: propagate error from gen_perf_begin_query to glBeginPerfQueryINTEL
104 - i965: propagate error from gen_perf_begin_query to glBeginPerfQueryINTEL
D18.1.3.rst97 - glsl: Don't copy propagate from SSBO or shared variables either
98 - glsl: Don't copy propagate elements from SSBO or shared variables
D17.2.3.rst90 - intel/compiler: Don't cmod propagate into a saturated operation
91 - intel/compiler: Don't propagate cmod into integer multiplies
/third_party/mbedtls/programs/ssl/
DCMakeLists.txt25 # propagate this information across the tree, for now it's only visible
26 # inside the same directory, so we need to propagate manually.
/third_party/python/Doc/c-api/
Diter.rst37 /* propagate error */
50 /* propagate error */
/third_party/rust/crates/cxx/syntax/
Dreport.rs22 pub fn propagate(&mut self) -> Result<()> { in propagate() method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h43 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
/third_party/typescript/tests/baselines/reference/
DjsExportMemberMergedWithModuleAugmentation.errors.txt24 // propagate through the object literal export.
DjsExportMemberMergedWithModuleAugmentation.types40 // propagate through the object literal export.
DjsExportMemberMergedWithModuleAugmentation.symbols38 // propagate through the object literal export.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp83 SyntheticCountsUtils<ModuleSummaryIndex *>::propagate(&Index, GetProfileCount, in computeSyntheticCounts()
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/
Dcfg.comp54 // Check that multibranches propagate up to dominator.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp130 SyntheticCountsUtils<const CallGraph *>::propagate( in run()
/third_party/skia/third_party/externals/libwebp/
DPATENTS10 run, modify and propagate the contents of these implementations of WebM, where
/third_party/node/deps/v8/bazel/
Dv8-non-pointer-compression.bzl13 # cc_binary's output to its own output and propagate its runfiles
/third_party/ltp/testcases/kdump/doc/
DALL_TEST.txt57 * KDENB: kdump propagate

12345678