Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dinstruction.h128 std::vector<std::pair<const Instruction*, uint32_t>> uses_; variable
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dinstruction.h128 std::vector<std::pair<const Instruction*, uint32_t>> uses_; variable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dinstruction.h129 std::vector<std::pair<const Instruction*, uint32_t>> uses_; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_value.h197 Lazy<std::vector<HloUse>> uses_; variable
H A Dmemory_space_assignment.h615 std::vector<HloUse> uses_; variable
893 std::vector<Use> uses_; variable
/aosp_15_r20/art/compiler/optimizing/
H A Dssa_liveness_analysis.h1109 UsePositionList uses_; variable
H A Dnodes.h2640 HUseList<HInstruction*> uses_; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.h188 use_list uses_; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest.cpp1073 std::unordered_map<BufPtr, std::vector<BufLoadOrStoreUse>> uses_; member in torch::jit::tensorexpr::LoadOrStoreUseFinder