Home
last modified time | relevance | path

Searched refs:WebAssemblyRegStackify (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DREADME.txt125 WebAssemblyRegStackify could use AliasAnalysis to reorder loads and stores more
130 WebAssemblyRegStackify is currently a greedy algorithm. This means that, for
147 WebAssemblyRegStackify currently assumes that the stack must be empty after
149 this. WebAssemblyRegStackify could be extended, or possibly rewritten, to take
H A DWebAssemblyRegStackify.cpp45 class WebAssemblyRegStackify final : public MachineFunctionPass { class
67 WebAssemblyRegStackify() : MachineFunctionPass(ID) {} in WebAssemblyRegStackify() function in __anon540fd6980111::WebAssemblyRegStackify
71 char WebAssemblyRegStackify::ID = 0;
72 INITIALIZE_PASS(WebAssemblyRegStackify, DEBUG_TYPE,
77 return new WebAssemblyRegStackify(); in createWebAssemblyRegStackify()
797 bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DCMakeLists.txt48 WebAssemblyRegStackify.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn64 "WebAssemblyRegStackify.cpp",