Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h548 const MemoryDepChecker &getDepChecker() const { return *DepChecker; } in getDepChecker() function
753 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
758 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h599 const MemoryDepChecker &getDepChecker() const { return *DepChecker; } in getDepChecker() function
794 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
799 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp143 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences()
331 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
439 InstOrder = LAI.getDepChecker().generateInstructionOrderMap(); in processLoop()
DLoopDistribute.cpp618 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop()
643 const MemoryDepChecker &DepChecker = LAI->getDepChecker(); in processLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp174 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences()
363 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
474 InstOrder = LAI.getDepChecker().generateInstructionOrderMap(); in processLoop()
DLoopDistribute.cpp658 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop()
683 const MemoryDepChecker &DepChecker = LAI->getDepChecker(); in processLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h310 return LAI->getDepChecker().getMaxSafeRegisterWidth(); in getMaxSafeRegisterWidth()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp218 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp215 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp957 return LAI && LAI->getDepChecker().getDependences(); in areDependencesValid()
1016 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1076 return LAI && LAI->getDepChecker().getDependences(); in areDependencesValid()
1134 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences()