Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp3320 Address TargetElemPtr = Address(TargetElemPtrVal, Align); in emitInterWarpCopyFunction() local
3321 TargetElemPtr = Bld.CreateElementBitCast(TargetElemPtr, CopyType); in emitInterWarpCopyFunction()
3323 TargetElemPtr = Address(Bld.CreateGEP(TargetElemPtr.getPointer(), Cnt), in emitInterWarpCopyFunction()
3324 TargetElemPtr.getAlignment()); in emitInterWarpCopyFunction()
3330 CGF.EmitStoreOfScalar(SrcMediumValue, TargetElemPtr, /*Volatile=*/false, in emitInterWarpCopyFunction()