/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | cdns-usb3.txt | 1 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 D | mediatek,musb.txt | 1 MediaTek musb DRD/OTG controller
|
H A D | generic.txt | 13 passed via DT, USB DRD controllers should default to
|
H A D | mediatek,mtu3.txt | 1 The device node for Mediatek USB3.0 DRD controller
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | brcm,ns2-drd-phy.txt | 8 icfg - for DRD ICFG configurations 9 rst-ctrl - for DRD IDM reset
|
H A D | samsung-phy.txt | 141 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 D | ModuleBuilder.cpp | 260 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 D | CGOpenMPRuntime.cpp | 593 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 D | CGOpenMPRuntime.h | 168 const OMPDeclareReductionDecl *DRD);
|
H A D | CodeGenModule.cpp | 3779 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 D | k3-am654-pcie-usb3.dtso | 3 * DT overlay for SERDES personality card: 1lane PCIe + USB3.0 DRD on AM654 EVM
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8-ss-conn.dtsi | 167 reg = <0x5b120000 0x10000>, /* memory area for OTG/DRD registers */
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 17946 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 D | SemaTemplateInstantiateDecl.cpp | 3678 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 D | SemaExpr.cpp | 337 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 D | ParseOpenMP.cpp | 368 DeclGroupPtrTy DRD = in ParseOpenMPDeclareReductionDirective() local 376 for (Decl *D : DRD.get()) { in ParseOpenMPDeclareReductionDirective() 453 getCurScope(), DRD, IsCorrect); in ParseOpenMPDeclareReductionDirective()
|