Home
last modified time | relevance | path

Searched refs:TargetElemPtr (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2247 Address TargetElemPtr = Address(TargetElemPtrVal, Align); in emitInterWarpCopyFunction() local
2248 TargetElemPtr = Bld.CreateElementBitCast(TargetElemPtr, CopyType); in emitInterWarpCopyFunction()
2250 TargetElemPtr = Address(Bld.CreateGEP(TargetElemPtr.getElementType(), in emitInterWarpCopyFunction()
2251 TargetElemPtr.getPointer(), Cnt), in emitInterWarpCopyFunction()
2252 TargetElemPtr.getAlignment()); in emitInterWarpCopyFunction()
2258 CGF.EmitStoreOfScalar(SrcMediumValue, TargetElemPtr, /*Volatile=*/false, in emitInterWarpCopyFunction()