Searched refs:Use (Results 1 - 24 of 24) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInvariant.cpp112 for (llvm::Use &Use : Value->uses()) {
113 llvm::Instruction *Inst = llvm::cast<llvm::Instruction>(Use.getUser());
125 if (Use.get() == GetElementPtr->getPointerOperand())
128 if (Use.get() == Load->getPointerOperand()) {
H A DRSAddDebugInfoPass.cpp206 for (llvm::Use &u : arg.uses())
/frameworks/base/libs/hwui/
H A DTextureCache.h85 return get(bitmap, AtlasUsageType::Use);
130 Use, member in class:android::uirenderer::TextureCache::AtlasUsageType
H A DTextureCache.cpp112 if (CC_LIKELY(mAssetAtlas != nullptr) && atlasUsageType == AtlasUsageType::Use) {
163 Texture* texture = getCachedTexture(bitmap, AtlasUsageType::Use);
/frameworks/base/media/tests/MediaDump/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/base/tests/AppLaunch/
H A DAndroid.mk16 # Use the following include to make our test apk.
/frameworks/base/tests/DozeTest/
H A DAndroid.mk13 # Use the following include to make our test apk.
/frameworks/base/tests/ImfTest/
H A DAndroid.mk14 # Use the following include to make our test apk.
/frameworks/base/tests/LockTaskTests/
H A DAndroid.mk14 # Use the following include to make our test apk.
/frameworks/base/tests/MemoryUsage/
H A DAndroid.mk16 # Use the following include to make our test apk.
/frameworks/base/tests/RenderThreadTest/
H A DAndroid.mk17 # Use the following include to make our test apk.
/frameworks/base/tests/TransitionTests/
H A DAndroid.mk17 # Use the following include to make our test apk.
/frameworks/native/opengl/tests/gl2_cameraeye/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc151 // FIXME: This implementation reduces mmap to read. Use Windows APIs.
157 // FIXME: This implementation reduces mmap to read. Use Windows APIs.
/frameworks/base/docs/html/distribute/engage/
H A Dengage_toc.cs17 <span class="en">Use Rich Notifications</span></a>
/frameworks/base/core/tests/coretests/
H A DAndroid.mk54 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.
/frameworks/ml/bordeaux/service/
H A DAndroid.mk78 # Use the folloing include to make our test apk.
/frameworks/base/data/fonts/
H A DAndroid.mk50 # Use DroidSansMono to hang extra_font_files on
/frameworks/rs/api/
H A Drs_convert.spec43 Use @clamp() to avoid this.
H A Drs_math.spec69 deprecated: 22, Use M_2_PI instead.
3364 deprecated: 22, Use @clamp() instead.
3375 deprecated: 22, Use @fract() instead.
H A Drs_matrix.spec297 will result in undefined behavior. Use rsMatrixMulitply instead. E.g. instead of doing
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp87 for (const Use &Op : I.operands()) {
165 for (const Use &U : V->uses()) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp87 for (const Use &Op : I.operands()) {
165 for (const Use &U : V->uses()) {
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp87 for (const Use &Op : I.operands()) {
165 for (const Use &U : V->uses()) {

Completed in 2939 milliseconds