Home
last modified time | relevance | path

Searched refs:DRD (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dcdns-usb3.txt1 Binding for the Cadence USBSS-DRD controller
8 - OTG/DRD registers area
12 "otg" - for OTG/DRD registers space
17 "otg" - interrupt used by DRD/OTG part of driver
41 <0xf3020000 0x10000>; /* memory area for OTG/DRD registers */
H A Dmediatek,musb.txt1 MediaTek musb DRD/OTG controller
H A Dgeneric.txt13 passed via DT, USB DRD controllers should default to
H A Dmediatek,mtu3.txt1 The device node for Mediatek USB3.0 DRD controller
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dbrcm,ns2-drd-phy.txt8 icfg - for DRD ICFG configurations
9 rst-ctrl - for DRD IDM reset
H A Dsamsung-phy.txt141 Samsung Exynos5 SoC series USB DRD PHY controller
150 - reg : Register offset and length of USB DRD PHY register set;
154 - phy: main PHY clock (same as USB DRD controller i.e. DWC3 IP clock),
185 - aliases: For SoCs like Exynos5420 having multiple USB 3.0 DRD PHY controllers,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp260 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Member)) { in HandleTagDeclDefinition() local
261 if (Ctx->DeclMustBeEmitted(DRD)) in HandleTagDeclDefinition()
262 Builder->EmitGlobal(DRD); in HandleTagDeclDefinition()
H A DCGOpenMPRuntime.cpp593 if (const auto *DRD = dyn_cast<OMPDeclareReductionDecl>(DRE->getDecl())) in getReductionInit() local
594 return DRD; in getReductionInit()
599 const OMPDeclareReductionDecl *DRD, in emitInitWithReductionInitializer() argument
603 if (DRD->getInitializer()) { in emitInitWithReductionInitializer()
605 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitInitWithReductionInitializer()
631 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation()); in emitInitWithReductionInitializer()
635 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation())); in emitInitWithReductionInitializer()
638 OpaqueValueExpr OVE(DRD->getLocation(), Ty, VK_LValue); in emitInitWithReductionInitializer()
645 OpaqueValueExpr OVE(DRD->getLocation(), Ty, VK_PRValue); in emitInitWithReductionInitializer()
660 const OMPDeclareReductionDecl *DRD, in EmitOMPAggregateInit() argument
[all …]
H A DCGOpenMPRuntime.h168 const OMPDeclareReductionDecl *DRD);
H A DCodeGenModule.cpp3779 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Global)) { in EmitGlobal() local
3781 EmitOMPDeclareReduction(DRD); in EmitGlobal()
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am654-pcie-usb3.dtso3 * DT overlay for SERDES personality card: 1lane PCIe + USB3.0 DRD on AM654 EVM
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8-ss-conn.dtsi167 reg = <0x5b120000 0x10000>, /* memory area for OTG/DRD registers */
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17946 else if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(D)) in buildDeclareReductionRef() local
17947 Lookups.back().addDecl(DRD); in buildDeclareReductionRef()
18594 auto *DRD = cast<OMPDeclareReductionDecl>(DRDRef->getDecl()); in actOnOMPReductionKindClause() local
18595 if (DRD->getInitializer()) { in actOnOMPReductionKindClause()
21387 auto *DRD = OMPDeclareReductionDecl::Create( in ActOnOpenMPDeclareReductionDirectiveStart() local
21389 DC->addDecl(DRD); in ActOnOpenMPDeclareReductionDirectiveStart()
21390 DRD->setAccess(AS); in ActOnOpenMPDeclareReductionDirectiveStart()
21391 Decls.push_back(DRD); in ActOnOpenMPDeclareReductionDirectiveStart()
21393 DRD->setInvalidDecl(); in ActOnOpenMPDeclareReductionDirectiveStart()
21395 PrevDRD = DRD; in ActOnOpenMPDeclareReductionDirectiveStart()
[all …]
H A DSemaTemplateInstantiateDecl.cpp3678 auto DRD = SemaRef.OpenMP().ActOnOpenMPDeclareReductionDirectiveStart( in VisitOMPDeclareReductionDecl() local
3681 auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl()); in VisitOMPDeclareReductionDecl()
3734 /*S=*/nullptr, DRD, IsCorrect && !D->isInvalidDecl()); in VisitOMPDeclareReductionDecl()
H A DSemaExpr.cpp337 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext); in DiagnoseUseOfDecl() local
338 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) && in DiagnoseUseOfDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp368 DeclGroupPtrTy DRD = in ParseOpenMPDeclareReductionDirective() local
376 for (Decl *D : DRD.get()) { in ParseOpenMPDeclareReductionDirective()
453 getCurScope(), DRD, IsCorrect); in ParseOpenMPDeclareReductionDirective()