Home | History | Annotate | Download | only in X86

Lines Matching refs:MIOpc

1780 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc,
1811 switch (MIOpc) {
1906 unsigned MIOpc = MI->getOpcode();
1907 switch (MIOpc) {
1981 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0;
1994 switch (MIOpc) {
2000 unsigned Opc = MIOpc
2002 const TargetRegisterClass *RC = MIOpc == X86::INC64r ?
2018 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0;
2027 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r
2029 const TargetRegisterClass *RC = MIOpc == X86::DEC64r ?
2044 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0;
2056 if (MIOpc == X86::ADD64rr || MIOpc == X86::ADD64rr_DB) {
2090 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0;
2133 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0;