Home | History | Annotate | Download | only in X86

Lines Matching full:pseudo

1 //===------- X86ExpandPseudo.cpp - Expand pseudo instructions -------------===//
10 // This file contains a pass that expands pseudo instructions into target
29 #define DEBUG_TYPE "x86-pseudo"
58 return "X86 pseudo instruction expansion pass";
68 /// If \p MBBI is a pseudo instruction, this method expands
140 // Delete the pseudo instruction TCRETURN.
155 // The EH_RETURN pseudo is really removed during the MC Lowering.
162 // Replace pseudo with machine iret
215 // Copy the input argument of the pseudo into the argument of the
230 // Delete the pseudo.
238 /// Expand all pseudo instructions contained in \p MBB.
267 /// Returns an instance of the pseudo instruction expansion pass.