Home
last modified time | relevance | path

Searched refs:getDepChecker (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h393 return LAI->getDepChecker().isSafeForAnyVectorWidth() && in isSafeForAnyVectorWidth()
394 LAI->getDepChecker().isSafeForAnyStoreLoadForwardDistances(); in isSafeForAnyVectorWidth()
398 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
420 return LAI->getDepChecker().isSafeForAnyStoreLoadForwardDistances(); in isSafeForAnyStoreLoadForwardDistances()
426 return LAI->getDepChecker().getStoreLoadForwardSafeDistanceInBits(); in getMaxStoreLoadForwardSafeDistanceInBits()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp184 const auto &DepChecker = LAI.getDepChecker(); in findStoreToLoadDependences()
378 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
515 InstOrder = LAI.getDepChecker().generateInstructionOrderMap(); in processLoop()
H A DLoopDistribute.cpp684 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop()
712 const MemoryDepChecker &DepChecker = LAI->getDepChecker(); in processLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h826 return LAI && LAI->getDepChecker().getDependences(); in areDependencesValid()
884 const auto &DepChecker = LAI->getDepChecker(); in collectDependences()
H A DLoopAccessAnalysis.h721 const MemoryDepChecker &getDepChecker() const { return *DepChecker; } in getDepChecker() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp223 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2763 const auto *Deps = getDepChecker().getDependences(); in emitUnsafeDependenceRemark()
2795 recordAnalysis("UnsafeDep", Dep.getDestination(getDepChecker())) << Info; in emitUnsafeDependenceRemark()
2821 if (Instruction *I = Dep.getSource(getDepChecker())) { in emitUnsafeDependenceRemark()
3027 const MemoryDepChecker &DC = getDepChecker(); in print()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1164 const MemoryDepChecker &DepChecker = LAI->getDepChecker(); in canVectorizeIndirectUnsafeDependences()