Searched defs:uses (Results 1 - 25 of 83) sorted by relevance

1234

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dblock_merge_pass.cpp33 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 Daggressive_dead_code_elim_pass.cpp47 const analysis::UseList* uses = def_use_mgr_->GetUses(ptrId); local
48 if (uses == nullptr)
50 for (const auto u : *uses) {
H A Ddef_use_manager.cpp89 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 Dmem_pass.cpp162 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 Ddead_branch_elim_pass.cpp178 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 Dinstruction.h59 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 Dblock_merge_pass.cpp33 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 Daggressive_dead_code_elim_pass.cpp47 const analysis::UseList* uses = def_use_mgr_->GetUses(ptrId); local
48 if (uses == nullptr)
50 for (const auto u : *uses) {
H A Ddef_use_manager.cpp89 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 Dmem_pass.cpp162 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 Ddead_branch_elim_pass.cpp178 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 Dinstruction.h59 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 Dterm_entry.h62 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 Dtree-ssa-operands.h128 use_optype_p uses; member in struct:ssa_operand_iterator_d
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dthreading.h75 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 Dthreading.h75 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 DValue.h109 /// 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 DValue.h112 /// 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 DValue.h112 /// 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 DValue.h113 /// 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 DValue.h113 /// 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 DValue.h113 /// 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 DValue.h113 /// 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 DValue.h109 /// 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 DValue.h112 /// 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...]

Completed in 1653 milliseconds

1234