Lines Matching refs:ElemPtr

2302   Value *ElemPtr = DstAddr;  in shuffleAndStore()  local
2312 ElemPtr = Builder.CreatePointerBitCastOrAddrSpaceCast( in shuffleAndStore()
2313 ElemPtr, IntType->getPointerTo(), ElemPtr->getName() + ".ascast"); in shuffleAndStore()
2329 Builder.CreatePHI(ElemPtr->getType(), /*NumReservedValues=*/2); in shuffleAndStore()
2330 PhiDest->addIncoming(ElemPtr, CurrentBB); in shuffleAndStore()
2332 ElemPtr = PhiDest; in shuffleAndStore()
2345 Builder.CreateAlignedStore(Res, ElemPtr, in shuffleAndStore()
2350 Builder.CreateGEP(IntType, ElemPtr, {ConstantInt::get(IndexTy, 1)}); in shuffleAndStore()
2361 Builder.CreateStore(Res, ElemPtr); in shuffleAndStore()
2363 ElemPtr = in shuffleAndStore()
2364 Builder.CreateGEP(IntType, ElemPtr, {ConstantInt::get(IndexTy, 1)}); in shuffleAndStore()
2625 Value *ElemPtr = Builder.CreateLoad(Builder.getPtrTy(), ElemPtrPtr); in emitInterWarpCopyFunction() local
2627 ElemPtr = Builder.CreateGEP(Builder.getInt32Ty(), ElemPtr, Cnt); in emitInterWarpCopyFunction()
2635 Value *Elem = Builder.CreateLoad(CType, ElemPtr); in emitInterWarpCopyFunction()
2939 Value *ElemPtr = Builder.CreateLoad(Builder.getPtrTy(), ElemPtrPtr); in emitListToGlobalCopyFunction() local
2949 Value *TargetElement = Builder.CreateLoad(RI.ElementType, ElemPtr); in emitListToGlobalCopyFunction()
2955 RI.ElementType, ElemPtr, 0, 0, ".realp"); in emitListToGlobalCopyFunction()
2959 RI.ElementType, ElemPtr, 0, 1, ".imagp"); in emitListToGlobalCopyFunction()
2975 GlobVal, M.getDataLayout().getPrefTypeAlign(RI.ElementType), ElemPtr, in emitListToGlobalCopyFunction()
3130 Value *ElemPtr = Builder.CreateLoad(Builder.getPtrTy(), ElemPtrPtr); in emitGlobalToListCopyFunction() local
3140 Builder.CreateStore(TargetElement, ElemPtr); in emitGlobalToListCopyFunction()
3154 RI.ElementType, ElemPtr, 0, 0, ".realp"); in emitGlobalToListCopyFunction()
3156 RI.ElementType, ElemPtr, 0, 1, ".imagp"); in emitGlobalToListCopyFunction()
3165 ElemPtr, M.getDataLayout().getPrefTypeAlign(RI.ElementType), in emitGlobalToListCopyFunction()
3456 Value *ElemPtr = Builder.CreateInBoundsGEP( in createReductionsGPU() local
3461 Builder.CreateStore(CastElem, ElemPtr); in createReductionsGPU()