Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp87 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
88 discoverAndMapException(WE.get(), MDT, MDF); in recalculate()
89 Exceptions.push_back(std::move(WE)); in recalculate()
170 auto *WE = getExceptionFor(EHPad); in recalculate() local
179 if (WE != SrcWE && SrcWE->contains(WE) && !DstWE->contains(WE) && in recalculate()
183 << WE->getEHPad()->getNumber() << "." in recalculate()
184 << WE->getEHPad()->getName() in recalculate()
188 WE->setParentException(SrcWE->getParentException()); in recalculate()
198 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
199 for (; WE; WE = WE->getParentException()) in recalculate()
[all …]
H A DWebAssemblyExceptionInfo.h58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException() argument
60 bool contains(const WebAssemblyException *WE) const { in contains() argument
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,
156 WebAssemblyException *WE) { in changeExceptionFor() argument
157 if (!WE) { in changeExceptionFor()
161 BBMap[MBB] = WE; in changeExceptionFor()
[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 auto [It, Inserted] = ExceptionMap.try_emplace(WE); in getRegionFor()
40 std::make_unique<ConcreteSortRegion<WebAssemblyException>>(WE); in getRegionFor()
72 MachineBasicBlock *SortRegionInfo::getBottom(const WebAssemblyException *WE) { in getBottom() argument
73 MachineBasicBlock *Bottom = WE->getHeader(); in getBottom()
74 for (MachineBasicBlock *MBB : WE->blocks()) in getBottom()
H A DWebAssemblySortRegion.h84 MachineBasicBlock *getBottom(const WebAssemblyException *WE);
H A DWebAssemblyCFGStackify.cpp526 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); in placeTryMarker() local
527 assert(WE); in placeTryMarker()
528 MachineBasicBlock *Bottom = SRI.getBottom(WE); in placeTryMarker()
721 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); in placeTryTableMarker() local
722 assert(WE); in placeTryTableMarker()
723 MachineBasicBlock *Bottom = SRI.getBottom(WE); in placeTryTableMarker()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp740 auto &WE = Worklist.back(); in createPOT() local
741 if (MDNode *N = visitOperands(G, WE.Op, WE.N->op_end(), WE.HasChanged)) { in createPOT()
748 assert(WE.N->isUniqued() && "Expected only uniqued nodes"); in createPOT()
749 assert(WE.Op == WE.N->op_end() && "Expected to visit all operands"); in createPOT()
750 auto &D = G.Info[WE.N]; in createPOT()
751 AnyChanges |= D.HasChanged = WE.HasChanged; in createPOT()
753 G.POT.push_back(WE.N); in createPOT()
1135 WorklistEntry WE; in scheduleMapGlobalInitializer() local
1136 WE.Kind = WorklistEntry::MapGlobalInit; in scheduleMapGlobalInitializer()
1137 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.cpp137 const coff_aux_weak_external *WE = SymRef.getWeakExternal(); in readSymbols() local
144 } else if (WE) { in readSymbols()
148 Sym.WeakTargetSymbolId = WE->TagIndex; in readSymbols()
H A DCOFFWriter.cpp84 coff_aux_weak_external *WE = in finalizeSymbolContents() local
91 WE->TagIndex = Target->RawIndex; in finalizeSymbolContents()
/freebsd/crypto/openssl/test/certs/
H A Dclient-pss-restrict-cert.pem8 HBFmYMMGKWnUTSrp8yttUNirmJ0SpEp058ybo6Z4Tm6kZNojMu7TKLv2mwKdx+WE
/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
1473 0:00 France WE%sT 1940 Jun 14 23:00
1477 0:00 France WE%sT 1945 Sep 16 3:00
2370 0:00 Port WE%sT 1966 Oct 2 2:00s
2372 0:00 Port WE%sT 1986
2373 0:00 EU WE%sT 1992 Sep 27 1:00u
2375 0:00 EU WE%sT
[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
1845 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.dtsi833 MX6QDL_PAD_EIM_RW__EIM_RW 0xb0a6 /* WE */
/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod56 #define SSL_POLL_EVENT_RWE /* RE | 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.td1415 (instregex "TLB(IA|IVAX|SX|SX2|SX2D|LD|LI|RE|RE2|WE|WE2)$"),

12