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.cpp589 if (const auto *DRD = dyn_cast<OMPDeclareReductionDecl>(DRE->getDecl())) in getReductionInit() local
590 return DRD; in getReductionInit()
595 const OMPDeclareReductionDecl *DRD, in emitInitWithReductionInitializer() argument
599 if (DRD->getInitializer()) { in emitInitWithReductionInitializer()
601 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitInitWithReductionInitializer()
627 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation()); in emitInitWithReductionInitializer()
631 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation())); in emitInitWithReductionInitializer()
634 OpaqueValueExpr OVE(DRD->getLocation(), Ty, VK_LValue); in emitInitWithReductionInitializer()
641 OpaqueValueExpr OVE(DRD->getLocation(), Ty, VK_PRValue); in emitInitWithReductionInitializer()
656 const OMPDeclareReductionDecl *DRD, in EmitOMPAggregateInit() argument
[all …]
H A DCGOpenMPRuntime.h169 const OMPDeclareReductionDecl *DRD);
H A DCodeGenModule.cpp4035 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Global)) { in EmitGlobal() local
4037 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.cpp18569 else if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(D)) in buildDeclareReductionRef() local
18570 Lookups.back().addDecl(DRD); in buildDeclareReductionRef()
19249 auto *DRD = cast<OMPDeclareReductionDecl>(DRDRef->getDecl()); in actOnOMPReductionKindClause() local
19250 if (DRD->getInitializer()) { in actOnOMPReductionKindClause()
22283 auto *DRD = OMPDeclareReductionDecl::Create( in ActOnOpenMPDeclareReductionDirectiveStart() local
22285 DC->addDecl(DRD); in ActOnOpenMPDeclareReductionDirectiveStart()
22286 DRD->setAccess(AS); in ActOnOpenMPDeclareReductionDirectiveStart()
22287 Decls.push_back(DRD); in ActOnOpenMPDeclareReductionDirectiveStart()
22289 DRD->setInvalidDecl(); in ActOnOpenMPDeclareReductionDirectiveStart()
22291 PrevDRD = DRD; in ActOnOpenMPDeclareReductionDirectiveStart()
[all …]
H A DSemaTemplateInstantiateDecl.cpp4223 auto DRD = SemaRef.OpenMP().ActOnOpenMPDeclareReductionDirectiveStart( in VisitOMPDeclareReductionDecl() local
4226 auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl()); in VisitOMPDeclareReductionDecl()
4279 /*S=*/nullptr, DRD, IsCorrect && !D->isInvalidDecl()); in VisitOMPDeclareReductionDecl()
H A DSemaExpr.cpp345 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext); in DiagnoseUseOfDecl() local
346 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) && in DiagnoseUseOfDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp239 DeclGroupPtrTy DRD = in ParseOpenMPDeclareReductionDirective() local
247 for (Decl *D : DRD.get()) { in ParseOpenMPDeclareReductionDirective()
324 getCurScope(), DRD, IsCorrect); in ParseOpenMPDeclareReductionDirective()