Home
last modified time | relevance | path

Searched refs:getInstructionsForAccess (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h254 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/
DLoopAccessAnalysis.h245 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/
DLoopAccessAnalysis.h264 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/
DLoopDistribute.cpp460 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp291 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/
DLoopDistribute.cpp510 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp515 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1431 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1713 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker