/freebsd/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() 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() 247 auto EP = LR.extendInBlock(Undefs, Start, End); findReachingDefs() local
|
H A D | SplitKit.cpp | 1404 for (ExtPoint &EP : ExtPoints) { in rewriteAssigned() 1405 LiveInterval &LI = LIS.getInterval(Edit->get(EP.RegIdx)); in rewriteAssigned() 1409 Register Reg = EP.MO.getReg(), Sub = EP.MO.getSubReg(); in rewriteAssigned() 1426 SubLIC.extend(S, EP.Next, 0, Undefs); in rewriteAssigned()
|
/freebsd/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 | 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 | 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 | layerscape-pci.txt | 25 EP mode:
|
/freebsd/sys/contrib/device-tree/src/arm/socionext/ |
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";
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 71 ARCRuntimeEntryPoints EP; member in __anonccf8ea630111::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 __anon0b2926eb0211::ObjCARCOpt 643 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeRetainRVCall() 697 CallInst::Create(EP.get(ARCRuntimeEntryPointKind::Release), CallArg, "", in OptimizeInlinedAutoreleaseRVCall() 751 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Autorelease); in OptimizeAutoreleaseRVCall() 993 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release); in OptimizeIndividualCallImpl() 1776 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in MoveCalls() 1793 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release); in MoveCalls() 2133 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeWeakCalls() 2163 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeWeakCalls() 2425 EP.init(F.getParent()); in init()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | omap-abe-twl6040.txt | 35 * EP 74 "Earphone Spk", "EP",
|
/freebsd/libexec/getty/ |
H A D | subr.c | 275 } else if (AP || EP || OP) { in set_flags() 279 if (OP && !EP) { in set_flags() 284 } else if (EP && !OP) { in set_flags() 289 } else if (AP || (EP && OP)) { in set_flags()
|
H A D | gettytab.h | 146 #define EP gettyflags[2].value macro
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm283x-rpi-usb-otg.dtsi | 7 * According to dwc2 the sum of all device EP
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3588-rock-5b-pcie-srns.dtso | 8 * other board running in EP mode.
|
H A D | rk3588-rock-5b-pcie-ep.dtso | 7 * RC mode and the other board running in EP mode, see also the device
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 1519 auto EP = BPI->getEdgeProbability(SrcBB, DstBB); 1520 if (EP.isZero()) 1542 auto EP = BPI->getEdgeProbability(DstBB, SrcBB); 1543 if (EP.isZero()) 1580 auto EP = BPI->getEdgeProbability(BB, SI); 1581 if (EP.isZero()) 1585 Scaled64::getFraction(EP.getNumerator(), EP.getDenominator());
|
/freebsd/share/termcap/ |
H A D | termcap | 260 :dl=\EM:dc=\EP:ic=\E\136:sf=\EH\EM\EY5 :sr=\ET:kb=^H: 328 :al=130\EP\n\EQ:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :\ 329 :co#80:dc=6\b:dl=130\EP\EA\EQ:dm=\EP:ed=\EQ:ei=\EQ:ho=\EH:\ 330 :im=\EP:ip=6:li#24:nd=\EC:pt:so=\EO1:se=\EO0:up=\EA: 334 :dc=6\EB:ei=\EP:ho=\EH:im=\EP:ip=6:\ 364 :do=^J:al=\EE:dl=\EO:k1=\EP:l1=blue:k2=\EQ:\ 417 :hs:ic=\EP:kA=\EN:kB=\E2:kC=\EQ:\ 446 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\ 627 :dl=2*\E[M:k0=\EP:k1=\EQ:k2=\ER:k3=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:\ 880 :da:db:dc=\EP:dl=\EM:ho=\EH:li#24:nd=\EC:se=\E4:sf=\ES:\ [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 478 const Pointer &EP = Ptr.atIndex(I); in toRValue() local 480 TYPE_SWITCH(*T, Slot = EP.deref<T>().toAPValue(ASTCtx)); in toRValue() 482 Ok &= Composite(ElemTy, EP.narrow(), Slot); in toRValue()
|
/freebsd/contrib/unbound/doc/ |
H A D | CREDITS | 4 and Roy Arends of Nominet. VeriSign and EP.Net funded development of
|
/freebsd/libexec/bootpd/ |
H A D | Announce | 54 CDC EP/IX (1.4.3, 2.1.1)
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 521 EndPrecompRecord &EP) { in visitKnownRecord() argument 522 P.format(" signature = {0:X+}", EP.Signature); in visitKnownRecord()
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | warp.dts | 32 model = "PowerPC,440EP";
|