/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | IPConstantPropagation.cpp | 47 /// PropagateConstantsIntoArguments - Look at all uses of the specified 48 /// function. If all uses are direct call sites, and all pass a particular 60 for (Use &U : F.uses()) { in PropagateConstantsIntoArguments() 62 // Ignore blockaddress uses. in PropagateConstantsIntoArguments() 221 // over all users, replacing any uses of the return value with the returned in PropagateConstantReturn() 224 for (Use &U : F.uses()) { in PropagateConstantReturn() 261 // If this use uses a specific return value, and we have a replacement, in PropagateConstantReturn()
|
H A D | DeadArgumentElimination.cpp | 66 // DAH uses this to specify a different ID. 232 // Loop over the argument list, transferring uses of the old arguments over to in DeleteDeadVarargs() 306 for (Use &U : Fn.uses()) { in RemoveDeadArgumentsFromCallers() 385 // that U is really a use of an insertvalue instruction that uses the in SurveyUse() 411 // depends on all uses of that aggregate, but if it is used as a return in SurveyUse() 416 // we don't change RetValNum, but do survey all our uses. in SurveyUse() 419 for (const Use &UU : IV->uses()) { in SurveyUse() 460 /// SurveyUses - This looks at all the uses of the given value 461 /// Returns the Liveness deduced from the uses of this value. 463 /// Adds all uses tha [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | local_single_store_elim_pass.cpp | 158 // If all uses are rewritten and the variable has a DebugDeclare and the in ProcessVariable() 274 Instruction* store_inst, const std::vector<Instruction*>& uses, in RewriteLoads() 288 for (Instruction* use : uses) { in RewriteLoads() 273 RewriteLoads( Instruction* store_inst, const std::vector<Instruction*>& uses, bool* all_rewritten) RewriteLoads() argument
|
/third_party/mesa3d/src/freedreno/computerator/examples/ |
H A D | test-regfile.sh | 7 # register footprint by introducing uses of higher and higher registers. This 25 ; busy loop to make sure it actually uses all possible waves
|
/third_party/node/deps/v8/src/compiler/ |
H A D | all-nodes.cc | 45 for (Node* use : reachable[i]->uses()) { in Mark()
|
H A D | node-matchers.cc | 19 for (Node* use : branch->uses()) { in BranchMatcher()
|
H A D | branch-elimination.cc | 142 for (Node* const use : node->uses()) { in ReduceBranch() 159 for (Node* const use : node->uses()) { in ReduceBranch() 277 for (Node* use : branch->uses()) { in ReduceTrapConditional() 409 // we would only revisit control uses if there is change). in TakeConditionsFromFirstControl()
|
H A D | graph-reducer.cc | 186 for (Node* const user : node->uses()) { in ReduceTop() 232 // Replace all old uses of {node} with {replacement}, but allow new nodes in Replace() 243 if (node->uses().empty()) node->Kill(); in Replace()
|
H A D | loop-analysis.cc | 57 // direction, from nodes to their uses, starting at loop headers. 276 for (Node* use : node->uses()) { in SetLoopMarkForLoopHeader() 286 for (Node* exit_use : use->uses()) { in SetLoopMarkForLoopHeader() 563 for (Node * use_name : node->uses()) { \ in FindSmallInnermostLoopFromHeader() 585 // LoopExitValue/Effect uses are inside the loop. The rest are not. in FindSmallInnermostLoopFromHeader() 595 // All uses are outside the loop, do nothing. in FindSmallInnermostLoopFromHeader() 681 for (Node* use : node->uses()) { in HasMarkedExits()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_hw_instr.cpp | 714 identity[i] = Operand::zero(); /* prevent further uses of identity */ in emit_reduction() 965 uint8_t uses[8]; member 993 can_increase = (src.uses[offset + bytes + i] == 0) == (src.uses[offset] == 0); in split_copy() 1213 if (copy.uses[offset]) { in do_copy() 1345 memset(tmp.uses, 1, 4); in do_swap() 1353 tmp.uses[0] = 1; in do_swap() 1602 /* count the number of uses for each dst reg */ in handle_operands() 1644 it->second.uses[i] += 1; in handle_operands() 1690 other2.second.uses[ in handle_operands() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc.h | 75 __uc_state_checker(x, func, uses, used)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | cgrp.h | 22 refcount_t uses; member
|
/third_party/curl/scripts/ |
H A D | nroff2cd | 33 section is code or just regular quotes. It then assumes and uses ~~~c
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | Pipeline.h | 65 // For all internal pipeline uses. 66 // For external pipeline uses if pipeline does not require splitting or saturation. 69 // Only for external pipeline uses if the pipeline was split or saturated. 83 bool uses(const TVariable &var) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinCFGuard.cpp | 53 for (const Use &U : FnOrCast->uses()) { in isPossibleIndirectCallTarget() 67 // this escape. Analyze the uses of the cast as well. This ensures that in isPossibleIndirectCallTarget()
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | checksum_32.S | 70 subl $2, %ecx # Alignment uses up two bytes. 284 subl $2, %ecx # Alignment uses up two bytes.
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | checksum_32.S | 70 subl $2, %ecx # Alignment uses up two bytes. 284 subl $2, %ecx # Alignment uses up two bytes.
|
/third_party/mbedtls/tests/src/ |
H A D | helpers.c | 282 static void mbedtls_test_set_case_uses_negative_0_internal(unsigned uses) in mbedtls_test_set_case_uses_negative_0_internal() argument 287 mbedtls_test_info.case_uses_negative_0 = uses; in mbedtls_test_set_case_uses_negative_0_internal()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_uniform_atomics.c | 264 list_replace(&intrin->dest.ssa.uses, &old_result.uses); in optimize_and_rewrite_atomic()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.c | 46 it and uses the POSIX names will call the base functions directly. This makes 171 uses the POSIX library and the other uses the PCRE2 POSIX functions, thus
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600OpenCLImageTypeLoweringPass.cpp | 169 for (auto &Use : ImageArg.uses()) { in replaceImageUses() 202 for (const auto &Use : SamplerArg.uses()) { in replaceSamplerUses()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_id.cpp | 59 for (auto& use_index_pair : inst.uses()) { in CheckIdDefinitionDominateUse() 80 for (auto use : inst.uses()) { in CheckIdDefinitionDominateUse()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 139 value->uses.erase(this); in set() 141 refVal->uses.insert(this); in set() 160 // including the source modifiers, i.e. make sure that all uses support 173 for (Value::UseIterator it = value->uses.begin(); it != value->uses.end(); in mayReplace() 187 assert(s >= 0); // integrity of uses list in mayReplace() 203 while (!value->uses.empty()) { in replace() 204 ValueRef *ref = *value->uses.begin(); in replace()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.c | 723 instr->uses = NULL; in ir3_find_ssa_uses() 730 if (!src->uses) in ir3_find_ssa_uses() 731 src->uses = _mesa_pointer_set_create(mem_ctx); in ir3_find_ssa_uses() 732 _mesa_set_add(src->uses, instr); in ir3_find_ssa_uses()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_mem.cpp | 182 bool read_result = !instr->dest.is_ssa || !list_is_empty(&instr->dest.ssa.uses); in emit_atomic_op2() 259 bool read_result = !instr->dest.is_ssa || !list_is_empty(&instr->dest.ssa.uses); in emit_atomic_inc() 599 bool read_result = !intr->dest.is_ssa || !list_is_empty(&intr->dest.ssa.uses); in emit_ssbo_atomic_op() 714 bool read_result = !intrin->dest.is_ssa || !list_is_empty(&intrin->dest.ssa.uses); in emit_image_load_or_atomic()
|