/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | construct.cpp | 181 for (auto& use : block->label()->uses()) { in IsStructuredExit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Sink.cpp | 35 /// AllUsesDominatedByBlock - Return true if all uses of the specified value 39 // Ignoring debug uses is necessary so debug info doesn't affect the code. in AllUsesDominatedByBlock() 43 for (Use &U : Inst->uses()) { in AllUsesDominatedByBlock() 132 // Finally, check that all the uses of the instruction are actually in IsAcceptableTarget() 165 // Instructions can only be sunk if all their uses are in blocks in SinkInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64DeadRegisterDefinitionsPass.cpp | 65 for (const MachineOperand &MO : MI.uses()) in usesFrameIndex() 122 // dead def it uses a frame index which might expand into a multi in processMachineBasicBlock()
|
H A D | AArch64A57FPLoadBalancing.cpp | 179 /// killed with no intervening uses, we can safely change its register. 232 /// LastInst) is killed by MI with no intervening uses or defs. 607 for (auto &I : MI->uses()) in scanInstruction() 641 // need to track other uses of the registers we want to rewrite. in scanInstruction() 670 // Non-MUL or MLA instruction. Invalidate any chain in the uses or defs in scanInstruction() 672 for (auto &I : MI->uses()) in scanInstruction()
|
/third_party/python/PCbuild/ |
H A D | rt.bat | 11 rem was specified). If omitted, uses %PREFIX% if set or 64-bit.
|
/third_party/spirv-tools/source/val/ |
H A D | construct.cpp | 165 for (auto& use : block->label()->uses()) { in IsStructuredExit()
|
/third_party/libunwind/libunwind/doc/ |
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
|
H A D | libunwind-setjmp.tex | 67 be linked against to ensure it uses the libunwind-based non-local
|
H A D | unw_resume.tex | 44 handlers (e.g., IA-64 uses \texttt{r15}-\texttt{r18} for this
|
/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...] |
H A D | ThinLTOBitcodeWriter.cpp | 107 for (const Use &U : TypeTestFunc->uses()) { in promoteTypeIds() 115 for (const Use &U : TypeCheckedLoadFunc->uses()) { in promoteTypeIds() 439 // Returns whether this module needs to be split because it uses type metadata.
|
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Value.h | 114 /// User uses this value to find the Use list. 284 /// Change all uses of this to point to a new Value. 286 /// Go through the uses list for this definition and make each use point to 291 /// Change non-metadata uses of this to point to a new Value. 293 /// Go through the uses list for this definition and make each use point to 297 /// Go through the uses list for this definition and make each use point 316 /// replaceUsesOutsideBlock - Go through the uses list for this definition and 324 // Methods for handling the chain of uses of this Value. 326 // Materializing a function can introduce new uses, so these methods come in 328 // The methods that start with materialized_ check the uses tha 375 iterator_range<use_iterator> uses() { uses() function 379 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/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 575 for (auto &U : PrintfFunction->uses()) { in runOnModule() 586 for (auto &U : HostcallFunction->uses()) { in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 261 // CMOV instructions, in same MBB, that uses same EFLAGS def instruction. in collectCmovCandidates() 437 for (auto &MO : MI.uses()) { in checkForProfitableCmovCandidates() 438 // Checks for "isUse()" as "uses()" returns also implicit definitions. in checkForProfitableCmovCandidates() 783 for (auto &MOp : NewMI->uses()) { in convertCmovInstsToBranches()
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | checksum_32.S | 57 subl $2, %ecx # Alignment uses up two bytes.
|
/kernel/linux/linux-5.10/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 16 # This is a stress test script for kmod, the kernel module loader. It uses 20 # The way kmod works is it uses the kernel's usermode helper API to eventually 23 # mount uses get_fs_type(). Both behave slightly differently, but the 553 echo Example uses:
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | cgrp.c | 77 refcount_set(&ectx->uses, 0); in nvkm_cgrp_ectx_get()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 5 # This is a stress test script for kmod, the kernel module loader. It uses 9 # The way kmod works is it uses the kernel's usermode helper API to eventually 12 # mount uses get_fs_type(). Both behave slightly differently, but the 542 echo Example uses:
|
/third_party/ffmpeg/ffbuild/ |
H A D | library.mak | 29 # Yet linking against dependend libraries still uses dynamic linking.
|
/third_party/gn/src/gn/ |
H A D | switches.cc | 176 from project that uses GN without modifying any files.
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_regs_to_ssa.c | 274 * as a separate pass because the phi builder assumes that uses and in nir_lower_regs_to_ssa_impl() 286 assert(list_is_empty(®->uses)); in nir_lower_regs_to_ssa_impl()
|
/third_party/node/test/fixtures/wpt/dom/abort/resources/ |
H A D | abort-signal-any-tests.js | 99 }, `${desc} uses the first instance of a duplicate signal ${suffix}`);
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_tess.c | 162 * constants - or else undefined behavior strikes. NIR uses store_output to 218 list_length(&intr->dest.ssa.uses) + in dxil_nir_split_tess_ctrl()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir.h | 177 if (list_length(&dest->ssa.if_uses) || list_length(&dest->ssa.uses) > 1) in real_dest()
|