Searched refs:BasePointer (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp88 const SCEVUnknown *BasePointer = local
91 if (!BasePointer)
93 AccessFn = SE->getMinusSCEV(AccessFn, BasePointer);
108 O << "Base offset: " << *BasePointer << "\n"; local
H A DLoopCacheAnalysis.cpp118 OS << *R.BasePointer;
146 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) {
203 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) {
324 BasePointer = dyn_cast<SCEVUnknown>(SE.getPointerBase(AccessFn));
325 if (BasePointer == nullptr) {
332 AccessFn = SE.getMinusSCEV(AccessFn, BasePointer);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp176 Instruction *BasePointer,
490 Instruction *BasePointer, AllocaInst *StackGuardSlot) {
492 return BasePointer;
543 IRB.SetInsertPoint(BasePointer->getNextNode());
544 BasePointer = cast<Instruction>(IRB.CreateIntToPtr(
545 IRB.CreateAnd(IRB.CreatePtrToInt(BasePointer, IntPtrTy),
550 IRB.SetInsertPoint(BasePointer->getNextNode());
554 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8*
573 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointe
487 moveStaticAllocasToUnsafeStack( IRBuilder< &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, Instruction *BasePointer, AllocaInst *StackGuardSlot) argument
788 Instruction *BasePointer = local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h41 /// BasePointer -> A
53 const SCEV *getBasePointer() const { return BasePointer; }
131 const SCEV *BasePointer = nullptr;

Completed in 69 milliseconds