Searched refs:Use (Results 251 - 275 of 354) sorted by relevance

<<1112131415

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp855 for (Use &Op : I->operands()) {
938 for (Use &Op : F.operands())
/freebsd-11-stable/sys/conf/
H A Dkern.mk174 # Use dot symbols on powerpc64 to make ddb happy
/freebsd-11-stable/contrib/unbound/
H A Dconfigure137 # Use a proper internal environment variable to ensure we don't fall
951 # Use braces instead of parens because sh, perl, etc. also accept them.
1639 --with-libbsd Use portable libbsd functions
1690 Use these variables to override the choices made by `configure' or to help
2086 Use char because int might match the return type of a GCC
2569 # WARNING: Use '\'' to represent an apostrophe within the trap.
2790 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3744 # Use a header file that comes with gcc, so configuring glibc
3803 # Use a header file that comes with gcc, so configuring glibc
7021 # Use thi
[all...]
/freebsd-11-stable/contrib/apr/
H A Dconfigure135 # Use a proper internal environment variable to ensure we don't fall
981 # Use braces instead of parens because sh, perl, etc. also accept them.
1566 --enable-experimental-libtool Use experimental custom libtool
1578 --enable-nonportable-atomics Use optimized atomic code which may produce nonportable binaries
1580 --enable-posix-shm Use POSIX shared memory (shm_open) if available
1581 --enable-allocator-uses-mmap Use mmap in apr_allocator instead of malloc
1582 --enable-allocator-guard-pages Use guard pages in apr_allocator
1622 Use these variables to override the choices made by `configure' or to help
2014 Use char because int might match the return type of a GCC
2497 # WARNING: Use '\'' t
[all...]
/freebsd-11-stable/contrib/ntp/
H A Dconfigure137 # Use a proper internal environment variable to ensure we don't fall
1108 # Use braces instead of parens because sh, perl, etc. also accept them.
1722 --enable-local-libopts Use the supplied libopts tearoff code
1734 --enable-clockctl s Use /dev/clockctl for non-root clock control
1735 --enable-linuxcaps + Use Linux capabilities for non-root clock control
1736 --enable-solarisprivs + Use Solaris privileges for non-root clock control
1737 --enable-trustedbsd-mac s Use TrustedBSD MAC policy for non-root clock
1739 --enable-signalled-io s Use signalled IO if we can
1813 --enable-openssl-random Use OpenSSL's crypto random number functions, if
1845 --with-gtest Use th
[all...]
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure137 # Use a proper internal environment variable to ensure we don't fall
817 # Use braces instead of parens because sh, perl, etc. also accept them.
1423 --with-native-includes Use the system native include files instead of those
1447 Use these variables to override the choices made by `configure' or to help
1752 Use char because int might match the return type of a GCC
2097 # WARNING: Use '\'' to represent an apostrophe within the trap.
2321 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3346 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3640 # Use this function as a fallback that always works.
6085 # GNU ld 2.21 introduced _sol2 emulations. Use the
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp95 #include "llvm/IR/Use.h"
978 for (Use &O : I->operands())
1592 OS << "LSR Use: Kind=";
1954 SmallPtrSet<Use*, MaxChains> IVIncSet;
3252 LLVM_DEBUG(dbgs() << "Use is in profitable chain: " << **UseI << '\n');
3416 for (const Use &U : V->uses()) {
4109 for (const SCEV *Use : RegUses) {
4110 const SCEV *Reg = Use; // Make a copy for ExtractImmediate to modify.
4115 Pair.first->second.insert(std::make_pair(Imm, Use));
4116 UsedByIndicesMap[Reg] |= RegUses.getUsedByIndices(Use);
[all...]
H A DJumpThreading.cpp55 #include "llvm/IR/Use.h"
1942 SmallVector<Use *, 16> UsesToRename;
1947 for (Use &U : I.uses()) {
2589 for (Use &U : PN->uses()) {
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure137 # Use a proper internal environment variable to ensure we don't fall
977 # Use braces instead of parens because sh, perl, etc. also accept them.
1577 --enable-clockctl s Use /dev/clockctl for non-root clock control
1578 --enable-linuxcaps + Use Linux capabilities for non-root clock control
1579 --enable-solarisprivs + Use Solaris privileges for non-root clock control
1580 --enable-trustedbsd-mac s Use TrustedBSD MAC policy for non-root clock
1582 --enable-signalled-io s Use signalled IO if we can
1589 --enable-local-libopts Use the supplied libopts tearoff code
1643 Use these variables to override the choices made by `configure' or to help
2094 Use cha
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2485 Use *OperandList = getOperandList();
2937 Use *OperandList = getOperandList();
2939 for (Use *O = OperandList, *E = OperandList+getNumOperands(); O != E; ++O) {
2969 Use *OperandList = getOperandList();
2979 for (Use *O = OperandList, *E = OperandList + getNumOperands(); O != E; ++O) {
H A DAsmWriter.cpp65 #include "llvm/IR/Use.h"
156 for (const Use &U : F.operands())
185 using Entry = std::pair<const Use *, unsigned>;
187 for (const Use &U : V->uses())
201 const Use *LU = L.first;
202 const Use *RU = R.first;
268 // Use-list orders need to be serialized after all the users have been added
312 for (const Use &U : F.operands())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1394 // FIXME: Use LDM/STM with single register instead.
1616 // FIXME: Use str <undef> as a wildcard to enable better stm folding.
1988 for (auto Use : Prev->uses())
1989 if (Use.isKill()) {
1992 .addReg(Use.getReg(), RegState::Kill)
H A DARMISelLowering.h358 SmallVectorImpl<Use *> &Ops) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp360 auto Use = [this](Instruction *U) -> bool { local
364 traverse(V, Use);
659 Use &TheUse = UI.getUse();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1085 for (const Use &NewU : C->operands()) {
1154 if (!all_of(I->operands(), [](Use &U) { return isa<Constant>(U); }))
1159 for (const Use &OpU : I->operands()) {
1746 // Use internal versions of these intrinsics.
2457 // Use the regular scalar folding to simplify this column.
H A DModuleSummaryAnalysis.cpp45 #include "llvm/IR/Use.h"
180 bool HasNonAssumeUses = llvm::any_of(CI->uses(), [](const Use &CIU) {
350 // Use the original CalledValue, in case it was an alias. We want
/freebsd-11-stable/contrib/ldns/drill/
H A Dconfigure707 # Use braces instead of parens because sh, perl, etc. also accept them.
1315 Use these variables to override the choices made by `configure' or to help
1765 Use char because int might match the return type of a GCC
1908 # WARNING: Use '\'' to represent an apostrophe within the trap.
2129 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3171 # Use a header file that comes with gcc, so configuring glibc
3230 # Use a header file that comes with gcc, so configuring glibc
4834 Use char because int might match the return type of a GCC
4890 Use char because int might match the return type of a GCC
5114 Use cha
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dconfigure137 # Use a proper internal environment variable to ensure we don't fall
741 # Use braces instead of parens because sh, perl, etc. also accept them.
1336 --with-hesiod=PREFIX Use Hesiod lookup for ~ expansion
1348 Use these variables to override the choices made by `configure' or to help
2138 Use char because int might match the return type of a GCC
2281 # WARNING: Use '\'' to represent an apostrophe within the trap.
2502 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2646 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3800 # Use a header file that comes with gcc, so configuring glibc
3859 # Use
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp734 for (auto Use : N->uses()) {
735 if (Use->getOpcode() != ISD::LOAD && Use->getOpcode() != ISD::STORE &&
736 Use->getOpcode() != ISD::ATOMIC_LOAD &&
737 Use->getOpcode() != ISD::ATOMIC_STORE)
742 if (isStrongerThanMonotonic(cast<MemSDNode>(Use)->getOrdering()))
1624 // Use the type of SRL node.
2753 // Use the sysreg mapper to map the remaining possible strings to the
2826 // Use the sysreg mapper to attempt to map the remaining possible strings
H A DAArch64ISelLowering.h407 SmallVectorImpl<Use *> &Ops) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc469 // move it out of the way of the source file. Use FILE_FLAG_DELETE_ON_CLOSE
/freebsd-11-stable/contrib/file/
H A Dconfigure137 # Use a proper internal environment variable to ensure we don't fall
825 # Use braces instead of parens because sh, perl, etc. also accept them.
1461 Use these variables to override the choices made by `configure' or to help
1857 Use char because int might match the return type of a GCC
2287 # WARNING: Use '\'' to represent an apostrophe within the trap.
2511 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2650 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2727 # Use a double $ so make ignores it.
2746 # Use eval to expand $SHELL
3028 # Use
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk40 # Use Android specific directory for control interface sockets
44 # Use Android specific directory for wpa_cli command completion history
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h897 ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp428 // Use actual fsub instruction
1074 // TODO: Use 16-bit shifts if legal for 8-bit values?
1191 // FIXME: Use inline constants (src_{shared, private}_base) instead of
2363 Register Use = MI.getOperand(3).getReg();
2372 .addUse(Use)
2377 .addUse(Use)
2386 MRI.setRegClass(Use, TRI->getWaveMaskRegClass());

Completed in 365 milliseconds

<<1112131415