Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1919 QualType VarTy; in emitGenericVarsProlog() local
1921 VarTy = Rec.second.FD->getType(); in emitGenericVarsProlog()
1927 VarTy = in emitGenericVarsProlog()
1930 Address(Ptr, CGM.getContext().getDeclAlign(Rec.first)), VarTy, in emitGenericVarsProlog()
1950 Address LocalAddr = CGF.CreateMemTemp(VarTy, Rec.second.FD->getName()); in emitGenericVarsProlog()
4254 llvm::Type *VarTy = CGF.ConvertTypeForMem(VD->getType()); in getAddressOfLocalVariable() local
4256 CGM.getModule(), VarTy, /*isConstant=*/false, in getAddressOfLocalVariable()
4257 llvm::GlobalValue::InternalLinkage, llvm::Constant::getNullValue(VarTy), in getAddressOfLocalVariable()
4265 GV, VarTy->getPointerTo(CGM.getContext().getTargetAddressSpace( in getAddressOfLocalVariable()
H A DCodeGenFunction.h978 QualType VarTy = LocalVD->getType();
979 if (VarTy->isReferenceType()) {
980 Address Temp = CGF.CreateMemTemp(VarTy);
H A DCGStmtOpenMP.cpp559 QualType VarTy = Var->getType(); in emitOutlinedFunctionPrologue() local
563 } else if (!VarTy->isVariablyModifiedType() || !VarTy->isPointerType()) { in emitOutlinedFunctionPrologue()
1664 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local
1667 llvm::ConstantInt *Size = CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)); in getAddrOfThreadPrivate()
H A DCGExpr.cpp2699 llvm::Type *VarTy = getTypes().ConvertTypeForMem(VD->getType()); in EmitDeclRefLValue() local
2701 VarTy, getContext().getTargetAddressSpace(VD->getType())); in EmitDeclRefLValue()
H A DCGOpenMPRuntime.cpp1733 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local
1737 CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)), in getAddrOfThreadPrivate()