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
1076 llvm::PointerType *VarPtrTy = CGF.ConvertTypeForMem(VarTy)->getPointerTo(); in emitGenericVarsProlog()
1080 CGF.MakeNaturalAlignPointeeRawAddrLValue(CastedVoidPtr, VarTy); in emitGenericVarsProlog()
2073 llvm::Type *VarTy = CGF.ConvertTypeForMem(VD->getType()); in getAddressOfLocalVariable() local
2075 CGM.getModule(), VarTy, /*isConstant=*/false, in getAddressOfLocalVariable()
2076 llvm::GlobalValue::InternalLinkage, llvm::PoisonValue::get(VarTy), in getAddressOfLocalVariable()
2084 GV, VarTy->getPointerTo(CGM.getContext().getTargetAddressSpace( in getAddressOfLocalVariable()
2086 VarTy, Align); in getAddressOfLocalVariable()
H A DCodeGenFunction.h1111 QualType VarTy = LocalVD->getType();
1112 if (VarTy->isReferenceType()) {
1113 Address Temp = CGF.CreateMemTemp(VarTy);
H A DCGStmtOpenMP.cpp601 QualType VarTy = Var->getType(); in emitOutlinedFunctionPrologue() local
605 } else if (!VarTy->isVariablyModifiedType() || !VarTy->isPointerType()) { in emitOutlinedFunctionPrologue()
1695 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local
1698 llvm::ConstantInt *Size = CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)); in getAddrOfThreadPrivate()
H A DCGExpr.cpp3011 llvm::Type *VarTy = getTypes().ConvertTypeForMem(VD->getType()); in EmitDeclRefLValue() local
3013 VarTy, getTypes().getTargetAddressSpace(VD->getType())); in EmitDeclRefLValue()
3014 Addr = Builder.CreatePointerBitCastOrAddrSpaceCast(Addr, PTy, VarTy); in EmitDeclRefLValue()
H A DCGOpenMPRuntime.cpp1606 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local
1610 CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)), in getAddrOfThreadPrivate()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp850 SPIRVType *VarTy = GR.getOrCreateSPIRVPointerType( in selectMemOperation() local
866 .addUse(GR.getSPIRVTypeID(VarTy)) in selectMemOperation()