Lines Matching refs:BasePointer

161                                         Instruction *BasePointer,
489 ArrayRef<Argument *> ByValArguments, Instruction *BasePointer, in moveStaticAllocasToUnsafeStack() argument
492 return BasePointer; in moveStaticAllocasToUnsafeStack()
551 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
552 BasePointer = cast<Instruction>(IRB.CreateIntToPtr( in moveStaticAllocasToUnsafeStack()
554 IRB.CreatePtrToInt(BasePointer, IntPtrTy), in moveStaticAllocasToUnsafeStack()
559 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
564 IRB.CreatePtrAdd(BasePointer, ConstantInt::get(Int32Ty, -Offset)); in moveStaticAllocasToUnsafeStack()
583 IRB.CreatePtrAdd(BasePointer, ConstantInt::get(Int32Ty, -Offset)); in moveStaticAllocasToUnsafeStack()
588 replaceDbgDeclare(Arg, BasePointer, DIB, DIExpression::ApplyOffset, in moveStaticAllocasToUnsafeStack()
600 replaceDbgDeclare(AI, BasePointer, DIB, DIExpression::ApplyOffset, -Offset); in moveStaticAllocasToUnsafeStack()
601 replaceDbgValueForAlloca(AI, BasePointer, DIB, -Offset); in moveStaticAllocasToUnsafeStack()
618 IRBUser.CreatePtrAdd(BasePointer, ConstantInt::get(Int32Ty, -Offset)); in moveStaticAllocasToUnsafeStack()
645 IRB.SetInsertPoint(BasePointer->getNextNode()); in moveStaticAllocasToUnsafeStack()
648 IRB.CreatePtrAdd(BasePointer, ConstantInt::get(Int32Ty, -FrameSize), in moveStaticAllocasToUnsafeStack()
803 Instruction *BasePointer = in run() local
805 assert(BasePointer->getType() == StackPtrTy); in run()
825 IRB, F, StaticAllocas, ByValArguments, BasePointer, StackGuardSlot); in run()
843 IRB.CreateStore(BasePointer, UnsafeStackPtr); in run()