Searched refs:WE (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp54 auto *WE = new WebAssemblyException(EHPad); local
55 discoverAndMapException(WE, MDT, MDF);
56 Exceptions.push_back(WE);
62 WebAssemblyException *WE = getExceptionFor(MBB); local
63 for (; WE; WE = WE->getParentException())
64 WE->addBlock(MBB);
68 for (auto *WE : Exceptions) {
69 if (WE
96 discoverAndMapException( WebAssemblyException *WE, const MachineDominatorTree &MDT, const MachineDominanceFrontier &MDF) argument
144 WebAssemblyException *WE = getExceptionFor(MBB); local
178 operator <<(raw_ostream &OS, const WebAssemblyException &WE) argument
[all...]
H A DWebAssemblyExceptionInfo.h59 void setParentException(WebAssemblyException *WE) { ParentException = WE; } argument
61 bool contains(const WebAssemblyException *WE) const {
62 if (WE == this)
64 if (!WE)
66 return contains(WE->getParentException());
115 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE);
122 void discoverAndMapException(WebAssemblyException *WE,
151 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { argument
152 if (!WE) {
159 addTopLevelException(WebAssemblyException *WE) argument
[all...]
H A DWebAssemblyCFGSort.cpp93 const auto *WE = WEI.getExceptionFor(MBB); local
94 if (!ML && !WE)
96 if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) {
104 if (ExceptionMap.count(WE))
105 return ExceptionMap[WE].get();
106 ExceptionMap[WE] =
107 std::make_unique<ConcreteRegion<WebAssemblyException>>(WE);
108 return ExceptionMap[WE]
[all...]
H A DWebAssemblyCFGStackify.cpp462 WebAssemblyException *WE = WEI.getExceptionFor(&MBB);
463 assert(WE);
464 MachineBasicBlock *Bottom = WebAssembly::getBottom(WE);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp637 auto &WE = Worklist.back(); local
638 if (MDNode *N = visitOperands(G, WE.Op, WE.N->op_end(), WE.HasChanged)) {
645 assert(WE.N->isUniqued() && "Expected only uniqued nodes");
646 assert(WE.Op == WE.N->op_end() && "Expected to visit all operands");
647 auto &D = G.Info[WE.N];
648 AnyChanges |= D.HasChanged = WE.HasChanged;
650 G.POT.push_back(WE
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp135 const coff_aux_weak_external *WE = SymRef.getWeakExternal(); local
142 } else if (WE) {
146 Sym.WeakTargetSymbolId = WE->TagIndex;
H A DWriter.cpp81 coff_aux_weak_external *WE = local
88 WE->TagIndex = Target->RawIndex;
/freebsd-12-stable/libexec/getty/
H A Dgettytab.h84 #define WE gettystrs[22].value macro
H A Dsubr.c202 &SU, &DS, &RP, &FL, &WE, &LN, 0
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp927 for (IdxIter WI = SC.Writes.begin(), WE = SC.Writes.end(); WI != WE;
2224 WI = WSI->begin(), WE = WSI->end(); WI != WE; ++WI) {
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh479 zhPv5KXmKUXc/WE+Jg80N/fYKc1BQnJFLOrFNMshyFnMw4rLRrT+2pAeUzV8YwYc

Completed in 212 milliseconds