Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ArgumentStackSlotRebase.cpp40 class X86ArgumentStackSlotPass : public MachineFunctionPass { class
45 explicit X86ArgumentStackSlotPass() : MachineFunctionPass(ID) { in X86ArgumentStackSlotPass() function in __anond96cd40e0111::X86ArgumentStackSlotPass
59 char X86ArgumentStackSlotPass::ID = 0;
61 INITIALIZE_PASS(X86ArgumentStackSlotPass, DEBUG_TYPE, "Argument Stack Rebase",
65 return new X86ArgumentStackSlotPass(); in createX86ArgumentStackSlotPass()
105 bool X86ArgumentStackSlotPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()