Lines Matching defs:VAArgTLSOriginCopy
5509 AllocaInst *VAArgTLSOriginCopy = nullptr;
5671 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize);
5672 VAArgTLSOriginCopy->setAlignment(kShadowTLSAlignment);
5673 IRB.CreateMemCpy(VAArgTLSOriginCopy, kShadowTLSAlignment,
5697 IRB.CreateMemCpy(RegSaveAreaOriginPtr, Alignment, VAArgTLSOriginCopy,
5714 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy,
6133 AllocaInst *VAArgTLSOriginCopy = nullptr;
6328 IRB.CreateMemCpy(RegSaveAreaOriginPtr, Alignment, VAArgTLSOriginCopy,
6351 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy,
6381 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize);
6382 VAArgTLSOriginCopy->setAlignment(kShadowTLSAlignment);
6383 IRB.CreateMemCpy(VAArgTLSOriginCopy, kShadowTLSAlignment,