Home
last modified time | relevance | path

Searched refs:preserve (Results 1 - 25 of 125) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAnalysisManager.cpp121 // preserve all Loop analyses. in invalidate()
140 PA.preserve<DominatorTreeAnalysis>(); in getLoopPassPreservedAnalyses()
141 PA.preserve<LoopAnalysis>(); in getLoopPassPreservedAnalyses()
142 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in getLoopPassPreservedAnalyses()
143 PA.preserve<ScalarEvolutionAnalysis>(); in getLoopPassPreservedAnalyses()
144 // FIXME: What we really want to do here is preserve an AA category, but that in getLoopPassPreservedAnalyses()
146 PA.preserve<AAManager>(); in getLoopPassPreservedAnalyses()
147 PA.preserve<BasicAA>(); in getLoopPassPreservedAnalyses()
148 PA.preserve<GlobalsAA>(); in getLoopPassPreservedAnalyses()
149 PA.preserve<SCEVA in getLoopPassPreservedAnalyses()
[all...]
H A DCGSCCPassManager.cpp142 // that proxy isn't preserved we can't preserve this proxy either. We rely on in invalidate()
194 // preserve all SCC analyses. in invalidate()
250 // Note that in order to preserve this proxy, a module pass must ensure that in invalidate()
298 // preserve all function analyses. in invalidate()
398 // We know however that this will preserve any FAM proxy so go ahead and mark in incorporateNewSCCRange()
401 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); in incorporateNewSCCRange()
646 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); in updateCGAndAnalysisManagerForFunctionPass()
667 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); in updateCGAndAnalysisManagerForFunctionPass()
/third_party/ffmpeg/libavfilter/
H A Dvf_colortemperature.c40 float preserve; member
100 nr = lerpf(nr, r, preserve); \
101 ng = lerpf(ng, g, preserve); \
102 nb = lerpf(nb, b, preserve);
111 const float preserve = s->preserve; in temperature_slice8() local
152 const float preserve = s->preserve; in temperature_slice16() local
195 const float preserve = s->preserve; in temperature_slice8p() local
234 const float preserve = s->preserve; temperature_slice16p() local
[all...]
H A Dvf_colorcontrast.c40 float preserve; member
88 nr = lerpf(nr, r, preserve); \
89 ng = lerpf(ng, g, preserve); \
90 nb = lerpf(nb, b, preserve);
106 const float preserve = s->preserve; in colorcontrast_slice8() local
160 const float preserve = s->preserve; in colorcontrast_slice16() local
212 const float preserve = s->preserve; in colorcontrast_slice8p() local
264 const float preserve = s->preserve; colorcontrast_slice16p() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h22 /// 4) All loop passes preserve #1 (where possible), #2, and #3.
379 // By definition we preserve the proxy. We also preserve all analyses on in run()
384 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in run()
385 // We also preserve the set of standard analyses. in run()
386 PA.preserve<DominatorTreeAnalysis>(); in run()
387 PA.preserve<LoopAnalysis>(); in run()
388 PA.preserve<ScalarEvolutionAnalysis>(); in run()
390 PA.preserve<MemorySSAAnalysis>(); in run()
391 // FIXME: What we really want to do here is preserve a in run()
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Drenamer.cc1262 std::unordered_set<const ast::IdentifierExpression*> preserve; in Run() local
1272 preserve.emplace(member->member); in Run()
1276 preserve.emplace(member->member); in Run()
1288 preserve.emplace(call->target.name); in Run()
1347 if (preserve.count(ident)) { in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSCCP.cpp28 PA.preserve<DominatorTreeAnalysis>(); in run()
29 PA.preserve<PostDominatorTreeAnalysis>(); in run()
30 PA.preserve<FunctionAnalysisManagerModuleProxy>(); in run()
64 nullptr, // We cannot preserve the DT or PDT with the legacy pass
/third_party/skia/docs/examples/
H A DCanvas_saveLayerPreserveLCDTextRequests.cpp12 for (auto preserve : { false, true } ) { in REG_FIDDLE()
13 preserve ? canvas->saveLayerPreserveLCDTextRequests(nullptr, nullptr) in REG_FIDDLE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp489 PA.preserve<BasicAA>(); in run()
490 PA.preserve<GlobalsAA>(); in run()
491 PA.preserve<SCEVAA>(); in run()
492 PA.preserve<ScalarEvolutionAnalysis>(); in run()
494 // updates are needed to preserve it. in run()
495 PA.preserve<BranchProbabilityAnalysis>(); in run()
496 PA.preserve<MemorySSAAnalysis>(); in run()
H A DLoopSimplify.cpp455 //===--- Update all analyses which we must preserve now -----------------===// in insertUniqueBackedgeBlock()
612 // to preserve dominator information. in simplifyOneLoop()
716 // If we're asked to preserve LCSSA, the loop nest needs to start in LCSSA in simplifyLoop()
722 "Requested to preserve LCSSA, but it's already broken."); in simplifyLoop()
847 // Note that we don't preserve LCSSA in the new PM, if you need it run LCSSA in run()
857 PA.preserve<DominatorTreeAnalysis>(); in run()
858 PA.preserve<LoopAnalysis>(); in run()
859 PA.preserve<BasicAA>(); in run()
860 PA.preserve<GlobalsAA>(); in run()
861 PA.preserve<SCEVA in run()
[all...]
/third_party/alsa-lib/src/control/
H A Dsetup.c43 unsigned int preserve: 1; member
198 * a .conf that sets preserve off-hook. Start playback (on-hook in snd_sctl_remove()
205 if (elem->preserve && snd_ctl_elem_value_compare(elem->val, elem->old)) { in snd_sctl_remove()
408 int preserve = 0; in add_elem() local
472 if (strcmp(id, "preserve") == 0) { in add_elem()
476 preserve = err; in add_elem()
537 elem->preserve = preserve; in add_elem()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp997 static std::string getNanCapability (bool preserve);
998 static std::string getNanExtension (bool preserve);
999 static std::string getNanExeMode (bool preserve);
1010 std::string SpirvTemplateManager::getNanCapability (bool preserve) in getNanCapability() argument
1012 return (preserve ? "OpCapability SignedZeroInfNanPreserve" : ""); in getNanCapability()
1015 std::string SpirvTemplateManager::getNanExtension (bool preserve) in getNanExtension() argument
1017 return (preserve ? "OpExtension \"SPV_KHR_float_controls\"" : ""); in getNanExtension()
1020 std::string SpirvTemplateManager::getNanExeMode (bool preserve) in getNanExeMode() argument
1022 return (preserve ? "OpExecutionMode %main SignedZeroInfNanPreserve 64" : ""); in getNanExeMode()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp997 static std::string getNanCapability (bool preserve);
998 static std::string getNanExtension (bool preserve);
999 static std::string getNanExeMode (bool preserve);
1010 std::string SpirvTemplateManager::getNanCapability (bool preserve) in getNanCapability() argument
1012 return (preserve ? "OpCapability SignedZeroInfNanPreserve" : ""); in getNanCapability()
1015 std::string SpirvTemplateManager::getNanExtension (bool preserve) in getNanExtension() argument
1017 return (preserve ? "OpExtension \"SPV_KHR_float_controls\"" : ""); in getNanExtension()
1020 std::string SpirvTemplateManager::getNanExeMode (bool preserve) in getNanExeMode() argument
1022 return (preserve ? "OpExecutionMode %main SignedZeroInfNanPreserve 64" : ""); in getNanExeMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h44 /// that essentially preserve enough of the normalization. While it isn't
59 /// - We want to preserve the incremental and post-order traversal of the
513 // By definition we preserve the proxy. And we preserve all analyses on in run()
518 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); in run()
521 PA.preserve<LazyCallGraphAnalysis>(); in run()
926 // By definition we preserve the call garph, all SCC analyses, and the in run()
929 PA.preserve<LazyCallGraphAnalysis>(); in run()
930 PA.preserve<CGSCCAnalysisManagerModuleProxy>(); in run()
931 PA.preserve<FunctionAnalysisManagerModuleProx in run()
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c9 * Deviations from posix: -adlnrsvF, --preserve... about half the
12 * TODO: --preserve=links
18 USE_CP(NEWTOY(cp, "<2"USE_CP_PRESERVE("(preserve):;")"D(parents)RHLPprdaslvnF(remove-destination)fi[-HLPd][-ni]", TOYFLAG_BIN))
33 bool "cp --preserve support"
37 usage: cp [--preserve=motcxa]
39 --preserve takes either a comma separated list of attributes, or the first
90 char *preserve;
285 // Inability to set --preserve isn't fatal, some require root access. in cp_node()
371 if (CFG_CP_PRESERVE && FLAG(preserve)) { in cp_main()
372 char *pre = xstrdup(TT.c.preserve in cp_main()
[all...]
/third_party/toybox/toys/posix/
H A Dcp.c9 * Deviations from posix: -adlnrsvF, --preserve... about half the
12 * TODO: --preserve=links
18 USE_CP(NEWTOY(cp, "<2"USE_CP_PRESERVE("(preserve):;")"D(parents)RHLPprdaslvnF(remove-destination)fi[-HLPd][-ni]", TOYFLAG_BIN))
49 bool "cp --preserve support"
53 usage: cp [--preserve=motcxa]
55 --preserve takes either a comma separated list of attributes, or the first
106 char *preserve;
312 // Inability to set --preserve isn't fatal, some require root access. in cp_node()
377 if (CFG_CP_PRESERVE && FLAG(preserve)) { in cp_main()
378 char *pre = xstrdup(TT.c.preserve in cp_main()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglPreservingSwapTests.cpp601 const bool preserve = (preserveNdx == 0); in init() local
602 TestCaseGroup* const preserveGroup = new TestCaseGroup(m_eglTestCtx, (preserve ? "preserve" : "no_preserve"), ""); in init()
618 if (!preserve && postSwapDrawType == PreservingSwapTest::DRAWTYPE_NONE) in init()
623 readPixelsBeforeSwapGroup->addChild(new PreservingSwapTest(m_eglTestCtx, preserve, readPixelsBeforeSwap, preSwapDrawType, postSwapDrawType, name.c_str(), "")); in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DADCE.cpp118 // ADCE does not use DominatorTree per se, but it updates it to preserve the
396 // live to preserve this control flow edges. in markLive()
689 PA.preserve<GlobalsAA>(); in run()
690 PA.preserve<DominatorTreeAnalysis>(); in run()
691 PA.preserve<PostDominatorTreeAnalysis>(); in run()
H A DAlignmentFromAssumptions.cpp410 PA.preserve<AAManager>(); in run()
411 PA.preserve<ScalarEvolutionAnalysis>(); in run()
412 PA.preserve<GlobalsAA>(); in run()
H A DLoopDataPrefetch.cpp171 PA.preserve<DominatorTreeAnalysis>(); in run()
172 PA.preserve<LoopAnalysis>(); in run()
/third_party/gn/misc/vim/ftdetect/
H A Dgnfiletype.vim5 " We take care to preserve the user's fileencodings and fileformats,
/third_party/ffmpeg/tools/
H A Dtarget_dec_fate.sh36 may want to preserve its content between runs.
/third_party/musl/src/thread/s390x/
H A Dclone.s20 # preserve call-saved register used as syscall arg
/third_party/ffmpeg/tests/checkasm/x86/
H A Dcheckasm.asm28 error_message: db "failed to preserve register", 0
167 ; if the called function didn't preserve all callee-saved registers.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassManager.h175 template <typename AnalysisT> void preserve() { preserve(AnalysisT::ID()); } in preserve() function in llvm::PreservedAnalyses
179 void preserve(AnalysisKey *ID) { in preserve() function in llvm::PreservedAnalyses
1326 // We also preserve all analyses on Functions, because we did all the in run()
1329 PA.preserve<FunctionAnalysisManagerModuleProxy>(); in run()

Completed in 28 milliseconds

12345