Lines Matching refs:ElemPtr

1781   Address ElemPtr = DestAddr;  in shuffleAndStore()  local
1794 ElemPtr = Bld.CreatePointerBitCastOrAddrSpaceCast( in shuffleAndStore()
1795 ElemPtr, IntTy->getPointerTo(), IntTy); in shuffleAndStore()
1806 Bld.CreatePHI(ElemPtr.getType(), /*NumReservedValues=*/2); in shuffleAndStore()
1807 PhiDest->addIncoming(ElemPtr.getPointer(), CurrentBB); in shuffleAndStore()
1809 ElemPtr = in shuffleAndStore()
1810 Address(PhiDest, ElemPtr.getElementType(), ElemPtr.getAlignment()); in shuffleAndStore()
1824 CGF.EmitStoreOfScalar(Res, ElemPtr, /*Volatile=*/false, IntType, in shuffleAndStore()
1828 Address LocalElemPtr = Bld.CreateConstGEP(ElemPtr, 1); in shuffleAndStore()
1840 CGF.EmitStoreOfScalar(Res, ElemPtr, /*Volatile=*/false, IntType, in shuffleAndStore()
1844 ElemPtr = Bld.CreateConstGEP(ElemPtr, 1); in shuffleAndStore()
2221 Address ElemPtr(ElemPtrPtr, CGF.Int8Ty, Align); in emitInterWarpCopyFunction() local
2222 ElemPtr = Bld.CreateElementBitCast(ElemPtr, CopyType); in emitInterWarpCopyFunction()
2224 ElemPtr = Bld.CreateGEP(ElemPtr, Cnt); in emitInterWarpCopyFunction()
2243 ElemPtr, /*Volatile=*/false, CType, Loc, in emitInterWarpCopyFunction()
2616 Address ElemPtr = in emitListToGlobalCopyFunction() local
2632 ElemPtr, /*Volatile=*/false, Private->getType(), Loc, in emitListToGlobalCopyFunction()
2639 CGF.MakeAddrLValue(ElemPtr, Private->getType()), Loc); in emitListToGlobalCopyFunction()
2645 CGF.MakeAddrLValue(ElemPtr, Private->getType()), in emitListToGlobalCopyFunction()
2826 Address ElemPtr = in emitGlobalToListCopyFunction() local
2842 CGF.EmitStoreOfScalar(V, ElemPtr, /*Volatile=*/false, Private->getType(), in emitGlobalToListCopyFunction()
2849 CGF.EmitStoreOfComplex(V, CGF.MakeAddrLValue(ElemPtr, Private->getType()), in emitGlobalToListCopyFunction()
2854 CGF.EmitAggregateCopy(CGF.MakeAddrLValue(ElemPtr, Private->getType()), in emitGlobalToListCopyFunction()