Home
last modified time | relevance | path

Searched refs:VarTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1074 QualType VarTy = VD->getType(); in emitGenericVarsProlog() local
1096 llvm::PointerType *VarPtrTy = CGF.ConvertTypeForMem(VarTy)->getPointerTo(); in emitGenericVarsProlog()
1099 LValue VarAddr = CGF.MakeNaturalAlignAddrLValue(CastedVoidPtr, VarTy); in emitGenericVarsProlog()
3279 llvm::Type *VarTy = CGF.ConvertTypeForMem(VD->getType()); in getAddressOfLocalVariable() local
3281 CGM.getModule(), VarTy, /*isConstant=*/false, in getAddressOfLocalVariable()
3282 llvm::GlobalValue::InternalLinkage, llvm::PoisonValue::get(VarTy), in getAddressOfLocalVariable()
3290 GV, VarTy->getPointerTo(CGM.getContext().getTargetAddressSpace( in getAddressOfLocalVariable()
3292 VarTy, Align); in getAddressOfLocalVariable()
H A DCodeGenFunction.h1025 QualType VarTy = LocalVD->getType();
1026 if (VarTy->isReferenceType()) {
1027 Address Temp = CGF.CreateMemTemp(VarTy);
H A DCGStmtOpenMP.cpp573 QualType VarTy = Var->getType(); in emitOutlinedFunctionPrologue() local
577 } else if (!VarTy->isVariablyModifiedType() || !VarTy->isPointerType()) { in emitOutlinedFunctionPrologue()
1667 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local
1670 llvm::ConstantInt *Size = CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)); in getAddrOfThreadPrivate()
H A DCGExpr.cpp3000 llvm::Type *VarTy = getTypes().ConvertTypeForMem(VD->getType()); in EmitDeclRefLValue() local
3002 VarTy, getTypes().getTargetAddressSpace(VD->getType())); in EmitDeclRefLValue()
3003 Addr = Builder.CreatePointerBitCastOrAddrSpaceCast(Addr, PTy, VarTy); in EmitDeclRefLValue()
H A DCGOpenMPRuntime.cpp1604 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local
1608 CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)), in getAddrOfThreadPrivate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp647 SPIRVType *VarTy = GR.getOrCreateSPIRVPointerType( in selectMemOperation() local
660 .addUse(GR.getSPIRVTypeID(VarTy)) in selectMemOperation()