Searched refs:Use (Results 176 - 200 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc400 // Use version 6 for OSX >= 10.6.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp107 for (const Use &U : TypeTestFunc->uses()) {
115 for (const Use &U : TypeCheckedLoadFunc->uses()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp265 for (auto *Use : Top->DirectUses)
266 if (Requested->isSubModuleOf(Use))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp92 case NodeAttrs::Use: OS << 'u'; break;
164 case NodeAttrs::Use:
810 NodeAddr<UseNode*> UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags);
817 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags);
1174 if (TA.Addr->getKind() != NodeAttrs::Use)
1622 assert(Kind == NodeAttrs::Def || Kind == NodeAttrs::Use);
1634 if (Kind == NodeAttrs::Use)
1687 if (NA.Addr->getKind() != NodeAttrs::Use)
H A DCodeGenPrepare.cpp72 #include "llvm/IR/Use.h"
179 cl::desc("Use profile info to add section prefix for hot/cold functions"));
338 // our iterator. Use a WeakTrackingVH to hold onto it in case this
515 // Use a set vector to get deterministic iteration order. The order the
575 // Use a temporary array to avoid iterator being invalidated when
1091 Use &TheUse = UI.getUse();
1199 // 3. Use of a dominator tree could cause large compile-time regression.
1375 Use &TheUse = UI.getUse();
1573 Use &TheUse = UI.getUse();
1634 Use
6560 canCauseUndefinedBehavior(const Instruction *Use, unsigned OperandIdx) argument
6627 canCombine(const Instruction *Use) argument
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk147 # Use local.autodep.mk to provide local additions!
206 # Use DPADD to seed DIRDEPS
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk148 # Use local.autodep.mk to provide local additions!
207 # Use DPADD to seed DIRDEPS
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp234 I.replaceUsesWithIf(IC, [N](Use &U) {
H A DSROA.cpp70 #include "llvm/IR/Use.h"
168 PointerIntPair<Use *, 1, bool> UseAndIsSplittable;
173 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable)
183 Use *getUse() const { return UseAndIsSplittable.getPointer(); }
288 ArrayRef<Use *> getDeadOperands() const { return DeadOperands; }
344 SmallVector<Use *, 8> DeadOperands;
841 // Use a store with the casted new alloca?
865 // TODO: Use a store with the casted new alloca?
1135 // Note that we need to look at *every* alloca slice's Use to ensure we
1138 Use *
[all...]
H A DGVNHoist.cpp64 #include "llvm/IR/Use.h"
820 for (const Use &Op : I->operands())
831 for (const Use &Op : I->operands())
946 if (llvm::all_of(In, [&](Use &U) { return U == NewMemAcc; })) {
H A DCorrelatedValuePropagation.cpp565 for (const Use &ConstU : DeoptBundle->Inputs) {
566 Use &U = const_cast<Use&>(ConstU);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp657 const Instruction *Use = dyn_cast<Instruction>(U); local
658 if (!Use)
661 if (Use->getParent()->getParent() == &F) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp880 if (any_of(MIB->uses(), [&ForwardedReg, &TRI](const MachineOperand &Use) {
881 if (!Use.isReg())
883 return TRI->regsOverlap(Use.getReg(), ForwardedReg);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp345 // CWE-477: Use of Obsolete Functions
379 "Use of deprecated function in call to 'bcmp()'",
387 // CWE-477: Use of Obsolete Functions
421 "Use of deprecated function in call to 'bcopy()'",
430 // CWE-477: Use of Obsolete Functions
462 "Use of deprecated function in call to 'bzero()'",
473 // CWE-242: Use of Inherently Dangerous Function
509 // CWE-477: Use of Obsolete Functions
584 "creates or uses insecure temporary file. Use 'mkstemp' "
590 // Check: Use o
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps,
35 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps,
497 for (const Use &U : uses()) {
H A DInstructions.cpp210 Use *OL = getOperandList();
211 const Use *InOL = LP.getOperandList();
1020 Use *OL = getOperandList();
1021 const Use *InOL = CSI.getOperandList();
1062 Use *EndDst = op_end() - 1;
1063 for (Use *CurDst = HI.getCurrent(); CurDst != EndDst; ++CurDst)
1203 "Passed basic block into allocation size parameter! Use other ctor");
2088 // Use the mask length rather than the operands' vector lengths here. We
3824 Use *OL = getOperandList();
3825 const Use *InO
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp610 Use &U = *UI;
1087 Use &U = *UI;
1096 Use &U = *UI;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp129 auto *Use = cast<Instruction>(U);
130 return !L->contains(Use->getParent());
599 // Use a map to unique and a vector to guarantee deterministic ordering.
615 Use &U = *UI;
H A DLocal.cpp69 #include "llvm/IR/Use.h"
468 for (Use &OpU : I.operands()) {
977 for (Use &U : BBI->uses()) {
1604 Use &U = *UI++;
1862 // FIXME: Use DW_OP_convert when it's available everywhere.
1873 // The width of the result has shrunk. Use sign/zero extension to describe
2485 Use &U = *UI++;
2503 Use &U = *UI++;
2516 auto Dominates = [&DT](const BasicBlockEdge &Root, const Use &U) {
2525 auto ProperlyDominates = [&DT](const BasicBlock *BB, const Use
[all...]
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure135 # Use a proper internal environment variable to ensure we don't fall
840 # Use braces instead of parens because sh, perl, etc. also accept them.
1480 Use these variables to override the choices made by `configure' or to help
1918 Use char because int might match the return type of a GCC
2061 # WARNING: Use '\'' to represent an apostrophe within the trap.
2282 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2787 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2796 # Use -no-install or -no-fast-install to link the test
3907 Use char because int might match the return type of a GCC
4363 # Use
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h80 // - Use node contains: reaching def and sibling.
86 // |Def |Use | |
163 // - Use.
276 Use = 0x0002 << 2, // 010 member in struct:llvm::rdf::NodeAttrs
544 return getKind() == NodeAttrs::Use;
804 BA.Addr->getKind() == NodeAttrs::Use;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp552 MachineInstr &Use = *(MRI->use_instr_begin(FRSPDefines));
553 for (int i = 0, e = Use.getNumOperands(); i < e; ++i)
554 if (Use.getOperand(i).isReg() &&
555 Use.getOperand(i).getReg() == FRSPDefines)
556 Use.getOperand(i).setReg(ConvReg1);
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure135 # Use a proper internal environment variable to ensure we don't fall
813 # Use braces instead of parens because sh, perl, etc. also accept them.
1474 Use these variables to override the choices made by `configure' or to help
1866 Use char because int might match the return type of a GCC
2166 # WARNING: Use '\'' to represent an apostrophe within the trap.
2387 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
4503 # Use a header file that comes with gcc, so configuring glibc
4562 # Use a header file that comes with gcc, so configuring glibc
5324 Use char because int might match the return type of a GCC
5381 Use cha
[all...]
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec23 # Use GTK2 instead of GNOME in gnome-ssh-askpass
421 - Use contrib/ Makefile for building askpass programs
628 - Use $RPM_OPT_FLAGS instead of -O when building gnome-ssh-askpass
685 - Use DESTDIR instead of %%makeinstall.
755 - Use of strtok() considered harmful.
790 - Use make install
804 - Use autoconf

Completed in 456 milliseconds

1234567891011>>