Home
last modified time | relevance | path

Searched defs:WE (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp54 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
62 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
71 for (auto &WE : Exceptions) { in recalculate() local
81 for (auto *WE : ExceptionPointers) { in recalculate() local
100 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
147 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
181 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
187 for (auto &WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
60 bool contains(const WebAssemblyException *WE) const { in contains()
152 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()
160 void addTopLevelException(std::unique_ptr<WebAssemblyException> WE) { in addTopLevelException()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp54 auto *WE = new WebAssemblyException(EHPad); in recalculate() local
62 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
68 for (auto *WE : Exceptions) { in recalculate() local
77 for (auto *WE : Exceptions) { in recalculate() local
97 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
144 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
178 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
184 for (auto *WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h59 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
61 bool contains(const WebAssemblyException *WE) const { in contains()
151 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()
159 void addTopLevelException(WebAssemblyException *WE) { in addTopLevelException()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp54 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
62 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
71 for (auto &WE : Exceptions) { in recalculate() local
81 for (auto *WE : ExceptionPointers) { in recalculate() local
100 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
147 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
181 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
187 for (auto &WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
60 bool contains(const WebAssemblyException *WE) const { in contains()
152 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()
160 void addTopLevelException(std::unique_ptr<WebAssemblyException> WE) { in addTopLevelException()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp54 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
62 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
71 for (auto &WE : Exceptions) { in recalculate() local
81 for (auto *WE : ExceptionPointers) { in recalculate() local
100 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
147 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
181 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
187 for (auto &WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
60 bool contains(const WebAssemblyException *WE) const { in contains()
152 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()
160 void addTopLevelException(std::unique_ptr<WebAssemblyException> WE) { in addTopLevelException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp54 auto *WE = new WebAssemblyException(EHPad); in recalculate() local
62 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
68 for (auto *WE : Exceptions) { in recalculate() local
77 for (auto *WE : Exceptions) { in recalculate() local
97 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
144 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
178 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
184 for (auto *WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h59 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
61 bool contains(const WebAssemblyException *WE) const { in contains()
151 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()
159 void addTopLevelException(WebAssemblyException *WE) { in addTopLevelException()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp54 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
62 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
71 for (auto &WE : Exceptions) { in recalculate() local
81 for (auto *WE : ExceptionPointers) { in recalculate() local
100 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
147 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
181 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
187 for (auto &WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
60 bool contains(const WebAssemblyException *WE) const { in contains()
152 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()
160 void addTopLevelException(std::unique_ptr<WebAssemblyException> WE) { in addTopLevelException()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp54 auto *WE = new WebAssemblyException(EHPad); in recalculate() local
62 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
68 for (auto *WE : Exceptions) { in recalculate() local
77 for (auto *WE : Exceptions) { in recalculate() local
97 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
144 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
178 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
184 for (auto *WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h59 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
61 bool contains(const WebAssemblyException *WE) const { in contains()
151 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()
159 void addTopLevelException(WebAssemblyException *WE) { in addTopLevelException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp54 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
62 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
71 for (auto &WE : Exceptions) { in recalculate() local
81 for (auto *WE : ExceptionPointers) { in recalculate() local
100 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
147 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
181 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
187 for (auto &WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
60 bool contains(const WebAssemblyException *WE) const { in contains()
152 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()
160 void addTopLevelException(std::unique_ptr<WebAssemblyException> WE) { in addTopLevelException()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp53 auto *WE = new WebAssemblyException(EHPad); in recalculate() local
61 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
67 for (auto *WE : Exceptions) { in recalculate() local
76 for (auto *WE : Exceptions) { in recalculate() local
96 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
143 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
177 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
183 for (auto *WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h59 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
61 bool contains(const WebAssemblyException *WE) const { in contains()
151 void changeExceptionFor(MachineBasicBlock *MBB, WebAssemblyException *WE) { in changeExceptionFor()
159 void addTopLevelException(WebAssemblyException *WE) { in addTopLevelException()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp58 auto *WE = new WebAssemblyException(EHPad); in recalculate() local
66 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
72 for (auto *WE : Exceptions) { in recalculate() local
81 for (auto *WE : Exceptions) { in recalculate() local
101 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
158 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
192 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
198 for (auto *WE : TopLevelExceptions) in print() local
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp55 auto *WE = new WebAssemblyException(EHPad); in recalculate() local
63 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
69 for (auto *WE : Exceptions) { in recalculate() local
78 for (auto *WE : Exceptions) { in recalculate() local
98 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
155 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
189 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
195 for (auto *WE : TopLevelExceptions) in print() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp86 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
168 auto *WE = getExceptionFor(EHPad); in recalculate() local
196 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
242 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
251 for (auto &WE : Exceptions) { in recalculate() local
261 for (auto *WE : ExceptionPointers) { in recalculate() local
280 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
327 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
361 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
367 for (auto &WE : TopLevelExceptions) in print() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp86 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
168 auto *WE = getExceptionFor(EHPad); in recalculate() local
196 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
242 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
251 for (auto &WE : Exceptions) { in recalculate() local
261 for (auto *WE : ExceptionPointers) { in recalculate() local
280 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
327 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
361 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
367 for (auto &WE : TopLevelExceptions) in print() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp86 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
168 auto *WE = getExceptionFor(EHPad); in recalculate() local
196 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
242 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
251 for (auto &WE : Exceptions) { in recalculate() local
261 for (auto *WE : ExceptionPointers) { in recalculate() local
280 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
327 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
361 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
367 for (auto &WE : TopLevelExceptions) in print() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp86 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
168 auto *WE = getExceptionFor(EHPad); in recalculate() local
196 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
242 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
251 for (auto &WE : Exceptions) { in recalculate() local
261 for (auto *WE : ExceptionPointers) { in recalculate() local
280 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
327 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
361 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
367 for (auto &WE : TopLevelExceptions) in print() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp86 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
168 auto *WE = getExceptionFor(EHPad); in recalculate() local
196 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
242 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
251 for (auto &WE : Exceptions) { in recalculate() local
261 for (auto *WE : ExceptionPointers) { in recalculate() local
280 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
327 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
361 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
367 for (auto &WE : TopLevelExceptions) in print() local

12345678910>>...17