Lines Matching defs:VAArgTLSOriginCopy
5027 AllocaInst *VAArgTLSOriginCopy = nullptr;
5191 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize);
5192 VAArgTLSOriginCopy->setAlignment(kShadowTLSAlignment);
5193 IRB.CreateMemCpy(VAArgTLSOriginCopy, kShadowTLSAlignment,
5219 IRB.CreateMemCpy(RegSaveAreaOriginPtr, Alignment, VAArgTLSOriginCopy,
5237 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy,
5728 AllocaInst *VAArgTLSOriginCopy = nullptr;
5925 IRB.CreateMemCpy(RegSaveAreaOriginPtr, Alignment, VAArgTLSOriginCopy,
5950 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy,
5980 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize);
5981 VAArgTLSOriginCopy->setAlignment(kShadowTLSAlignment);
5982 IRB.CreateMemCpy(VAArgTLSOriginCopy, kShadowTLSAlignment,