Home
last modified time | relevance | path

Searched refs:Later (Results 1 – 25 of 144) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp336 static OverwriteResult isMaskedStoreOverwrite(const Instruction *Later, in isMaskedStoreOverwrite() argument
339 const auto *IIL = dyn_cast<IntrinsicInst>(Later); in isMaskedStoreOverwrite()
368 static OverwriteResult isPartialOverwrite(const MemoryLocation &Later, in isPartialOverwrite() argument
373 const uint64_t LaterSize = Later.Size.getValue(); in isPartialOverwrite()
742 StoreInst *Earlier, StoreInst *Later, int64_t InstWriteOffset, in tryToMergePartialOverlappingStores() argument
748 Later && isa<ConstantInt>(Later->getValueOperand()) && in tryToMergePartialOverlappingStores()
749 DL.typeSizeEqualsStoreSize(Later->getValueOperand()->getType()) && in tryToMergePartialOverlappingStores()
750 memoryIsNotModifiedBetween(Earlier, Later, AA, DL, DT)) { in tryToMergePartialOverlappingStores()
763 APInt LaterValue = cast<ConstantInt>(Later->getValueOperand())->getValue(); in tryToMergePartialOverlappingStores()
779 << "\n Later: " << *Later in tryToMergePartialOverlappingStores()
[all …]
H A DEarlyCSE.cpp827 const ParseMemoryInst &Later);
860 const IntrinsicInst *Later) { in isNonTargetIntrinsicMatch() argument
910 if (PtrOp(Earlier) != PtrOp(Later)) in isNonTargetIntrinsicMatch()
914 Intrinsic::ID IDL = Later->getIntrinsicID(); in isNonTargetIntrinsicMatch()
923 if (MaskOp(Earlier) == MaskOp(Later) && ThruOp(Earlier) == ThruOp(Later)) in isNonTargetIntrinsicMatch()
925 if (!isa<UndefValue>(ThruOp(Later))) in isNonTargetIntrinsicMatch()
927 return IsSubmask(MaskOp(Later), MaskOp(Earlier)); in isNonTargetIntrinsicMatch()
934 if (!IsSubmask(MaskOp(Later), MaskOp(Earlier))) in isNonTargetIntrinsicMatch()
936 return isa<UndefValue>(ThruOp(Later)); in isNonTargetIntrinsicMatch()
942 return IsSubmask(MaskOp(Later), MaskOp(Earlier)); in isNonTargetIntrinsicMatch()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dbug2.in26 # header on the heap. Later "append header" operations would then
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3088.txt181 and returns noSuchObject. Later incarnation of this service may
197 Later incarnations of this service will better handle transient
256 The service currently does recognize any extended operation. Later
423 in preventing sophisticated attacks. Later incarnations of this
H A Drfc4510.txt99 X.500(93). Later revisions of X.500 do not automatically apply to
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc32/
H A DREADME46 Later SPARC implementations have single cycle ST.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-cmds.pod.in145 to be available at I<cmd>(1). Later, the alias B<openssl-I<cmd>>(1) was
/netbsd-src/external/gpl3/autoconf/dist/lib/
H A Dautom4te.in37 # Later versions trace AC_CANONICAL_TARGET instead.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp792 for (auto *Later : CurrentLoadsAndStores) { in checkDependencies() local
793 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false, in checkDependencies()
/netbsd-src/external/lgpl3/gmp/dist/mpn/
H A DMakeasm.am107 # -fPIC. (Later versions of gas are happy to accept PIC stuff any time.)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A Dindex.rst62 support. Later chapters show how to generate .o files.
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A DREADME.external21 BoringSSL repository. Later commits may or may not pass the test suite:
/netbsd-src/sys/arch/hp300/DOC/
H A DOptions92 and working up. Later releases of the HP boot ROM search for
/netbsd-src/usr.sbin/ndbootd/
H A DREADME16 only use ND to boot over the network. (Later, the Sun-3 PROMs would
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.yy72 // Later: api.value.automove
/netbsd-src/external/public-domain/xz/dist/doc/
H A Dhistory.txt129 converted from a callback API to a stateful API. Later, Igor Pavlov
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DQLParser.yy72 // Later: api.value.automove
/netbsd-src/sys/arch/mips/
H A DREADME.models34 properties. Later revisions (further down the list) are mostly supersets
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DASN1_TIME_set.pod235 printf("Later\n");
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dfunctional280 * variable/value. Later, their @c operator()s completely ignore any
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsql104 # number in the database at offset 60. Later, SQLite added an "application id"
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dfunctional283 * variable/value. Later, their @c operator()s completely ignore any
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DASN1_TIME_set.pod259 printf("Later\n");
H A DOSSL_PARAM.pod273 and return success. Later the responder will be called again
/netbsd-src/external/ibm-public/postfix/dist/
H A DINSTALL834 Note: the most important error message is logged first. Later messages are not
884 Note: the most important error message is logged first. Later messages are not
924 Note: the most important error message is logged first. Later messages are not

123456