Home | History | Annotate | Download | only in X86

Lines Matching defs:MIOpc

2639     unsigned MIOpc, MachineFunction::iterator &MFI, MachineInstr &MI,
2673 switch (MIOpc) {
2772 unsigned MIOpc = MI.getOpcode();
2773 switch (MIOpc) {
2830 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)
2844 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r
2866 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)
2877 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r
2900 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)
2914 if (MIOpc == X86::ADD64rr || MIOpc == X86::ADD64rr_DB)
2954 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)
3012 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)