Searched refs:DestElementAddr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1859 Address DestElementAddr = Address::invalid(); local 1882 DestElementAddr = 1898 DestElementAddr = CGF.EmitLoadOfPointer( 1919 DestElementAddr = Address(ScratchPadElemAbsolutePtrVal, 1941 DestElementAddr = 1952 DestElementAddr = Bld.CreateElementBitCast(DestElementAddr, 1958 shuffleAndStore(CGF, SrcElementAddr, DestElementAddr, Private->getType(), 1969 Elem, DestElementAddr, /*Volatile=*/false, Private->getType(), 1978 Elem, CGF.MakeAddrLValue(DestElementAddr, Private->getType()), 1984 CGF.MakeAddrLValue(DestElementAddr, Private->getType()), [all …]
|