reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/X86/X86AsmPrinter.h
   21   class X86MCInstLower;

References

lib/Target/X86/X86AsmPrinter.h
   84   void LowerPATCHPOINT(const MachineInstr &MI, X86MCInstLower &MCIL);
   85   void LowerSTATEPOINT(const MachineInstr &MI, X86MCInstLower &MCIL);
   86   void LowerFAULTING_OP(const MachineInstr &MI, X86MCInstLower &MCIL);
   87   void LowerPATCHABLE_OP(const MachineInstr &MI, X86MCInstLower &MCIL);
   89   void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI);
   93                                      X86MCInstLower &MCIL);
   94   void LowerPATCHABLE_RET(const MachineInstr &MI, X86MCInstLower &MCIL);
   95   void LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
   96   void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
   98                                        X86MCInstLower &MCIL);
  100   void LowerFENTRY_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
lib/Target/X86/X86MCInstLower.cpp
  882 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering,
 1098                                     X86MCInstLower &MCIL) {
 1155                                      X86MCInstLower &MCIL) {
 1186                                      X86MCInstLower &MCIL) {
 1199                                       X86MCInstLower &MCIL) {
 1247                                     X86MCInstLower &MCIL) {
 1305                                               X86MCInstLower &MCIL) {
 1399                                                     X86MCInstLower &MCIL) {
 1498                                                   X86MCInstLower &MCIL) {
 1525                                        X86MCInstLower &MCIL) {
 1555                                              X86MCInstLower &MCIL) {
 1831   X86MCInstLower MCInstLowering(*MF, *this);