Home
last modified time | relevance | path

Searched defs:uses (Results 1 – 25 of 64) sorted by relevance

123

/third_party/elfutils/backends/
Dcommon-reloc.c49 #define RELOC_TYPE(type, uses) \ in EBLHOOK() argument
56 #define RELOC_TYPE(type, uses) R_NAME (type), argument
64 #define RELOC_TYPE(type, uses) \ argument
77 #define RELOC_TYPE(type, uses) [R_TYPE (type)] = uses, argument
112 uint8_t uses; in EBLHOOK() local
/third_party/spirv-tools/source/opt/
Dfix_storage_class.cpp31 std::vector<std::pair<Instruction*, uint32_t>> uses; in Process() local
67 std::vector<Instruction*> uses; in PropagateStorageClass() local
120 std::vector<Instruction*> uses; in FixInstructionStorageClass() local
271 std::vector<std::pair<Instruction*, uint32_t>> uses; in PropagateType() local
Dprivate_to_local_pass.cpp224 std::vector<Instruction*> uses; in UpdateUses() local
Dlocal_single_store_elim_pass.cpp275 Instruction* store_inst, const std::vector<Instruction*>& uses, in RewriteLoads()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp31 std::vector<std::pair<Instruction*, uint32_t>> uses; in Process() local
67 std::vector<Instruction*> uses; in PropagateStorageClass() local
120 std::vector<Instruction*> uses; in FixInstructionStorageClass() local
271 std::vector<std::pair<Instruction*, uint32_t>> uses; in PropagateType() local
Dprivate_to_local_pass.cpp224 std::vector<Instruction*> uses; in UpdateUses() local
Dlocal_single_store_elim_pass.cpp295 Instruction* store_inst, const std::vector<Instruction*>& uses, in RewriteLoads()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfix_storage_class.cpp31 std::vector<std::pair<Instruction*, uint32_t>> uses; in Process() local
67 std::vector<Instruction*> uses; in PropagateStorageClass() local
120 std::vector<Instruction*> uses; in FixInstructionStorageClass() local
271 std::vector<std::pair<Instruction*, uint32_t>> uses; in PropagateType() local
Dprivate_to_local_pass.cpp224 std::vector<Instruction*> uses; in UpdateUses() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp151 Uses uses = *getUses(address); // Hard copy in propagateAlloca() local
248 Uses uses = *getUses(address); // Hard copy in performScalarReplacementOfAggregates() local
590 Optimizer::Uses *uses = getUses(address); in isDead() local
606 auto &uses = *getUses(allocaAddress); in isStaticallyIndexedArray() local
790 Optimizer::Uses *uses = (Optimizer::Uses *)operand->Ice::Operand::getExternalData(); in getUses() local
800 void Optimizer::setUses(Ice::Operand *operand, Optimizer::Uses *uses) in setUses()
852 auto &uses = *this; in erase() local
/third_party/mesa3d/src/amd/compiler/
Daco_dead_code_analysis.cpp40 std::vector<uint16_t> uses; member
84 is_dead(const std::vector<uint16_t>& uses, Instruction* instr) in is_dead()
/third_party/jerryscript/tools/
Dgen-magic-strings.py160 def calculate_magic_string_guards(defs, uses, debug=False): argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dinstruction.h61 const std::vector<std::pair<const Instruction*, uint32_t>>& uses() const { in uses() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dinstruction.h61 const std::vector<std::pair<const Instruction*, uint32_t>>& uses() const { in uses() function
/third_party/spirv-tools/source/val/
Dinstruction.h61 const std::vector<std::pair<const Instruction*, uint32_t>>& uses() const { in uses() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_apply_id_synonyms.cpp50 std::vector<std::pair<opt::Instruction*, uint32_t>> uses; in Apply() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_apply_id_synonyms.cpp50 std::vector<std::pair<opt::Instruction*, uint32_t>> uses; in Apply() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_apply_id_synonyms.cpp50 std::vector<std::pair<opt::Instruction*, uint32_t>> uses; in Apply() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_def_use.cpp38 void def_use::process_phi(container_node *c, bool defs, bool uses) { in process_phi()
/third_party/mesa3d/src/asahi/compiler/
Dagx_optimizer.c211 agx_instr **uses = calloc(ctx->alloc, sizeof(*uses)); in agx_optimizer_backward() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DPipeline.cpp16 bool Pipeline::uses(const TVariable &var) const in uses() function in Pipeline
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h325 iterator_range<use_iterator> uses() { in uses() function
329 iterator_range<const_use_iterator> uses() const { in uses() function
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconsole_printer.py176 def makeRowOfBroken(entity, uses): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h375 iterator_range<use_iterator> uses() { in uses() function
379 iterator_range<const_use_iterator> uses() const { in uses() function
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c91 uint8_t uses[64]; member

123