Searched refs:X86WinAllocaExpander (Results 1 – 2 of 2) sorted by relevance
36 class X86WinAllocaExpander : public MachineFunctionPass { class38 X86WinAllocaExpander() : MachineFunctionPass(ID) {} in X86WinAllocaExpander() function in __anonf218f6140111::X86WinAllocaExpander70 char X86WinAllocaExpander::ID = 0;75 return new X86WinAllocaExpander(); in createX86WinAllocaExpander()99 X86WinAllocaExpander::Lowering100 X86WinAllocaExpander::getLowering(int64_t CurrentOffset, in getLowering()134 void X86WinAllocaExpander::computeLowerings(MachineFunction &MF, in computeLowerings()201 void X86WinAllocaExpander::lower(MachineInstr* MI, Lowering L) { in lower()269 bool X86WinAllocaExpander::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
40 X86WinAllocaExpander.cpp