Searched refs:VarTy (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1054 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 D | CodeGenFunction.h | 1155 QualType VarTy = LocalVD->getType(); 1156 if (VarTy->isReferenceType()) { 1157 Address Temp = CGF.CreateMemTemp(VarTy);
|
| H A D | CGStmtOpenMP.cpp | 631 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 D | CGExpr.cpp | 3162 llvm::Type *VarTy = getTypes().ConvertTypeForMem(VD->getType()); in EmitDeclRefLValue() local 3165 Addr = Builder.CreatePointerBitCastOrAddrSpaceCast(Addr, PTy, VarTy); in EmitDeclRefLValue()
|
| H A D | CGOpenMPRuntime.cpp | 1596 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 D | SPIRVInstructionSelector.cpp | 1277 SPIRVType *VarTy = GR.getOrCreateSPIRVPointerType( in selectMemOperation() local 1295 .addUse(GR.getSPIRVTypeID(VarTy)) in selectMemOperation()
|