/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_intrinsics.c | 39 * uses is reasonable. If we ever want to use this from an if statement, in src_is_single_use_shuffle() 43 !list_is_singular(&shuffle->dest.ssa.uses)) in src_is_single_use_shuffle()
|
H A D | nir.c | 238 list_inithead(®->uses); in reg_create() 900 * list_addtail(&phi_src->src.use_link, &src.ssa->uses); 1084 src->is_ssa ? &src->ssa->uses : &src->reg.reg->uses); in add_use_cb() 1663 list_addtail(&src->use_link, &src->ssa->uses); in src_add_all_uses() 1665 list_addtail(&src->use_link, &src->reg.reg->uses); in src_add_all_uses() 1715 /* We can only overwrite an SSA destination if it has no uses. */ in nir_instr_rewrite_dest() 1742 list_inithead(&def->uses); in nir_ssa_def_init() 1815 /* Replaces all uses of the given SSA def with the given source but only if 1819 * last fixup instruction as after_me and it will replace all of the uses yo [all...] |
H A D | nir_clone.c | 217 /* reconstructing uses/defs/if_uses handled by nir_instr_insert() */ in clone_register() 218 list_inithead(&nreg->uses); in clone_register() 643 list_addtail(&src->src.use_link, &src->src.ssa->uses); in fixup_phi_srcs() 646 list_addtail(&src->src.use_link, &src->src.reg.reg->uses); in fixup_phi_srcs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | IndirectBrExpandPass.cpp | 127 auto BlockAddressUseIt = llvm::find_if(BB.uses(), IsBlockAddressUse); in runOnFunction() 152 // FIXME: This part doesn't properly recognize other uses of blockaddress in runOnFunction()
|
H A D | MIRVRegNamerUtils.cpp | 106 llvm::transform(MI.uses(), std::back_inserter(MIOperands), GetHashableMO); in getInstructionOpcodeHash()
|
H A D | DetectDeadLanes.cpp | 221 for (const MachineOperand &MO : MI.uses()) { in transferUsedLanesStep() 377 for (const MachineOperand &MO : DefMI.uses()) { in determineInitialDefinedLanes() 494 // First pass: Populate defs/uses of vregs with initial values in runOnce()
|
/third_party/skia/src/gpu/ |
H A D | GrResourceAllocator.h | 32 * to interval to find proxy reuse). The ResourceAllocator uses Registers (in the sense of register 221 int uses() const { return fUses; } in uses() function in GrResourceAllocator::ActualUse::Interval
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 120 for (const Use &U : I.uses()) in isSafeToMoveBefore()
|
H A D | GlobalStatus.cpp | 67 for (const Use &U : V->uses()) { in analyzeGlobalAux()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysis.cpp | 91 for (const Use &U : P->uses()) { in IsStoredObjCPointer()
|
/third_party/zlib/contrib/delphi/ |
H A D | zlibd32.mak | 7 # This project uses the Delphi (fastcall/register) calling convention:
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibd32.mak | 7 # This project uses the Delphi (fastcall/register) calling convention:
|
/kernel/linux/linux-5.10/arch/sh/lib/ |
H A D | checksum.S | 73 add #-2, r5 ! Alignment uses up two bytes. 209 add #-2,r6 ! Alignment uses up two bytes.
|
/kernel/linux/linux-6.6/arch/sh/lib/ |
H A D | checksum.S | 73 add #-2, r5 ! Alignment uses up two bytes. 209 add #-2,r6 ! Alignment uses up two bytes.
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 99 explicit locking is used. As long as only one thread uses 116 Linker-switches to add when building a program that uses the
|
H A D | libunwind.tex | 190 object and an opaque pointer as arguments. The routine uses these 192 uses the opaque pointer on its own, but instead just passes it on to 218 program includes \File{$<$libunwind.h$>$} and uses the linker switch 220 includes \File{$<$libunwind-}\Var{PLAT}\File{.h$>$} and uses the linker
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | html_printer.py | 275 for entity_name, uses in sorted(broken.items()): 289 for context in uses:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Value.h | 109 /// User uses this value to find the Use list. 266 /// \brief Change all uses of this to point to a new Value. 268 /// Go through the uses list for this definition and make each use point to 273 /// \brief Change non-metadata uses of this to point to a new Value. 275 /// Go through the uses list for this definition and make each use point to 279 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 287 // Methods for handling the chain of uses of this Value. 289 // Materializing a function can introduce new uses, so these methods come in 291 // The methods that start with materialized_ check the uses that are 293 // when using them since you might not get all uses 325 iterator_range<use_iterator> uses() { uses() function 329 iterator_range<const_use_iterator> uses() const { uses() function [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64SpeculationHardening.cpp | 522 for (auto Use : MI.uses()) { in slhLoads() 526 // Some loads of floating point data have implicit defs/uses on a in slhLoads() 530 // We need to filter out these uses for non-GPR register which occur in slhLoads() 631 for (MachineOperand Op : MI.uses()) in lowerSpeculationSafeValuePseudos()
|
/third_party/python/Parser/ |
H A D | asdl.py | 32 # parsed. This module parses ASDL files and uses a simple AST to represent them. 198 uses = ", ".join(v.types[t]) 199 print('Undefined type {}, used in {}'.format(t, uses)) 257 This is a simple recursive descent parser that uses tokenize_asdl for the
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_pass.h | 163 void process_phi(container_node *c, bool defs, bool uses); 240 nuc_map uses; member in r600_sb::gcm 268 op_map(), uses(), nuc_stk(1), ucs_level(), in gcm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 158 // There may be remaining metadata uses of the argument for things like in doPromotion() 162 // Okay, this is being promoted. This means that the only uses are loads in doPromotion() 369 // Loop over the argument list, transferring uses of the old arguments over to in doPromotion() 411 // the callee now uses an alloca from the caller. in doPromotion() 466 // All of the uses must be load instructions. Replace them all with in doPromotion() 579 // We can only promote this argument if all of the uses are loads, or are GEP in isSafeToPromoteArgument() 663 // Now, iterate all uses of the argument to see if there are any uses that are in isSafeToPromoteArgument() 667 for (Use &U : Arg->uses()) { in isSafeToPromoteArgument() 710 // Other uses tha in isSafeToPromoteArgument() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 308 * We store arglist as <counter> [arg1] <number of uses for arg1> ... eof 2079 struct token *id, *uses; in create_arglist() local 2082 uses = __alloc_token(0); in create_arglist() 2083 token_type(uses) = TOKEN_ARG_COUNT; in create_arglist() 2084 uses->count.normal = 1; in create_arglist() 2087 id->next = uses; in create_arglist() 2088 next = &uses->next; in create_arglist()
|
/third_party/ffmpeg/tests/fate/ |
H A D | cbs.mak | 1 # Read/write tests: this uses the codec metadata filter - with no
|
H A D | dca.mak | 48 # intentionally uses the dmix_6 reference because the sample does not contain stereo downmix coefficients
|