Lines Matching refs:VAListTag

2867     Value *VAListTag = I.getArgOperand(0);
2868 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB);
2880 Value *VAListTag = I.getArgOperand(0);
2881 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB);
2909 Value *VAListTag = OrigInst->getArgOperand(0);
2913 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
2924 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
2990 Value *VAListTag = I.getArgOperand(0);
2991 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB);
2998 Value *VAListTag = I.getArgOperand(0);
2999 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB);
3026 Value *VAListTag = OrigInst->getArgOperand(0);
3028 IRB.CreateIntToPtr(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
3135 Value *VAListTag = I.getArgOperand(0);
3136 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB);
3145 Value *VAListTag = I.getArgOperand(0);
3146 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB);
3154 Value* getVAField64(IRBuilder<> &IRB, Value *VAListTag, int offset) {
3157 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
3164 Value* getVAField32(IRBuilder<> &IRB, Value *VAListTag, int offset) {
3167 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
3198 Value *VAListTag = OrigInst->getArgOperand(0);
3214 Value *StackSaveAreaPtr = getVAField64(IRB, VAListTag, 0);
3217 Value *GrTopSaveAreaPtr = getVAField64(IRB, VAListTag, 8);
3218 Value *GrOffSaveArea = getVAField32(IRB, VAListTag, 24);
3223 Value *VrTopSaveAreaPtr = getVAField64(IRB, VAListTag, 16);
3224 Value *VrOffSaveArea = getVAField32(IRB, VAListTag, 28);