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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySetP2AlignOperands.cpp1 //=- WebAssemblySetP2AlignOperands.cpp - Set alignments on loads and stores -=//
28 class WebAssemblySetP2AlignOperands final : public MachineFunctionPass {
31 WebAssemblySetP2AlignOperands() : MachineFunctionPass(ID) {} function in class:__anon2898::final
48 char WebAssemblySetP2AlignOperands::ID = 0;
49 INITIALIZE_PASS(WebAssemblySetP2AlignOperands, DEBUG_TYPE,
54 return new WebAssemblySetP2AlignOperands();
77 bool WebAssemblySetP2AlignOperands::runOnMachineFunction(MachineFunction &MF) {

Completed in 59 milliseconds