Home
last modified time | relevance | path

Searched refs:BasePointer (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStack.cpp161 Instruction *BasePointer,
490 ArrayRef<Argument *> ByValArguments, Instruction *BasePointer, in moveStaticAllocasToUnsafeStack() argument
493 return BasePointer; in moveStaticAllocasToUnsafeStack()
552 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
553 BasePointer = cast<Instruction>(IRB.CreateIntToPtr( in moveStaticAllocasToUnsafeStack()
555 IRB.CreatePtrToInt(BasePointer, IntPtrTy), in moveStaticAllocasToUnsafeStack()
560 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
564 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack()
583 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack()
589 replaceDbgDeclare(Arg, BasePointer, DIB, DIExpression::ApplyOffset, in moveStaticAllocasToUnsafeStack()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp136 OS << *R.BasePointer; in operator <<()
164 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) { in hasSpacialReuse()
220 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) { in hasTemporalReuse()
379 BasePointer = dyn_cast<SCEVUnknown>(SE.getPointerBase(AccessFn)); in delinearize()
380 if (BasePointer == nullptr) { in delinearize()
397 AccessFn = SE.getMinusSCEV(AccessFn, BasePointer); in delinearize()
H A DDelinearization.cpp597 const SCEVUnknown *BasePointer = in printDelinearization() local
600 if (!BasePointer) in printDelinearization()
602 AccessFn = SE->getMinusSCEV(AccessFn, BasePointer); in printDelinearization()
617 O << "Base offset: " << *BasePointer << "\n"; in printDelinearization()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h57 const SCEV *getBasePointer() const { return BasePointer; } in getBasePointer()
147 const SCEV *BasePointer = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2788 Value *BasePointer = GEPI.getPointerOperand(); in visitGetElementPtrInst() local
2789 DFSF.setShadow(&GEPI, DFSF.getShadow(BasePointer)); in visitGetElementPtrInst()
2791 DFSF.setOrigin(&GEPI, DFSF.getOrigin(BasePointer)); in visitGetElementPtrInst()