Searched refs:uses (Results 1 - 25 of 257) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DPtrUseVisitor.cpp1 //===- PtrUseVisitor.cpp - InstVisitors over a pointers uses --------------===//
21 for (Use &U : I.uses()) {
H A DTypeMetadataUtils.cpp28 for (const Use &U : FPtr->uses()) {
33 // after indirect call promotion and inlining, where we may have uses
55 for (const Use &U : VPtr->uses()) {
85 for (const Use &CIU : CI->uses())
112 for (const Use &U : CI->uses()) {
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c139 /* copy term_names, Strings, uses */
149 if (ep->uses[i].name == 0) {
150 ep->uses[i].name = _nc_save_str(ep->uses[i].name);
172 if (ep->uses[i].name == 0)
175 useoffsets[i] = (int) (ep->uses[i].name - stringbuf);
219 ep->uses[i].name = 0;
221 ep->uses[i].name = (tp->str_table + useoffsets[i]);
H A Dcomp_parse.c438 char *lookfor = qp->uses[i].name;
439 long lookline = qp->uses[i].line;
455 qp->uses[i].link = rp;
476 qp->uses[i].link = rp;
488 qp->uses[i].link = 0;
521 if (qp->uses[i].link
522 && qp->uses[i].link->nuses) {
542 qp->uses[qp->nuses - 1].link);
544 qp->uses[qp->nuses - 1].link);
/freebsd-current/contrib/bearssl/mk/
H A DmkT0.cmd4 rem This script uses the command-line C# compiler csc.exe, which is
6 rem (some of the code uses features not available in the language version
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXProxyRegErasure.cpp94 auto &InOp = *MI.uses().begin();
110 for (auto &Op : Instr.uses()) {
H A DNVPTXLowerAlloca.cpp81 for (Use &AllocaUse : llvm::make_early_inc_range(allocaInst->uses())) {
H A DNVPTXImageOptimizer.cpp150 for (Use &U : From->uses()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp60 if (F.uses().end() == llvm::find_if(F.uses(), [&](Use &U) {
78 // uses. For those, it would be incorrect to replace them with the local copy:
/freebsd-current/tools/LibraryReport/
H A DLibraryReport.tcl129 # examineExecutable to see if it uses any shared libraries. Call ourselves
199 set uses "";
208 lappend uses $lib;
215 if {$verbose} {puts "$uses";}
/freebsd-current/tools/test/stress2/misc/
H A Dptrace3.sh60 * (c3) uses ptrace(2) to reparent c1 and c2 from p to c3. Then c3 detaches from
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-order-shuffle.mk8 # As of 2020-08-16, make uses random(3) seeded by the current time in seconds.
10 # part of make that uses random numbers is the 'randomize-targets' mode, which
H A Dvarmod-order-numeric.mk12 # Make uses 'long long' for C99 or later, and 'long' for older C versions.
H A Dvarcmd.mk5 # FIXME: The purpose of this test is unclear. The test uses six levels of
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCLowerPrePass.cpp93 for (MachineOperand &MO : MI.uses()) {
/freebsd-current/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh247 atf_set "descr" "Tests simple uses of header overriding via" \
306 atf_set "descr" "Tests simple uses of null column headings" \
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h146 /// Whether this uses the PIC Base register or not.
267 void setUsesPICBase(bool uses) { UsesPICBase = uses; } argument
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.inc29 // [allocator.uses], uses_allocator
32 // [allocator.uses.trait], uses_allocator
35 // [allocator.uses.construction], uses-allocator construction
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp49 for (const Use &U : FnOrCast->uses()) {
63 // this escape. Analyze the uses of the cast as well. This ensures that
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeExecutionSideEffectSuppression.cpp75 // This function returns whether the passed instruction uses a memory addressing
82 for (const MachineOperand &MO : MI.uses())
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp77 for (Use &U : llvm::make_early_inc_range(Arg.uses())) {
127 // All is well. Replace all uses of AShr with I.
/freebsd-current/sys/crypto/openssl/arm/
H A Daes-armv4.S21 @ Code uses single 1K S-box and is >2 times faster than code generated
/freebsd-current/share/dtrace/
H A Dtcpdebug27 * The tcpdebug D script uses the tcp:kernel::debug tracepoints
/freebsd-current/contrib/bmake/mk/
H A Drst2htm.mk36 # otherwise it uses RST2HTML
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRVVInitUndef.cpp148 for (auto &UseMO : MI->uses()) {
168 for (MachineOperand &UseMO : MI.uses()) {

Completed in 401 milliseconds

1234567891011