Home
last modified time | relevance | path

Searched defs:use_list (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dlifetime.h124 const VRegUseList& use_list() const { return use_list_; } in use_list() function
127 VRegUseList& use_list() { return use_list_; } in use_list() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dloop_unswitch_pass.cpp459 std::vector<std::pair<Instruction*, uint32_t>> use_list; in SpecializeLoop() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp459 std::vector<std::pair<Instruction*, uint32_t>> use_list; in SpecializeLoop() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_unswitch_pass.cpp459 std::vector<std::pair<Instruction*, uint32_t>> use_list; in SpecializeLoop() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dfallback.py279 use_list=True, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dfallback.py279 use_list=True, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dfallback.py279 use_list=True, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dfallback.py279 use_list=True, argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.h150 using use_list = std::vector<Use>; variable