Home | History | Annotate | Download | only in X86

Lines Matching refs:MIOpc

793     unsigned MIOpc, MachineFunction::iterator &MFI, MachineInstr &MI,
827 switch (MIOpc) {
926 unsigned MIOpc = MI.getOpcode();
927 switch (MIOpc) {
984 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)
998 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r
1020 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)
1029 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r
1052 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)
1064 if (MIOpc == X86::ADD64rr || MIOpc == X86::ADD64rr_DB)
1103 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)
1159 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV)
1186 switch (MIOpc) {
1250 switch (MIOpc) {