Home | History | Annotate | Download | only in X86

Lines Matching refs:MIOpc

1138 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc,
1169 switch (MIOpc) {
1268 unsigned MIOpc = MI->getOpcode();
1269 switch (MIOpc) {
1330 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0;
1345 switch (MIOpc) {
1351 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r
1357 MIOpc == X86::INC64r ? X86::GR64_NOSPRegisterClass :
1370 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0;
1381 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r
1386 MIOpc == X86::DEC64r ? X86::GR64_NOSPRegisterClass :
1399 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0;
1413 if (MIOpc == X86::ADD64rr || MIOpc == X86::ADD64rr_DB) {
1441 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0;
1480 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0;