Lines Matching refs:VAArgTLSCopy
4759 AllocaInst *VAArgTLSCopy = nullptr; member
4903 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation()
4913 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
4914 VAArgTLSCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation()
4915 IRB.CreateMemSet(VAArgTLSCopy, Constant::getNullValue(IRB.getInt8Ty()), in finalizeInstrumentation()
4921 IRB.CreateMemCpy(VAArgTLSCopy, kShadowTLSAlignment, MS.VAArgTLS, in finalizeInstrumentation()
4950 IRB.CreateMemCpy(RegSaveAreaShadowPtr, Alignment, VAArgTLSCopy, Alignment, in finalizeInstrumentation()
4966 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
4983 AllocaInst *VAArgTLSCopy = nullptr; member
5019 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation()
5029 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
5030 VAArgTLSCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation()
5031 IRB.CreateMemSet(VAArgTLSCopy, Constant::getNullValue(IRB.getInt8Ty()), in finalizeInstrumentation()
5037 IRB.CreateMemCpy(VAArgTLSCopy, kShadowTLSAlignment, MS.VAArgTLS, in finalizeInstrumentation()
5058 IRB.CreateMemCpy(RegSaveAreaShadowPtr, Alignment, VAArgTLSCopy, Alignment, in finalizeInstrumentation()
5077 AllocaInst *VAArgTLSCopy = nullptr; member
5191 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation()
5201 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
5202 VAArgTLSCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation()
5203 IRB.CreateMemSet(VAArgTLSCopy, Constant::getNullValue(IRB.getInt8Ty()), in finalizeInstrumentation()
5209 IRB.CreateMemCpy(VAArgTLSCopy, kShadowTLSAlignment, MS.VAArgTLS, in finalizeInstrumentation()
5269 IRB.CreateInBoundsPtrAdd(VAArgTLSCopy, GrRegSaveAreaShadowPtrOff); in finalizeInstrumentation()
5285 IRB.CreateInBoundsPtrAdd(VAArgTLSCopy, in finalizeInstrumentation()
5300 VAArgTLSCopy, IRB.getInt32(AArch64VAEndOffset)); in finalizeInstrumentation()
5310 AllocaInst *VAArgTLSCopy = nullptr; member
5404 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation()
5415 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
5416 VAArgTLSCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation()
5417 IRB.CreateMemSet(VAArgTLSCopy, Constant::getNullValue(IRB.getInt8Ty()), in finalizeInstrumentation()
5423 IRB.CreateMemCpy(VAArgTLSCopy, kShadowTLSAlignment, MS.VAArgTLS, in finalizeInstrumentation()
5444 IRB.CreateMemCpy(RegSaveAreaShadowPtr, Alignment, VAArgTLSCopy, Alignment, in finalizeInstrumentation()
5464 AllocaInst *VAArgTLSCopy = nullptr; member
5659 IRB.CreateMemCpy(RegSaveAreaShadowPtr, Alignment, VAArgTLSCopy, Alignment, in copyRegSaveArea()
5682 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy, in copyOverflowArea()
5695 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation()
5706 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
5707 VAArgTLSCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation()
5708 IRB.CreateMemSet(VAArgTLSCopy, Constant::getNullValue(IRB.getInt8Ty()), in finalizeInstrumentation()
5714 IRB.CreateMemCpy(VAArgTLSCopy, kShadowTLSAlignment, MS.VAArgTLS, in finalizeInstrumentation()