Searched refs:ElemPtr (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Descriptor.cpp | 64 auto *ElemPtr = Ptr + ElemOffset; in ctorArrayDesc() local 65 auto *Desc = reinterpret_cast<InlineDescriptor *>(ElemPtr); in ctorArrayDesc() 88 auto *ElemPtr = Ptr + ElemOffset; in dtorArrayDesc() local 89 auto *Desc = reinterpret_cast<InlineDescriptor *>(ElemPtr); in dtorArrayDesc()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1781 Address ElemPtr = DestAddr; in shuffleAndStore() local 1795 ElemPtr, IntTy->getPointerTo(), IntTy); in shuffleAndStore() 1809 ElemPtr = in shuffleAndStore() 1810 Address(PhiDest, ElemPtr.getElementType(), ElemPtr.getAlignment()); in shuffleAndStore() 1844 ElemPtr = Bld.CreateConstGEP(ElemPtr, 1); in shuffleAndStore() 2221 Address ElemPtr(ElemPtrPtr, CGF.Int8Ty, Align); in emitInterWarpCopyFunction() local 2222 ElemPtr = Bld.CreateElementBitCast(ElemPtr, CopyType); in emitInterWarpCopyFunction() 2224 ElemPtr = Bld.CreateGEP(ElemPtr, Cnt); in emitInterWarpCopyFunction() 2243 ElemPtr, /*Volatile=*/false, CType, Loc, in emitInterWarpCopyFunction() 2616 Address ElemPtr = in emitListToGlobalCopyFunction() local [all …]
|
| H A D | CGBuiltin.cpp | 4914 llvm::Value *ElemPtr; in EmitBuiltinExpr() local 4923 ElemPtr = GEP; in EmitBuiltinExpr() 4929 return std::tie(ElemPtr, TmpSize, TmpPtr); in EmitBuiltinExpr() 4941 llvm::Value *ElemPtr, *TmpSize, *TmpPtr; in EmitBuiltinExpr() local 4942 std::tie(ElemPtr, TmpSize, TmpPtr) = CreateArrayForSizeVar(4); in EmitBuiltinExpr() 4949 ElemPtr}; in EmitBuiltinExpr() 4952 GenericVoidPtrTy, IntTy, ElemPtr->getType()}; in EmitBuiltinExpr() 5023 llvm::Value *ElemPtr, *TmpSize, *TmpPtr; in EmitBuiltinExpr() local 5024 std::tie(ElemPtr, TmpSize, TmpPtr) = CreateArrayForSizeVar(7); in EmitBuiltinExpr() 5025 Args.push_back(ElemPtr); in EmitBuiltinExpr() [all …]
|