Home
last modified time | relevance | path

Searched refs:WebAssemblyExplicitLocals (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExplicitLocals.cpp43 class WebAssemblyExplicitLocals final : public MachineFunctionPass { class
58 WebAssemblyExplicitLocals() : MachineFunctionPass(ID) {} in WebAssemblyExplicitLocals() function in __anon0aee4a4b0111::WebAssemblyExplicitLocals
62 char WebAssemblyExplicitLocals::ID = 0;
63 INITIALIZE_PASS(WebAssemblyExplicitLocals, DEBUG_TYPE,
67 return new WebAssemblyExplicitLocals(); in createWebAssemblyExplicitLocals()
183 bool WebAssemblyExplicitLocals::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt24 WebAssemblyExplicitLocals.cpp