Home
last modified time | relevance | path

Searched refs:uses (Results 126 - 150 of 386) sorted by relevance

12345678910>>...16

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_intrinsics.c39 * 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 Dnir.c238 list_inithead(&reg->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 Dnir_clone.c217 /* 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 DIndirectBrExpandPass.cpp127 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 DMIRVRegNamerUtils.cpp106 llvm::transform(MI.uses(), std::back_inserter(MIOperands), GetHashableMO); in getInstructionOpcodeHash()
H A DDetectDeadLanes.cpp221 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 DGrResourceAllocator.h32 * 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 DCodeMoverUtils.cpp120 for (const Use &U : I.uses()) in isSafeToMoveBefore()
H A DGlobalStatus.cpp67 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 DProvenanceAnalysis.cpp91 for (const Use &U : P->uses()) { in IsStoredObjCPointer()
/third_party/zlib/contrib/delphi/
H A Dzlibd32.mak7 # This project uses the Delphi (fastcall/register) calling convention:
/third_party/zlib/contrib/pascal/
H A Dzlibd32.mak7 # This project uses the Delphi (fastcall/register) calling convention:
/kernel/linux/linux-5.10/arch/sh/lib/
H A Dchecksum.S73 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 Dchecksum.S73 add #-2, r5 ! Alignment uses up two bytes.
209 add #-2,r6 ! Alignment uses up two bytes.
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex99 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 Dlibunwind.tex190 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 Dhtml_printer.py275 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 DValue.h109 /// 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 DAArch64SpeculationHardening.cpp522 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 Dasdl.py32 # 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 Dsb_pass.h163 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 DArgumentPromotion.cpp158 // 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 Dpre-process.c308 * 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 Dcbs.mak1 # Read/write tests: this uses the codec metadata filter - with no
H A Ddca.mak48 # intentionally uses the dmix_6 reference because the sample does not contain stereo downmix coefficients

Completed in 21 milliseconds

12345678910>>...16