Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp44 class WebAssemblyRegStackify final : public MachineFunctionPass { class
66 WebAssemblyRegStackify() : MachineFunctionPass(ID) {} in WebAssemblyRegStackify() function in __anon90fe30f60111::WebAssemblyRegStackify
70 char WebAssemblyRegStackify::ID = 0;
71 INITIALIZE_PASS(WebAssemblyRegStackify, DEBUG_TYPE,
76 return new WebAssemblyRegStackify(); in createWebAssemblyRegStackify()
768 bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DREADME.txt148 WebAssemblyRegStackify could use AliasAnalysis to reorder loads and stores more
153 WebAssemblyRegStackify is currently a greedy algorithm. This means that, for
170 WebAssemblyRegStackify currently assumes that the stack must be empty after
172 this. WebAssemblyRegStackify could be extended, or possibly rewritten, to take
DCMakeLists.txt45 WebAssemblyRegStackify.cpp