Searched refs:ElemPtr (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 2339 Address ElemPtr = DestAddr; in shuffleAndStore() local 2351 ElemPtr = in shuffleAndStore() 2352 Bld.CreatePointerBitCastOrAddrSpaceCast(ElemPtr, IntTy->getPointerTo()); in shuffleAndStore() 2363 Bld.CreatePHI(ElemPtr.getType(), /*NumReservedValues=*/2); in shuffleAndStore() 2364 PhiDest->addIncoming(ElemPtr.getPointer(), CurrentBB); in shuffleAndStore() 2366 ElemPtr = Address(PhiDest, ElemPtr.getAlignment()); in shuffleAndStore() 2379 CGF.EmitStoreOfScalar(Res, ElemPtr, /*Volatile=*/false, IntType, in shuffleAndStore() 2383 Address LocalElemPtr = Bld.CreateConstGEP(ElemPtr, 1); in shuffleAndStore() 2395 CGF.EmitStoreOfScalar(Res, ElemPtr, /*Volatile=*/false, IntType, in shuffleAndStore() 2399 ElemPtr = Bld.CreateConstGEP(ElemPtr, 1); in shuffleAndStore() [all …]
|
| H A D | CGBuiltin.cpp | 4750 llvm::Value *ElemPtr; in EmitBuiltinExpr() local 4759 ElemPtr = GEP; in EmitBuiltinExpr() 4765 return std::tie(ElemPtr, TmpSize, TmpPtr); in EmitBuiltinExpr() 4777 llvm::Value *ElemPtr, *TmpSize, *TmpPtr; in EmitBuiltinExpr() local 4778 std::tie(ElemPtr, TmpSize, TmpPtr) = CreateArrayForSizeVar(4); in EmitBuiltinExpr() 4785 ElemPtr}; in EmitBuiltinExpr() 4788 GenericVoidPtrTy, IntTy, ElemPtr->getType()}; in EmitBuiltinExpr() 4859 llvm::Value *ElemPtr, *TmpSize, *TmpPtr; in EmitBuiltinExpr() local 4860 std::tie(ElemPtr, TmpSize, TmpPtr) = CreateArrayForSizeVar(7); in EmitBuiltinExpr() 4861 Args.push_back(ElemPtr); in EmitBuiltinExpr() [all …]
|