/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
H A D | block_merge_pass.cpp | 33 const analysis::UseList* uses = def_use_mgr_->GetUses(labId); local 35 for (const auto u : *uses) { 49 analysis::UseList* uses = def_use_mgr_->GetUses(id); local 50 if (uses != nullptr) 51 for (auto u : *uses) 70 // Happily any such candidate blocks will have >1 uses due to their
|
H A D | aggressive_dead_code_elim_pass.cpp | 47 const analysis::UseList* uses = def_use_mgr_->GetUses(ptrId); local 48 if (uses == nullptr) 50 for (const auto u : *uses) {
|
H A D | def_use_manager.cpp | 89 const auto* uses = GetUses(id); local 90 if (!uses) return annos; 91 for (const auto& c : *uses) { 165 id_to_uses_.erase(inst->result_id()); // Remove all uses of this id. 173 // uses of them. 179 auto& uses = uses_iter->second; local 180 for (auto it = uses.begin(); it != uses.end();) { 182 it = uses.erase(it); 187 if (uses [all...] |
H A D | mem_pass.cpp | 162 analysis::UseList* uses = def_use_mgr_->GetUses(id); local 163 if (uses == nullptr) 167 for (auto u : *uses) { 180 analysis::UseList* uses = def_use_mgr_->GetUses(id); 181 if (uses == nullptr) 184 for (auto u : *uses) { 201 analysis::UseList* uses = def_use_mgr_->GetUses(varId); local 202 if (uses == nullptr) 204 for (auto u : *uses) { 242 analysis::UseList* uses local [all...] |
H A D | dead_branch_elim_pass.cpp | 178 analysis::UseList* uses = def_use_mgr_->GetUses(labelId); local 179 if (uses == nullptr) 181 for (auto u : *uses)
|
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/val/ |
H A D | instruction.h | 59 const std::vector<std::pair<const Instruction*, uint32_t>>& uses() const { function in class:libspirv::Instruction
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
H A D | block_merge_pass.cpp | 33 const analysis::UseList* uses = def_use_mgr_->GetUses(labId); local 35 for (const auto u : *uses) { 49 analysis::UseList* uses = def_use_mgr_->GetUses(id); local 50 if (uses != nullptr) 51 for (auto u : *uses) 70 // Happily any such candidate blocks will have >1 uses due to their
|
H A D | aggressive_dead_code_elim_pass.cpp | 47 const analysis::UseList* uses = def_use_mgr_->GetUses(ptrId); local 48 if (uses == nullptr) 50 for (const auto u : *uses) {
|
H A D | def_use_manager.cpp | 89 const auto* uses = GetUses(id); local 90 if (!uses) return annos; 91 for (const auto& c : *uses) { 165 id_to_uses_.erase(inst->result_id()); // Remove all uses of this id. 173 // uses of them. 179 auto& uses = uses_iter->second; local 180 for (auto it = uses.begin(); it != uses.end();) { 182 it = uses.erase(it); 187 if (uses [all...] |
H A D | mem_pass.cpp | 162 analysis::UseList* uses = def_use_mgr_->GetUses(id); local 163 if (uses == nullptr) 167 for (auto u : *uses) { 180 analysis::UseList* uses = def_use_mgr_->GetUses(id); 181 if (uses == nullptr) 184 for (auto u : *uses) { 201 analysis::UseList* uses = def_use_mgr_->GetUses(varId); local 202 if (uses == nullptr) 204 for (auto u : *uses) { 242 analysis::UseList* uses local [all...] |
H A D | dead_branch_elim_pass.cpp | 178 analysis::UseList* uses = def_use_mgr_->GetUses(labelId); local 179 if (uses == nullptr) 181 for (auto u : *uses)
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/ |
H A D | instruction.h | 59 const std::vector<std::pair<const Instruction*, uint32_t>>& uses() const { function in class:libspirv::Instruction
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
H A D | term_entry.h | 62 uses[MAX_USES]; member in struct:entry
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
H A D | tree-ssa-operands.h | 128 use_optype_p uses; member in struct:ssa_operand_iterator_d
|
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/ |
H A D | threading.h | 75 std::unordered_map<T, object_use_data> uses; member in class:counter 82 if (uses.find(object) == uses.end()) { 84 struct object_use_data *use_data = &uses[object]; 89 struct object_use_data *use_data = &uses[object]; 99 while (uses.find(object) != uses.end()) { 103 struct object_use_data *use_data = &uses[object]; 126 while (uses.find(object) != uses [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
H A D | threading.h | 75 std::unordered_map<T, object_use_data> uses; member in class:counter 82 if (uses.find(object) == uses.end()) { 84 struct object_use_data *use_data = &uses[object]; 89 struct object_use_data *use_data = &uses[object]; 99 while (uses.find(object) != uses.end()) { 103 struct object_use_data *use_data = &uses[object]; 126 while (uses.find(object) != uses [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
H A D | Value.h | 109 /// User uses this value to find the Use list. 267 /// \brief Change all uses of this to point to a new Value. 269 /// Go through the uses list for this definition and make each use point to 274 /// \brief Change non-metadata uses of this to point to a new Value. 276 /// Go through the uses list for this definition and make each use point to 280 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 288 // Methods for handling the chain of uses of this Value. 290 // Materializing a function can introduce new uses, so these methods come in 292 // The methods that start with materialized_ check the uses that are 294 // when using them since you might not get all uses 334 iterator_range<use_iterator> uses() { function 338 iterator_range<const_use_iterator> uses() const { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
H A D | Value.h | 112 /// User uses this value to find the Use list. 281 /// \brief Change all uses of this to point to a new Value. 283 /// Go through the uses list for this definition and make each use point to 288 /// \brief Change non-metadata uses of this to point to a new Value. 290 /// Go through the uses list for this definition and make each use point to 294 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 302 // Methods for handling the chain of uses of this Value. 304 // Materializing a function can introduce new uses, so these methods come in 306 // The methods that start with materialized_ check the uses that are 308 // when using them since you might not get all uses 349 iterator_range<use_iterator> uses() { function 353 iterator_range<const_use_iterator> uses() const { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
H A D | Value.h | 112 /// User uses this value to find the Use list. 281 /// \brief Change all uses of this to point to a new Value. 283 /// Go through the uses list for this definition and make each use point to 288 /// \brief Change non-metadata uses of this to point to a new Value. 290 /// Go through the uses list for this definition and make each use point to 294 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 302 // Methods for handling the chain of uses of this Value. 304 // Materializing a function can introduce new uses, so these methods come in 306 // The methods that start with materialized_ check the uses that are 308 // when using them since you might not get all uses 349 iterator_range<use_iterator> uses() { function 353 iterator_range<const_use_iterator> uses() const { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
H A D | Value.h | 113 /// User uses this value to find the Use list. 282 /// \brief Change all uses of this to point to a new Value. 284 /// Go through the uses list for this definition and make each use point to 289 /// \brief Change non-metadata uses of this to point to a new Value. 291 /// Go through the uses list for this definition and make each use point to 295 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 303 // Methods for handling the chain of uses of this Value. 305 // Materializing a function can introduce new uses, so these methods come in 307 // The methods that start with materialized_ check the uses that are 309 // when using them since you might not get all uses 350 iterator_range<use_iterator> uses() { function 354 iterator_range<const_use_iterator> uses() const { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
H A D | Value.h | 113 /// User uses this value to find the Use list. 282 /// \brief Change all uses of this to point to a new Value. 284 /// Go through the uses list for this definition and make each use point to 289 /// \brief Change non-metadata uses of this to point to a new Value. 291 /// Go through the uses list for this definition and make each use point to 295 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 303 // Methods for handling the chain of uses of this Value. 305 // Materializing a function can introduce new uses, so these methods come in 307 // The methods that start with materialized_ check the uses that are 309 // when using them since you might not get all uses 350 iterator_range<use_iterator> uses() { function 354 iterator_range<const_use_iterator> uses() const { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
H A D | Value.h | 113 /// User uses this value to find the Use list. 282 /// \brief Change all uses of this to point to a new Value. 284 /// Go through the uses list for this definition and make each use point to 289 /// \brief Change non-metadata uses of this to point to a new Value. 291 /// Go through the uses list for this definition and make each use point to 295 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 303 // Methods for handling the chain of uses of this Value. 305 // Materializing a function can introduce new uses, so these methods come in 307 // The methods that start with materialized_ check the uses that are 309 // when using them since you might not get all uses 350 iterator_range<use_iterator> uses() { function 354 iterator_range<const_use_iterator> uses() const { function [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
H A D | Value.h | 113 /// User uses this value to find the Use list. 282 /// \brief Change all uses of this to point to a new Value. 284 /// Go through the uses list for this definition and make each use point to 289 /// \brief Change non-metadata uses of this to point to a new Value. 291 /// Go through the uses list for this definition and make each use point to 295 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 303 // Methods for handling the chain of uses of this Value. 305 // Materializing a function can introduce new uses, so these methods come in 307 // The methods that start with materialized_ check the uses that are 309 // when using them since you might not get all uses 350 iterator_range<use_iterator> uses() { function 354 iterator_range<const_use_iterator> uses() const { function [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
H A D | Value.h | 109 /// User uses this value to find the Use list. 267 /// \brief Change all uses of this to point to a new Value. 269 /// Go through the uses list for this definition and make each use point to 274 /// \brief Change non-metadata uses of this to point to a new Value. 276 /// Go through the uses list for this definition and make each use point to 280 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 288 // Methods for handling the chain of uses of this Value. 290 // Materializing a function can introduce new uses, so these methods come in 292 // The methods that start with materialized_ check the uses that are 294 // when using them since you might not get all uses 334 iterator_range<use_iterator> uses() { function 338 iterator_range<const_use_iterator> uses() const { function [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
H A D | Value.h | 112 /// User uses this value to find the Use list. 281 /// \brief Change all uses of this to point to a new Value. 283 /// Go through the uses list for this definition and make each use point to 288 /// \brief Change non-metadata uses of this to point to a new Value. 290 /// Go through the uses list for this definition and make each use point to 294 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 302 // Methods for handling the chain of uses of this Value. 304 // Materializing a function can introduce new uses, so these methods come in 306 // The methods that start with materialized_ check the uses that are 308 // when using them since you might not get all uses 349 iterator_range<use_iterator> uses() { function 353 iterator_range<const_use_iterator> uses() const { function [all...] |