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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DDelinearization.cpp99 const SCEVUnknown *BasePointer = local
102 if (!BasePointer)
104 AccessFn = SE->getMinusSCEV(AccessFn, BasePointer);
119 O << "Base offset: " << *BasePointer << "\n"; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DSafeStack.cpp484 Instruction *BasePointer = local
486 assert(BasePointer->getType() == StackPtrTy);
490 IRB.CreateStore(BasePointer, UnsafeStackPtr);
513 IRB.SetInsertPoint(BasePointer->getNextNode());
514 BasePointer = cast<Instruction>(IRB.CreateIntToPtr(
515 IRB.CreateAnd(IRB.CreatePtrToInt(BasePointer, IntPtrTy),
521 IRB.SetInsertPoint(BasePointer->getNextNode());
535 // NOTE: we ensure that BasePointer itself is aligned to >= Align.
539 Value *Off = IRB.CreateGEP(BasePointer, // BasePointer i
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3868 llvm::Value *BasePointer; local
3875 BasePointer = Pointer = *CV;
3881 BasePointer = Pointer = *CV;
3906 BasePointer = Pointer =
3910 BasePointer = Pointer = *CV;
3915 BasePointer = Pointer = *CV;
3930 BasePointers.push_back(BasePointer);

Completed in 69 milliseconds