Searched refs:DestElementAddr (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 2620 Address DestElementAddr = Address::invalid(); local 2643 DestElementAddr = 2659 DestElementAddr = CGF.EmitLoadOfPointer( 2680 DestElementAddr = Address(ScratchPadElemAbsolutePtrVal, 2702 DestElementAddr = 2713 DestElementAddr = Bld.CreateElementBitCast(DestElementAddr, 2719 shuffleAndStore(CGF, SrcElementAddr, DestElementAddr, Private->getType(), 2730 Elem, DestElementAddr, /*Volatile=*/false, Private->getType(), 2739 Elem, CGF.MakeAddrLValue(DestElementAddr, Private->getType()), 2745 CGF.MakeAddrLValue(DestElementAddr, Private->getType()), [all …]
|