Searched refs:getInstructionsForAccess (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 254 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, 580 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function 582 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 245 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, 608 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function 610 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 264 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, 603 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function 605 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 460 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 291 DC.getInstructionsForAccess(Src->PointerValue, Src->IsWritePtr); in tryToCreateDiffCheck() 293 DC.getInstructionsForAccess(Sink->PointerValue, Sink->IsWritePtr); in tryToCreateDiffCheck() 2103 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 510 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 515 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1431 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1713 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker
|