Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp1921 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()
DCodeGenFunction.h930 QualType VarTy = LocalVD->getType();
931 if (VarTy->isReferenceType()) {
932 Address Temp = CGF.CreateMemTemp(VarTy);
DCGStmtOpenMP.cpp545 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()
DCGExpr.cpp2703 llvm::Type *VarTy = getTypes().ConvertTypeForMem(VD->getType()); in EmitDeclRefLValue() local
2705 VarTy, getContext().getTargetAddressSpace(VD->getType())); in EmitDeclRefLValue()
DCGOpenMPRuntime.cpp1717 llvm::Type *VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local
1721 CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)), in getAddrOfThreadPrivate()
/external/clang/lib/CodeGen/
DCodeGenFunction.h623 QualType VarTy = LocalVD->getType(); in addPrivate() local
624 if (VarTy->isReferenceType()) { in addPrivate()
625 Address Temp = CGF.CreateMemTemp(VarTy); in addPrivate()
DCGStmtOpenMP.cpp287 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()
DCGOpenMPRuntime.cpp1741 auto VarTy = VDAddr.getElementType(); in getAddrOfThreadPrivate() local
1745 CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)), in getAddrOfThreadPrivate()
/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops.cc532 typename AccumTy, typename LinearTy, typename VarTy>
535 AccumTy accum, LinearTy linear, VarTy var, T l1_scalar, in ComputeFtrl()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp1240 const Type VarTy = Var->getType(); in emitVariable() local
1241 Str << "[" << getRegName(BaseRegNum, VarTy); in emitVariable()