Searched defs:BasePointer (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopCacheAnalysis.h | 147 const SCEV *BasePointer = nullptr; global() variable
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopDetection.cpp | 919 hasValidArraySizes(DetectionContext & Context,SmallVectorImpl<const SCEV * > & Sizes,const SCEVUnknown * BasePointer,Loop * Scope) const hasValidArraySizes() argument 983 computeAccessFunctions(DetectionContext & Context,const SCEVUnknown * BasePointer,std::shared_ptr<ArrayShape> Shape) const computeAccessFunctions() argument 1036 hasBaseAffineAccesses(DetectionContext & Context,const SCEVUnknown * BasePointer,Loop * Scope) const hasBaseAffineAccesses() argument 1059 auto *BasePointer = Pair.first; hasAffineMemoryAccesses() local 1202 const SCEVUnknown *BasePointer; isValidMemoryAccess() local [all...] |
H A D | ScopBuilder.cpp | 1452 const SCEVUnknown *BasePointer = in buildAccessMultiDimFixed() local 1525 const SCEVUnknown *BasePointer = in buildAccessMultiDimParam() local 1697 const SCEVUnknown *BasePointer = in buildAccessSingleDim() local [all...] |
/llvm-project/polly/include/polly/ |
H A D | ScopDetection.h | 92 const SCEVUnknown *BasePointer; member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 489 moveStaticAllocasToUnsafeStack(IRBuilder<> & IRB,Function & F,ArrayRef<AllocaInst * > StaticAllocas,ArrayRef<Argument * > ByValArguments,Instruction * BasePointer,AllocaInst * StackGuardSlot) moveStaticAllocasToUnsafeStack() argument 803 Instruction *BasePointer = run() local [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 577 const SCEVUnknown *BasePointer = printDelinearization() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 2804 Value *BasePointer = GEPI.getPointerOperand(); visitGetElementPtrInst() local
|