| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRangeCalc.cpp | 97 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); in extend() local 98 if (EP.first != nullptr || EP.second) in extend() 252 auto EP = LR.extendInBlock(Undefs, Start, End); in findReachingDefs() local 253 VNInfo *VNI = EP.first; in findReachingDefs() 254 FoundUndef |= EP.second; in findReachingDefs() 255 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI); in findReachingDefs() 261 if (VNI || EP.second) in findReachingDefs()
|
| H A D | SplitKit.cpp | 1405 for (ExtPoint &EP : ExtPoints) { in rewriteAssigned() 1406 LiveInterval &LI = LIS.getInterval(Edit->get(EP.RegIdx)); in rewriteAssigned() 1410 Register Reg = EP.MO.getReg(), Sub = EP.MO.getSubReg(); in rewriteAssigned() 1427 SubLIC.extend(S, EP.Next, 0, Undefs); in rewriteAssigned()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pci/ |
| H A D | ti-pci.txt | 5 Should be "ti,dra7-pcie-ep" for EP (deprecated) 7 Should be "ti,dra746-pcie-ep" for dra74x/dra76 in EP mode 9 Should be "ti,dra726-pcie-ep" for dra72x in EP mode 65 work in host mode, EP mode DT node should be disabled and in order to PCI to 66 work in EP mode, host mode DT node should be disabled. Host mode and EP
|
| H A D | ti,j721e-pci-ep.yaml | 8 title: TI J721E PCI EP (PCIe Wrapper) 20 - description: PCIe EP controller in AM64 24 - description: PCIe EP controller in J7200
|
| H A D | designware-pcie.txt | 6 "snps,dw-pcie-ep" for EP mode; 23 EP mode: 48 EP mode:
|
| H A D | axis,artpec6-pcie.txt | 8 "axis,artpec6-pcie-ep", "snps,dw-pcie" for ARTPEC-6 in EP mode; 10 "axis,artpec7-pcie-ep", "snps,dw-pcie" for ARTPEC-7 in EP mode;
|
| H A D | pci-keystone.txt | 31 PCI in either RC mode or EP mode. 78 compatibility: Should be "ti,am654-pcie-ep" for EP on AM654x SoC 93 PCI in either RC mode or EP mode.
|
| H A D | cdns,cdns-pcie-ep.yaml | 7 title: Cadence PCIe EP Controller
|
| H A D | nvidia,tegra194-pcie.txt | 91 EP mode: 92 In Tegra194, Only controllers C0, C4 & C5 support EP mode. 131 EP mode: 197 Tegra194 EP mode:
|
| H A D | ti,am65-pci-ep.yaml | 40 description: Phandle to the SYSCON entry required for configuring PCIe in RC or EP mode.
|
| H A D | ti,am65-pci-host.yaml | 52 description: Phandle to the SYSCON entry required for configuring PCIe in RC or EP mode.
|
| H A D | layerscape-pci.txt | 25 EP mode:
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | uniphier-pro5-epcore.dts | 3 * Device Tree Source for UniPhier Pro5 EP-CORE Board (Pro5-PCIe_EP-CORE) 14 model = "UniPhier Pro5 EP-CORE Board";
|
| H A D | bcm283x-rpi-usb-otg.dtsi | 7 * According to dwc2 the sum of all device EP
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 71 ARCRuntimeEntryPoints EP; member in __anon03b3a6990111::ObjCARCContract 149 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall() 183 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease() 388 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong() 530 EP.init(&M); in init()
|
| H A D | ObjCARCOpts.cpp | 488 ARCRuntimeEntryPoints EP; member in __anoncdf238210211::ObjCARCOpt 643 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeRetainRVCall() 697 EP.get(ARCRuntimeEntryPointKind::Release), CallArg, "", Inst); in OptimizeInlinedAutoreleaseRVCall() 750 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Autorelease); in OptimizeAutoreleaseRVCall() 992 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release); in OptimizeIndividualCallImpl() 1773 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in MoveCalls() 1788 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release); in MoveCalls() 2127 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeWeakCalls() 2156 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeWeakCalls() 2417 EP.init(F.getParent()); in init()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | omap-abe-twl6040.txt | 35 * EP 74 "Earphone Spk", "EP",
|
| /freebsd-14.2/libexec/getty/ |
| H A D | subr.c | 281 } else if (AP || EP || OP) { in set_flags() 285 if (OP && !EP) { in set_flags() 290 } else if (EP && !OP) { in set_flags() 295 } else if (AP || (EP && OP)) { in set_flags()
|
| H A D | gettytab.h | 148 #define EP gettyflags[2].value macro
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Pointer.cpp | 327 const Pointer &EP = Ptr.atIndex(I); in toRValue() local 329 TYPE_SWITCH(*T, Slot = EP.deref<T>().toAPValue()); in toRValue() 331 Ok &= Composite(ElemTy, EP.narrow(), Slot); in toRValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.cpp | 485 EndPrecompRecord EP; in shouldRemapType() local 487 EP)) in shouldRemapType() 492 PCHInfo.emplace(PCHMergerInfo{EP.getSignature(), CurIndex.toArrayIndex()}); in shouldRemapType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 1522 auto EP = BPI->getEdgeProbability(SrcBB, DstBB); 1523 if (EP.isZero()) 1545 auto EP = BPI->getEdgeProbability(DstBB, SrcBB); 1546 if (EP.isZero()) 1583 auto EP = BPI->getEdgeProbability(BB, SI); 1584 if (EP.isZero()) 1588 Scaled64::getFraction(EP.getNumerator(), EP.getDenominator());
|
| /freebsd-14.2/contrib/unbound/doc/ |
| H A D | CREDITS | 4 and Roy Arends of Nominet. VeriSign and EP.Net funded development of
|
| /freebsd-14.2/share/termcap/ |
| H A D | termcap | 331 :co#80:dc=6\b:dl=130\EP\EA\EQ:dm=\EP:ed=\EQ:ei=\EQ:ho=\EH:\ 336 :dc=6\EB:ei=\EP:ho=\EH:im=\EP:ip=6:\ 366 :do=^J:al=\EE:dl=\EO:k1=\EP:l1=blue:k2=\EQ:\ 419 :hs:ic=\EP:kA=\EN:kB=\E2:kC=\EQ:\ 888 :up=\EA:ce=\EK:cd=\EL:al=\EP:dl=\EN:ic=\EO:\ 1759 :al=\EL:da:db:ip=2:ic=\E\^:dc=\EP:dl=\EM:\ 2119 :al=\EL:dc=\EP:dl=\EM:ei=\E@:im=\EQ:mi:\ 3190 :up=\EA:dc=\EP:dl=\EM:im=\EQ:\ 3417 :ti=\EP:te=\EQ:li#48:co#39:tc=act5: 3792 :5i:ps=\EP:po=\E`:pf=\Ea: [all …]
|
| /freebsd-14.2/libexec/bootpd/ |
| H A D | Announce | 54 CDC EP/IX (1.4.3, 2.1.1)
|