Home
last modified time | relevance | path

Searched refs:EP (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp97 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 DSplitKit.cpp1405 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 Dti-pci.txt5 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 Dti,j721e-pci-ep.yaml8 title: TI J721E PCI EP (PCIe Wrapper)
20 - description: PCIe EP controller in AM64
24 - description: PCIe EP controller in J7200
H A Ddesignware-pcie.txt6 "snps,dw-pcie-ep" for EP mode;
23 EP mode:
48 EP mode:
H A Daxis,artpec6-pcie.txt8 "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 Dpci-keystone.txt31 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 Dcdns,cdns-pcie-ep.yaml7 title: Cadence PCIe EP Controller
H A Dnvidia,tegra194-pcie.txt91 EP mode:
92 In Tegra194, Only controllers C0, C4 & C5 support EP mode.
131 EP mode:
197 Tegra194 EP mode:
H A Dti,am65-pci-ep.yaml40 description: Phandle to the SYSCON entry required for configuring PCIe in RC or EP mode.
H A Dti,am65-pci-host.yaml52 description: Phandle to the SYSCON entry required for configuring PCIe in RC or EP mode.
H A Dlayerscape-pci.txt25 EP mode:
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Duniphier-pro5-epcore.dts3 * Device Tree Source for UniPhier Pro5 EP-CORE Board (Pro5-PCIe_EP-CORE)
14 model = "UniPhier Pro5 EP-CORE Board";
H A Dbcm283x-rpi-usb-otg.dtsi7 * According to dwc2 the sum of all device EP
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp71 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 DObjCARCOpts.cpp488 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 Domap-abe-twl6040.txt35 * EP
74 "Earphone Spk", "EP",
/freebsd-14.2/libexec/getty/
H A Dsubr.c281 } 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 Dgettytab.h148 #define EP gettyflags[2].value macro
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp327 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 DTypeStreamMerger.cpp485 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 DBlockFrequencyInfoImpl.h1522 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 DCREDITS4 and Roy Arends of Nominet. VeriSign and EP.Net funded development of
/freebsd-14.2/share/termcap/
H A Dtermcap331 :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 DAnnounce54 CDC EP/IX (1.4.3, 2.1.1)

123