Searched refs:Earlier (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 836 bool overridingStores(const ParseMemoryInst &Earlier, 923 if (PtrOp(Earlier) != PtrOp(Later)) in isNonTargetIntrinsicMatch() 926 Intrinsic::ID IDE = Earlier->getIntrinsicID(); in isNonTargetIntrinsicMatch() 936 if (MaskOp(Earlier) == MaskOp(Later) && ThruOp(Earlier) == ThruOp(Later)) in isNonTargetIntrinsicMatch() 940 return IsSubmask(MaskOp(Later), MaskOp(Earlier)); in isNonTargetIntrinsicMatch() 947 if (!IsSubmask(MaskOp(Later), MaskOp(Earlier))) in isNonTargetIntrinsicMatch() 955 return IsSubmask(MaskOp(Later), MaskOp(Earlier)); in isNonTargetIntrinsicMatch() 962 return IsSubmask(MaskOp(Earlier), MaskOp(Later)); in isNonTargetIntrinsicMatch() 1171 assert(Earlier.isUnordered() && !Earlier.isVolatile() && in overridingStores() 1176 Earlier.getValueType() != Later.getValueType()) in overridingStores() [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/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.
|
| /llvm-project-15.0.7/polly/test/ScopDetect/ |
| H A D | error-block-unreachable.ll | 4 ; blocks. Earlier we crashed when detecting error blocks.
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/schedule/ |
| H A D | carry_bounded_coefficients.sc | 5 # the coefficients. Earlier versions of isl would take this
|
| /llvm-project-15.0.7/polly/test/GPGPU/ |
| H A D | invariant-load-escaping-values.ll | 11 ; originally. Earlier, this was broken as we introduce a new stack slot aside
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | do-not-model-error-block-accesses.ll | 3 ; Check that we do not crash on this input. Earlier this indeed crashed as
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/ |
| H A D | ignore-dbg-value-list.mir | 59 ; Earlier DBG_VALUE_LIST should not be propagated here, would be caught
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | pr34131.ll | 4 ; Earlier version using auto-generated checks from utils/update_test_checks.py
|
| /llvm-project-15.0.7/llvm/test/Transforms/WholeProgramDevirt/ |
| H A D | unique-retval-same-vtable.ll | 46 ; 20074028. Earlier versions of LLVM mistakenly concluded that
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | postra-ignore-dbg-instrs.mir | 13 # try to sink. Earlier versions were not performing the sink due to a
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 783 for (auto *Earlier : EarlierLoadsAndStores) { in checkDependencies() local 784 Loop *EarlierLoop = LI.getLoopFor(Earlier->getParent()); in checkDependencies() 788 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false, in checkDependencies()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | MatrixTypes.rst | 126 Earlier versions of this extension did not support division by a scalar.
|
| H A D | AutomaticReferenceCounting.rst | 1126 Earlier releases of Clang permitted ``__strong`` and ``__weak`` only
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | nested-loop-conditions.ll | 144 ; Earlier version of above, before a run of the structurizer.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | cast.ll | 368 ; even for vectors. Earlier folds should ensure that the icmp(and(zext)) pattern never occurs.
|