Home
last modified time | relevance | path

Searched refs:Earlier (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp337 const Instruction *Earlier, in isMaskedStoreOverwrite() argument
340 const auto *IIE = dyn_cast<IntrinsicInst>(Earlier); in isMaskedStoreOverwrite()
369 const MemoryLocation &Earlier, in isPartialOverwrite() argument
374 const uint64_t EarlierSize = Earlier.Size.getValue(); in isPartialOverwrite()
742 StoreInst *Earlier, StoreInst *Later, int64_t InstWriteOffset, in tryToMergePartialOverlappingStores() argument
746 if (Earlier && isa<ConstantInt>(Earlier->getValueOperand()) && in tryToMergePartialOverlappingStores()
747 DL.typeSizeEqualsStoreSize(Earlier->getValueOperand()->getType()) && in tryToMergePartialOverlappingStores()
750 memoryIsNotModifiedBetween(Earlier, Later, AA, DL, DT)) { in tryToMergePartialOverlappingStores()
762 cast<ConstantInt>(Earlier->getValueOperand())->getValue(); in tryToMergePartialOverlappingStores()
778 LLVM_DEBUG(dbgs() << "DSE: Merge Stores:\n Earlier: " << *Earlier in tryToMergePartialOverlappingStores()
[all …]
H A DEarlyCSE.cpp826 bool overridingStores(const ParseMemoryInst &Earlier,
859 bool isNonTargetIntrinsicMatch(const IntrinsicInst *Earlier, in isNonTargetIntrinsicMatch() argument
910 if (PtrOp(Earlier) != PtrOp(Later)) in isNonTargetIntrinsicMatch()
913 Intrinsic::ID IDE = Earlier->getIntrinsicID(); in isNonTargetIntrinsicMatch()
923 if (MaskOp(Earlier) == MaskOp(Later) && ThruOp(Earlier) == ThruOp(Later)) in isNonTargetIntrinsicMatch()
927 return IsSubmask(MaskOp(Later), MaskOp(Earlier)); in isNonTargetIntrinsicMatch()
934 if (!IsSubmask(MaskOp(Later), MaskOp(Earlier))) in isNonTargetIntrinsicMatch()
942 return IsSubmask(MaskOp(Later), MaskOp(Earlier)); in isNonTargetIntrinsicMatch()
949 return IsSubmask(MaskOp(Earlier), MaskOp(Later)); in isNonTargetIntrinsicMatch()
1154 bool EarlyCSE::overridingStores(const ParseMemoryInst &Earlier, in overridingStores() argument
[all …]
/netbsd-src/external/mit/isl/dist/test_inputs/codegen/
H A Dempty.in1 # Earlier versions of isl would end up with an empty partial
H A Dcholesky.st1 # Earlier versions of isl would fail to produce an AST for this input
H A Dsor1d-part.st2 # Earlier versions of isl would generate an incorrect bound.
/netbsd-src/external/mit/isl/dist/test_inputs/schedule/
H A Dcarry_bounded_coefficients.sc5 # the coefficients. Earlier versions of isl would take this
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp788 for (auto *Earlier : EarlierLoadsAndStores) { in checkDependencies() local
789 Loop *EarlierLoop = LI.getLoopFor(Earlier->getParent()); in checkDependencies()
793 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false, in checkDependencies()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dldm.s22 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
H A Dstc.s71 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
H A Dldc.s85 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
H A Dxorb.s350 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
H A Dorb.s541 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
H A Dandb.s536 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
/netbsd-src/external/public-domain/tz/dist/
H A Detcetera45 # Earlier incarnations of this package were not POSIX-compliant,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-format-options.pod131 Earlier versions were known as CMS and are compatible.
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.6128 is now activated only after a successful TLS handshake. Earlier
297 is now activated only after a successful TLS handshake. Earlier
H A DRELEASE_NOTES-3.683 omitted and defaults to zero. Earlier compatibility levels are 0, 1 and 2.
H A DRELEASE_NOTES-2.0312 characters (default: 990). Earlier Postfix versions broke lines
319 header or body lines by inserting <CR> <LF> <SPACE>. Earlier
326 Earlier Postfix versions would place excess text, and all following
H A DRELEASE_NOTES-2.8203 command. Earlier versions only re-computed the mechanism list when
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DNOTES-ANDROID.md54 Caveat lector! Earlier OpenSSL versions relied on additional `CROSS_SYSROOT`
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNOTES.ANDROID51 Caveat lector! Earlier OpenSSL versions relied on additional CROSS_SYSROOT
/netbsd-src/external/public-domain/xz/dist/
H A DNEWS388 which is equivalent to "xz -6e". Earlier -e didn't put xz back
393 "xz -7". Earlier a custom filter chain option didn't make
543 chain will be forgotten. Earlier the preset options were
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DMatrixTypes.rst126 Earlier versions of this extension did not support division by a scalar.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-arm-common.inc158 /* We only want to use stap probes starting with v3. Earlier
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-arm-common.inc154 /* We only want to use stap probes starting with v3. Earlier

1234