Home
last modified time | relevance | path

Searched refs:Changed (Results 1 – 14 of 14) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSInvariant.cpp76 bool Changed = false; in runOnFunction() local
86 Changed |= markInvariantUserLoads(&Arg); in runOnFunction()
93 return Changed; in runOnFunction()
111 bool Changed = false; in markInvariantUserLoads() local
123 Changed |= markInvariantUserLoads(BitCast); in markInvariantUserLoads()
126 Changed |= markInvariantUserLoads(GetElementPtr); in markInvariantUserLoads()
130 Changed = true; in markInvariantUserLoads()
134 return Changed; in markInvariantUserLoads()
DRSKernelExpand.cpp1369 bool Changed = false; in runOnModule() local
1394 Changed |= ExpandForEach(kernel, signature); in runOnModule()
1397 Changed |= ExpandOldStyleForEach(kernel, signature); in runOnModule()
1414 Changed |= PromoteReduceFunction(ExportReduceList[i].mInitializerName, PromotedFunctions); in runOnModule()
1415 Changed |= PromoteReduceFunction(ExportReduceList[i].mCombinerName, PromotedFunctions); in runOnModule()
1416 Changed |= PromoteReduceFunction(ExportReduceList[i].mOutConverterName, PromotedFunctions); in runOnModule()
1422 Changed |= ExpandReduceAccumulator(accumulator, in runOnModule()
1427 Changed |= CreateReduceCombinerFromAccumulator(accumulator); in runOnModule()
1435 return Changed; in runOnModule()
/frameworks/compile/slang/StripUnkAttr/
Dstrip_unknown_attributes_pass.cpp32 bool Changed = false; in runOnModule() local
34 Changed |= runOnFunction(*I); in runOnModule()
36 return Changed; in runOnModule()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriterPass.cpp33 bool Changed = false; in runOnModule() local
35 return Changed; in runOnModule()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriterPass.cpp33 bool Changed = false; in runOnModule() local
35 return Changed; in runOnModule()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriterPass.cpp33 bool Changed = false; in runOnModule() local
35 return Changed; in runOnModule()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h42 enum class ConfigEvent { None, Changed }; enumerator
46 if (first == ConfigEvent::Changed) return ConfigEvent::Changed;
47 if (second == ConfigEvent::Changed) return ConfigEvent::Changed;
DScheduler.cpp370 changeRefreshRate(newRefreshRateType, ConfigEvent::Changed); in updateFpsBasedOnContent()
486 event = ConfigEvent::Changed; in touchChangeRefreshRate()
/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp77 bool Changed = false; in runOnModule() local
79 Changed |= runOnFunction(*I); in runOnModule()
81 return Changed; in runOnModule()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt102 - Changed the code signing key to a privately held key
133 - Changed to using secure .snk for releases
/frameworks/base/tools/aapt2/
Dreadme.md10 conflicting definitions for the same Java constant in Manifest.java. Changed the implementation
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt272 - Changed the file descriptor ownership transferring behavior.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt369 * Changed to use cmake for Windows Visual Studio builds.
442 * Changed repeated primitive fields to use packed serialization by default in
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp6070 {iter->first, iter->second->configId, Scheduler::ConfigEvent::Changed}); in setAllowedDisplayConfigsInternal()