| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 337 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 D | EarlyCSE.cpp | 826 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 D | empty.in | 1 # Earlier versions of isl would end up with an empty partial
|
| H A D | cholesky.st | 1 # Earlier versions of isl would fail to produce an AST for this input
|
| H A D | sor1d-part.st | 2 # Earlier versions of isl would generate an incorrect bound.
|
| /netbsd-src/external/mit/isl/dist/test_inputs/schedule/ |
| H A D | carry_bounded_coefficients.sc | 5 # the coefficients. Earlier versions of isl would take this
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 788 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 D | ldm.s | 22 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
|
| H A D | stc.s | 71 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
|
| H A D | ldc.s | 85 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
|
| H A D | xorb.s | 350 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
|
| H A D | orb.s | 541 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
|
| H A D | andb.s | 536 .if (sim_cpu == h8300s || sim_cpu == h8sx) ; Earlier versions, no exr
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | etcetera | 45 # Earlier incarnations of this package were not POSIX-compliant,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-format-options.pod | 131 Earlier versions were known as CMS and are compatible.
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-2.6 | 128 is now activated only after a successful TLS handshake. Earlier 297 is now activated only after a successful TLS handshake. Earlier
|
| H A D | RELEASE_NOTES-3.6 | 83 omitted and defaults to zero. Earlier compatibility levels are 0, 1 and 2.
|
| H A D | RELEASE_NOTES-2.0 | 312 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 D | RELEASE_NOTES-2.8 | 203 command. Earlier versions only re-computed the mechanism list when
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ |
| H A D | NOTES-ANDROID.md | 54 Caveat lector! Earlier OpenSSL versions relied on additional `CROSS_SYSROOT`
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | NOTES.ANDROID | 51 Caveat lector! Earlier OpenSSL versions relied on additional CROSS_SYSROOT
|
| /netbsd-src/external/public-domain/xz/dist/ |
| H A D | NEWS | 388 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 D | MatrixTypes.rst | 126 Earlier versions of this extension did not support division by a scalar.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | unwind-arm-common.inc | 158 /* We only want to use stap probes starting with v3. Earlier
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | unwind-arm-common.inc | 154 /* We only want to use stap probes starting with v3. Earlier
|