Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp836 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 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.
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Derror-block-unreachable.ll4 ; blocks. Earlier we crashed when detecting error blocks.
/llvm-project-15.0.7/polly/lib/External/isl/test_inputs/schedule/
H A Dcarry_bounded_coefficients.sc5 # the coefficients. Earlier versions of isl would take this
/llvm-project-15.0.7/polly/test/GPGPU/
H A Dinvariant-load-escaping-values.ll11 ; originally. Earlier, this was broken as we introduce a new stack slot aside
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Ddo-not-model-error-block-accesses.ll3 ; 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 Dignore-dbg-value-list.mir59 ; Earlier DBG_VALUE_LIST should not be propagated here, would be caught
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dpr34131.ll4 ; Earlier version using auto-generated checks from utils/update_test_checks.py
/llvm-project-15.0.7/llvm/test/Transforms/WholeProgramDevirt/
H A Dunique-retval-same-vtable.ll46 ; 20074028. Earlier versions of LLVM mistakenly concluded that
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpostra-ignore-dbg-instrs.mir13 # try to sink. Earlier versions were not performing the sink due to a
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp783 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 DMatrixTypes.rst126 Earlier versions of this extension did not support division by a scalar.
H A DAutomaticReferenceCounting.rst1126 Earlier releases of Clang permitted ``__strong`` and ``__weak`` only
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dnested-loop-conditions.ll144 ; Earlier version of above, before a run of the structurizer.
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dcast.ll368 ; even for vectors. Earlier folds should ensure that the icmp(and(zext)) pattern never occurs.