Home
last modified time | relevance | path

Searched refs:ElemPtr (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DDescriptor.cpp64 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()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp2512 Address ElemPtr = DestAddr; in shuffleAndStore() local
2524 ElemPtr = in shuffleAndStore()
2525 Bld.CreatePointerBitCastOrAddrSpaceCast(ElemPtr, IntTy->getPointerTo()); in shuffleAndStore()
2536 Bld.CreatePHI(ElemPtr.getType(), /*NumReservedValues=*/2); in shuffleAndStore()
2537 PhiDest->addIncoming(ElemPtr.getPointer(), CurrentBB); in shuffleAndStore()
2539 ElemPtr = Address(PhiDest, ElemPtr.getAlignment()); in shuffleAndStore()
2552 CGF.EmitStoreOfScalar(Res, ElemPtr, /*Volatile=*/false, IntType, in shuffleAndStore()
2556 Address LocalElemPtr = Bld.CreateConstGEP(ElemPtr, 1); in shuffleAndStore()
2568 CGF.EmitStoreOfScalar(Res, ElemPtr, /*Volatile=*/false, IntType, in shuffleAndStore()
2572 ElemPtr = Bld.CreateConstGEP(ElemPtr, 1); in shuffleAndStore()
[all …]
DCGBuiltin.cpp4526 llvm::Value *ElemPtr; in EmitBuiltinExpr() local
4534 ElemPtr = GEP; in EmitBuiltinExpr()
4540 return std::tie(ElemPtr, TmpSize, TmpPtr); in EmitBuiltinExpr()
4552 llvm::Value *ElemPtr, *TmpSize, *TmpPtr; in EmitBuiltinExpr() local
4553 std::tie(ElemPtr, TmpSize, TmpPtr) = CreateArrayForSizeVar(4); in EmitBuiltinExpr()
4560 ElemPtr}; in EmitBuiltinExpr()
4563 GenericVoidPtrTy, IntTy, ElemPtr->getType()}; in EmitBuiltinExpr()
4634 llvm::Value *ElemPtr, *TmpSize, *TmpPtr; in EmitBuiltinExpr() local
4635 std::tie(ElemPtr, TmpSize, TmpPtr) = CreateArrayForSizeVar(7); in EmitBuiltinExpr()
4636 Args.push_back(ElemPtr); in EmitBuiltinExpr()
[all …]
/external/pdfium/third_party/lcms/src/
Dcmslut.c116 void** ElemPtr; in cmsPipelineCheckAndRetreiveStages() local
141 ElemPtr = va_arg(args, void**); in cmsPipelineCheckAndRetreiveStages()
142 if (ElemPtr != NULL) in cmsPipelineCheckAndRetreiveStages()
143 *ElemPtr = mpe; in cmsPipelineCheckAndRetreiveStages()