Searched refs:DestElementAddr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1892 Address DestElementAddr = Address::invalid(); local 1918 DestElementAddr = 1935 DestElementAddr = 1958 DestElementAddr = Address(ScratchPadElemAbsolutePtrVal, CGF.Int8Ty, 1980 DestElementAddr = 1991 DestElementAddr = Bld.CreateElementBitCast(DestElementAddr, 1997 shuffleAndStore(CGF, SrcElementAddr, DestElementAddr, Private->getType(), 2008 Elem, DestElementAddr, /*Volatile=*/false, Private->getType(), 2017 Elem, CGF.MakeAddrLValue(DestElementAddr, Private->getType()), 2023 CGF.MakeAddrLValue(DestElementAddr, Private->getType()), [all …]
|