Searched refs:MIOpc (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 457 MachineInstr * convertToThreeAddressWithLEA(unsigned MIOpc,
|
D | X86InstrInfo.cpp | 2554 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc, in convertToThreeAddressWithLEA() argument 2590 switch (MIOpc) { in convertToThreeAddressWithLEA() 2693 unsigned MIOpc = MI->getOpcode(); in convertToThreeAddress() local 2694 switch (MIOpc) { in convertToThreeAddress() 2744 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : nullptr; in convertToThreeAddress() 2753 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r in convertToThreeAddress() 2773 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress() 2782 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r in convertToThreeAddress() 2804 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress() 2816 if (MIOpc == X86::ADD64rr || MIOpc == X86::ADD64rr_DB) in convertToThreeAddress() [all …]
|