Home
last modified time | relevance | path

Searched refs:getMemoryInstructions (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h238 const SmallVectorImpl<Instruction *> &getMemoryInstructions() const { in getMemoryInstructions() function
778 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
783 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h229 const SmallVectorImpl<Instruction *> &getMemoryInstructions() const { in getMemoryInstructions() function
842 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
847 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h248 const SmallVectorImpl<Instruction *> &getMemoryInstructions() const { in getMemoryInstructions() function
794 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
799 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp219 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp215 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp223 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp331 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
DLoopDistribute.cpp644 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp369 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
DLoopDistribute.cpp716 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp369 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
DLoopDistribute.cpp714 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1949 Dep.print(OS, Depth + 2, DepChecker->getMemoryInstructions()); in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2378 Dep.print(OS, Depth + 2, DepChecker->getMemoryInstructions()); in print()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2650 Dep.print(OS, Depth + 2, DepChecker->getMemoryInstructions()); in print()