Home
last modified time | relevance | path

Searched refs:WE (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp88 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
89 discoverAndMapException(WE.get(), MDT, MDF); in recalculate()
90 Exceptions.push_back(std::move(WE)); in recalculate()
171 auto *WE = getExceptionFor(EHPad); in recalculate() local
180 if (WE != SrcWE && SrcWE->contains(WE) && !DstWE->contains(WE) && in recalculate()
184 << WE->getEHPad()->getNumber() << "." in recalculate()
185 << WE->getEHPad()->getName() in recalculate()
189 WE->setParentException(SrcWE->getParentException()); in recalculate()
199 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
200 for (; WE; WE = WE->getParentException()) in recalculate()
[all …]
H A DWebAssemblySortRegion.cpp19 const auto *WE = WEI.getExceptionFor(MBB); in getRegionFor() local
20 if (!ML && !WE) in getRegionFor()
29 if ((ML && !WE) || (ML && WE && WE->contains(ML->getHeader()))) { in getRegionFor()
37 if (ExceptionMap.count(WE)) in getRegionFor()
38 return ExceptionMap[WE].get(); in getRegionFor()
39 ExceptionMap[WE] = in getRegionFor()
40 std::make_unique<ConcreteSortRegion<WebAssemblyException>>(WE); in getRegionFor()
41 return ExceptionMap[WE].get(); in getRegionFor()
72 MachineBasicBlock *SortRegionInfo::getBottom(const WebAssemblyException *WE) { in getBottom() argument
73 MachineBasicBlock *Bottom = WE->getHeader(); in getBottom()
[all …]
H A DWebAssemblyExceptionInfo.h58 void setParentException(WebAssemblyException *WE) { ParentException = WE; }
60 bool contains(const WebAssemblyException *WE) const { in contains()
61 if (WE == this) in contains()
63 if (!WE) in contains()
65 return contains(WE->getParentException()); in contains()
121 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE);
128 void discoverAndMapException(WebAssemblyException *WE,
158 WebAssemblyException *WE) { in changeExceptionFor()
159 if (!WE) { in changeExceptionFor()
57 setParentException(WebAssemblyException * WE) setParentException() argument
59 contains(const WebAssemblyException * WE) contains() argument
157 changeExceptionFor(const MachineBasicBlock * MBB,WebAssemblyException * WE) changeExceptionFor() argument
165 addTopLevelException(std::unique_ptr<WebAssemblyException> WE) addTopLevelException() argument
[all...]
H A DWebAssemblySortRegion.h84 MachineBasicBlock *getBottom(const WebAssemblyException *WE);
H A DWebAssemblyCFGStackify.cpp489 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); in placeTryMarker() local
490 assert(WE); in placeTryMarker()
491 MachineBasicBlock *Bottom = SRI.getBottom(WE); in placeTryMarker()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp738 auto &WE = Worklist.back(); in createPOT() local
739 if (MDNode *N = visitOperands(G, WE.Op, WE.N->op_end(), WE.HasChanged)) { in createPOT()
746 assert(WE.N->isUniqued() && "Expected only uniqued nodes"); in createPOT()
747 assert(WE.Op == WE.N->op_end() && "Expected to visit all operands"); in createPOT()
748 auto &D = G.Info[WE.N]; in createPOT()
749 AnyChanges |= D.HasChanged = WE.HasChanged; in createPOT()
751 G.POT.push_back(WE.N); in createPOT()
1123 WorklistEntry WE; in scheduleMapGlobalInitializer() local
1124 WE.Kind = WorklistEntry::MapGlobalInit; in scheduleMapGlobalInitializer()
1125 WE.MCID = MCID; in scheduleMapGlobalInitializer()
[all …]
/freebsd/tools/tools/locale/etc/charmaps/
H A DeucKR.TXT560 0x82B7 0xADA5 #HANGUL SYLLABLE KIYEOK WE KIYEOK
561 0x82B8 0xADA6 #HANGUL SYLLABLE KIYEOK WE SSANGKIYEOK
562 0x82B9 0xADA7 #HANGUL SYLLABLE KIYEOK WE KIYEOKSIOS
563 0x82BA 0xADA8 #HANGUL SYLLABLE KIYEOK WE NIEUN
564 0x82BB 0xADA9 #HANGUL SYLLABLE KIYEOK WE NIEUNCIEUC
565 0x82BC 0xADAA #HANGUL SYLLABLE KIYEOK WE NIEUNHIEUH
566 0x82BD 0xADAB #HANGUL SYLLABLE KIYEOK WE TIKEUT
567 0x82BE 0xADAC #HANGUL SYLLABLE KIYEOK WE RIEUL
568 0x82BF 0xADAD #HANGUL SYLLABLE KIYEOK WE RIEULKIYEOK
569 0x82C0 0xADAE #HANGUL SYLLABLE KIYEOK WE RIEULMIEUM
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp138 const coff_aux_weak_external *WE = SymRef.getWeakExternal(); in readSymbols() local
145 } else if (WE) { in readSymbols()
149 Sym.WeakTargetSymbolId = WE->TagIndex; in readSymbols()
H A DCOFFWriter.cpp82 coff_aux_weak_external *WE = in finalizeSymbolContents() local
89 WE->TagIndex = Target->RawIndex; in finalizeSymbolContents()
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dnvidia,tegra20-gmi.txt49 - nvidia,snor-oe-active-high: WE/OE signal is active high
65 - nvidia,snor-we-width: Number of cycles during which WE stays asserted.
H A Dqcom,ebi2.txt10 NOR flash memories), WE (write enable). This on top of 6 different chip selects
84 WE is asserted until CS is asserted. With a hold of 1 (value = 0), the CS
/freebsd/libexec/getty/
H A Dgettytab.h81 #define WE gettystrs[22].value macro
H A Dsubr.c196 &SU, &DS, &RP, &FL, &WE, &LN, 0
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Domap-gpmc.txt70 WE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4:
101 - gpmc,we-extra-delay: WE signal is delayed by half GPMC clock
H A Darm,pl172.txt68 enable (WE signal) in nano seconds.
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dbootbus.txt38 - cavium,t-we: A cell specifying the WE timing (in nS).
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Ddove-sbc-a510.dts59 * 1.2 Camera Input FPC WE and P21.22
/freebsd/contrib/tzdata/
H A Deurope604 # 0:00 France WE%sT 1945 Sep 16 3:00
607 # 0:00 France WE%sT 1945 Sep 16 3:00
949 0:00 Belgium WE%sT 1940 May 20 2:00s
1040 0:00 EU WE%sT
1441 0:00 France WE%sT 1940 Jun 14 23:00
1445 0:00 France WE%sT 1945 Sep 16 3:00
2288 0:00 Port WE%sT 1966 Oct 2 2:00s
2290 0:00 Port WE%sT 1986
2291 0:00 EU WE%sT 1992 Sep 27 1:00u
2293 0:00 EU WE
[all...]
H A Dbackzone1445 0:00 Lux WE%sT 1929 Oct 6 2:00s
1446 0:00 Belgium WE%sT 1940 May 14 3:00
1447 1:00 C-Eur WE%sT 1944 Sep 18 3:00
1469 0:00 France WE%sT 1945 Sep 16 3:00
1846 Zone WET 0:00 EU WE%sT
H A Dafrica95 0:00 Algeria WE%sT 1940 Feb 25 2:00
99 0:00 Algeria WE%sT 1977 Oct 21
101 0:00 Algeria WE%sT 1981 May
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-dhcom-som.dtsi835 MX6QDL_PAD_EIM_RW__EIM_RW 0xb0a6 /* WE */
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux162 M#WE(/2A`Z18?%8"!##!>YE,PF@*CH=@$CA$36&/,F`H(<R$R3<G1$"#"07(!
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td1413 (instregex "TLB(IA|IVAX|SX|SX2|SX2D|LD|LI|RE|RE2|WE|WE2)$"),
/freebsd/contrib/libpcap/
H A DCMakeLists.txt45 # WE KNOW WHAT WE'RE DOING, WE'RE DOING EVERYTHING THE WAY THAT NEWER
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME128 Linux wireless extensions (WE-18 or newer). Obsoleted by nl80211.

12