Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp32 class X86ExpandPseudo : public MachineFunctionPass { class
35 X86ExpandPseudo() : MachineFunctionPass(ID) {} in X86ExpandPseudo() function in __anon6ea7ea520111::X86ExpandPseudo
65 char X86ExpandPseudo::ID = 0;
71 bool X86ExpandPseudo::ExpandMI(MachineBasicBlock &MBB, in ExpandMI()
240 bool X86ExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) { in ExpandMBB()
254 bool X86ExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
269 return new X86ExpandPseudo(); in createX86ExpandPseudoPass()
DCMakeLists.txt18 X86ExpandPseudo.cpp