Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
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
DWebAssemblyRegStackify.cpp45 class WebAssemblyRegStackify final : public MachineFunctionPass { class
66 WebAssemblyRegStackify() : MachineFunctionPass(ID) {} in WebAssemblyRegStackify() function in __anon56f4ae4b0111::WebAssemblyRegStackify
70 char WebAssemblyRegStackify::ID = 0;
71 INITIALIZE_PASS(WebAssemblyRegStackify, DEBUG_TYPE,
76 return new WebAssemblyRegStackify(); in createWebAssemblyRegStackify()
804 bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt49 WebAssemblyRegStackify.cpp
/external/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 __anonc6bae3850111::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
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp41 class WebAssemblyRegStackify final : public MachineFunctionPass { class
63 WebAssemblyRegStackify() : MachineFunctionPass(ID) {} in WebAssemblyRegStackify() function in __anon9fde77230111::WebAssemblyRegStackify
67 char WebAssemblyRegStackify::ID = 0;
69 return new WebAssemblyRegStackify(); in createWebAssemblyRegStackify()
703 bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt32 WebAssemblyRegStackify.cpp
DREADME.txt117 WebAssemblyRegStackify could use AliasAnalysis to reorder loads and stores more
122 WebAssemblyRegStackify is currently a greedy algorithm. This means that, for