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

/freebsd-13-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.cpp123 OS << *R.BasePointer;
151 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) {
208 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) {
332 BasePointer = dyn_cast<SCEVUnknown>(SE.getPointerBase(AccessFn));
333 if (BasePointer == nullptr) {
340 AccessFn = SE.getMinusSCEV(AccessFn, BasePointer);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp180 Instruction *BasePointer,
494 Instruction *BasePointer, AllocaInst *StackGuardSlot) {
496 return BasePointer;
557 IRB.SetInsertPoint(BasePointer->getNextNode());
558 BasePointer = cast<Instruction>(IRB.CreateIntToPtr(
559 IRB.CreateAnd(IRB.CreatePtrToInt(BasePointer, IntPtrTy),
564 IRB.SetInsertPoint(BasePointer->getNextNode());
568 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8*
587 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointe
491 moveStaticAllocasToUnsafeStack( IRBuilder< &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, Instruction *BasePointer, AllocaInst *StackGuardSlot) argument
802 Instruction *BasePointer = local
[all...]
/freebsd-13-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 125 milliseconds