Lines Matching refs:ElemPtr
2339 Address ElemPtr = DestAddr; in shuffleAndStore() local
2351 ElemPtr = in shuffleAndStore()
2352 Bld.CreatePointerBitCastOrAddrSpaceCast(ElemPtr, IntTy->getPointerTo()); in shuffleAndStore()
2363 Bld.CreatePHI(ElemPtr.getType(), /*NumReservedValues=*/2); in shuffleAndStore()
2364 PhiDest->addIncoming(ElemPtr.getPointer(), CurrentBB); in shuffleAndStore()
2366 ElemPtr = Address(PhiDest, ElemPtr.getAlignment()); in shuffleAndStore()
2379 CGF.EmitStoreOfScalar(Res, ElemPtr, /*Volatile=*/false, IntType, in shuffleAndStore()
2383 Address LocalElemPtr = Bld.CreateConstGEP(ElemPtr, 1); in shuffleAndStore()
2395 CGF.EmitStoreOfScalar(Res, ElemPtr, /*Volatile=*/false, IntType, in shuffleAndStore()
2399 ElemPtr = Bld.CreateConstGEP(ElemPtr, 1); in shuffleAndStore()
2765 Address ElemPtr = Address(ElemPtrPtr, Align); in emitInterWarpCopyFunction() local
2766 ElemPtr = Bld.CreateElementBitCast(ElemPtr, CopyType); in emitInterWarpCopyFunction()
2768 ElemPtr = Address(Bld.CreateGEP(ElemPtr.getPointer(), Cnt), in emitInterWarpCopyFunction()
2769 ElemPtr.getAlignment()); in emitInterWarpCopyFunction()
2785 ElemPtr, /*Volatile=*/false, CType, Loc, in emitInterWarpCopyFunction()
3153 Address ElemPtr = in emitListToGlobalCopyFunction() local
3167 ElemPtr, /*Volatile=*/false, Private->getType(), Loc, in emitListToGlobalCopyFunction()
3174 CGF.MakeAddrLValue(ElemPtr, Private->getType()), Loc); in emitListToGlobalCopyFunction()
3180 CGF.MakeAddrLValue(ElemPtr, Private->getType()), in emitListToGlobalCopyFunction()
3359 Address ElemPtr = in emitGlobalToListCopyFunction() local
3373 CGF.EmitStoreOfScalar(V, ElemPtr, /*Volatile=*/false, Private->getType(), in emitGlobalToListCopyFunction()
3380 CGF.EmitStoreOfComplex(V, CGF.MakeAddrLValue(ElemPtr, Private->getType()), in emitGlobalToListCopyFunction()
3385 CGF.EmitAggregateCopy(CGF.MakeAddrLValue(ElemPtr, Private->getType()), in emitGlobalToListCopyFunction()