Home
last modified time | relevance | path

Searched refs:WebAssemblyRegColoring (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp32 class WebAssemblyRegColoring final : public MachineFunctionPass { class
35 WebAssemblyRegColoring() : MachineFunctionPass(ID) {} in WebAssemblyRegColoring() function in __anon5216975c0111::WebAssemblyRegColoring
56 char WebAssemblyRegColoring::ID = 0;
57 INITIALIZE_PASS(WebAssemblyRegColoring, DEBUG_TYPE,
61 return new WebAssemblyRegColoring(); in createWebAssemblyRegColoring()
75 bool WebAssemblyRegColoring::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DCMakeLists.txt47 WebAssemblyRegColoring.cpp
H A DREADME.txt111 WebAssemblyRegColoring and/or WebAssemblyRegRenumbering should sort registers
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn63 "WebAssemblyRegColoring.cpp",
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Ddebugtest-opt.ll16 ; TODO: Find a more-reduced test case for The fix in WebAssemblyRegColoring
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6787 llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp