Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1054 QualType VarTy = VD->getType(); in emitGenericVarsProlog() local
1079 CGF.MakeNaturalAlignPointeeRawAddrLValue(CastedVoidPtr, VarTy); in emitGenericVarsProlog()
2070 llvm::Type *VarTy = CGF.ConvertTypeForMem(VD->getType()); in getAddressOfLocalVariable() local
2072 CGM.getModule(), VarTy, /*isConstant=*/false, in getAddressOfLocalVariable()
2073 llvm::GlobalValue::InternalLinkage, llvm::PoisonValue::get(VarTy), in getAddressOfLocalVariable()
2083 VarTy, Align); in getAddressOfLocalVariable()
H A DCodeGenFunction.h1155 QualType VarTy = LocalVD->getType();
1156 if (VarTy->isReferenceType()) {
1157 Address Temp = CGF.CreateMemTemp(VarTy);
H A DCGStmtOpenMP.cpp631 QualType VarTy = Var->getType(); in emitOutlinedFunctionPrologue() local
635 } else if (!VarTy->isVariablyModifiedType() || !VarTy->isPointerType()) { in emitOutlinedFunctionPrologue()
1736 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local
1739 llvm::ConstantInt *Size = CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)); in getAddrOfThreadPrivate()
H A DCGExpr.cpp3162 llvm::Type *VarTy = getTypes().ConvertTypeForMem(VD->getType()); in EmitDeclRefLValue() local
3165 Addr = Builder.CreatePointerBitCastOrAddrSpaceCast(Addr, PTy, VarTy); in EmitDeclRefLValue()
H A DCGOpenMPRuntime.cpp1596 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local
1600 CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)), in getAddrOfThreadPrivate()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1277 SPIRVType *VarTy = GR.getOrCreateSPIRVPointerType( in selectMemOperation() local
1295 .addUse(GR.getSPIRVTypeID(VarTy)) in selectMemOperation()