Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblySetP2AlignOperands.cpp28 class WebAssemblySetP2AlignOperands final : public MachineFunctionPass { class
31 WebAssemblySetP2AlignOperands() : MachineFunctionPass(ID) {} in WebAssemblySetP2AlignOperands() function in __anon415c11110111::WebAssemblySetP2AlignOperands
48 char WebAssemblySetP2AlignOperands::ID = 0;
49 INITIALIZE_PASS(WebAssemblySetP2AlignOperands, DEBUG_TYPE,
54 return new WebAssemblySetP2AlignOperands(); in createWebAssemblySetP2AlignOperands()
77 bool WebAssemblySetP2AlignOperands::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DCMakeLists.txt52 WebAssemblySetP2AlignOperands.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn69 "WebAssemblySetP2AlignOperands.cpp",