Searched refs:VarTy (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 1921 QualType VarTy; in emitGenericVarsProlog() local 1923 VarTy = Rec.second.FD->getType(); in emitGenericVarsProlog() 1928 VarTy = in emitGenericVarsProlog() 1931 Address(Ptr, CGM.getContext().getDeclAlign(Rec.first)), VarTy, in emitGenericVarsProlog() 1951 Address LocalAddr = CGF.CreateMemTemp(VarTy, Rec.second.FD->getName()); in emitGenericVarsProlog() 4418 llvm::Type *VarTy = CGF.ConvertTypeForMem(VD->getType()); in getAddressOfLocalVariable() local 4420 CGM.getModule(), VarTy, /*isConstant=*/false, in getAddressOfLocalVariable() 4421 llvm::GlobalValue::InternalLinkage, llvm::Constant::getNullValue(VarTy), in getAddressOfLocalVariable() 4429 GV, VarTy->getPointerTo(CGM.getContext().getTargetAddressSpace( in getAddressOfLocalVariable()
|
D | CodeGenFunction.h | 930 QualType VarTy = LocalVD->getType(); 931 if (VarTy->isReferenceType()) { 932 Address Temp = CGF.CreateMemTemp(VarTy);
|
D | CGStmtOpenMP.cpp | 545 QualType VarTy = Var->getType(); in emitOutlinedFunctionPrologue() local 549 } else if (!VarTy->isVariablyModifiedType() || !VarTy->isPointerType()) { in emitOutlinedFunctionPrologue() 1641 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local 1644 llvm::ConstantInt *Size = CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)); in getAddrOfThreadPrivate()
|
D | CGExpr.cpp | 2703 llvm::Type *VarTy = getTypes().ConvertTypeForMem(VD->getType()); in EmitDeclRefLValue() local 2705 VarTy, getContext().getTargetAddressSpace(VD->getType())); in EmitDeclRefLValue()
|
D | CGOpenMPRuntime.cpp | 1717 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local 1721 CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)), in getAddrOfThreadPrivate()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 623 QualType VarTy = LocalVD->getType(); in addPrivate() local 624 if (VarTy->isReferenceType()) { in addPrivate() 625 Address Temp = CGF.CreateMemTemp(VarTy); in addPrivate()
|
D | CGStmtOpenMP.cpp | 287 QualType VarTy = Var->getType(); in GenerateOpenMPCapturedStmtFunction() local 289 if (!VarTy->isReferenceType()) { in GenerateOpenMPCapturedStmtFunction() 299 QualType VarTy = Var->getType(); in GenerateOpenMPCapturedStmtFunction() local 302 VarTy->isReferenceType())); in GenerateOpenMPCapturedStmtFunction()
|
D | CGOpenMPRuntime.cpp | 1741 auto VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local 1745 CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)), in getAddrOfThreadPrivate()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | training_ops.cc | 532 typename AccumTy, typename LinearTy, typename VarTy> 535 AccumTy accum, LinearTy linear, VarTy var, T l1_scalar, in ComputeFtrl()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 1240 const Type VarTy = Var->getType(); in emitVariable() local 1241 Str << "[" << getRegName(BaseRegNum, VarTy); in emitVariable()
|