Searched refs:MIOpc (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.cpp | 1326 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc, in convertToThreeAddressWithLEA() argument 1357 switch (MIOpc) { in convertToThreeAddressWithLEA() 1456 unsigned MIOpc = MI->getOpcode(); in convertToThreeAddress() local 1457 switch (MIOpc) { in convertToThreeAddress() 1518 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0; in convertToThreeAddress() 1533 switch (MIOpc) { in convertToThreeAddress() 1539 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r in convertToThreeAddress() 1545 MIOpc == X86::INC64r ? X86::GR64_NOSPRegisterClass : in convertToThreeAddress() 1558 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0; in convertToThreeAddress() 1569 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r in convertToThreeAddress() [all …]
|
D | X86InstrInfo.h | 362 MachineInstr * convertToThreeAddressWithLEA(unsigned MIOpc,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 549 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,
|
D | X86InstrInfo.cpp | 2639 unsigned MIOpc, MachineFunction::iterator &MFI, MachineInstr &MI, in convertToThreeAddressWithLEA() argument 2673 switch (MIOpc) { in convertToThreeAddressWithLEA() 2772 unsigned MIOpc = MI.getOpcode(); in convertToThreeAddress() local 2773 switch (MIOpc) { in convertToThreeAddress() 2830 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress() 2844 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r in convertToThreeAddress() 2866 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress() 2877 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r in convertToThreeAddress() 2900 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress() 2914 if (MIOpc == X86::ADD64rr || MIOpc == X86::ADD64rr_DB) in convertToThreeAddress() [all …]
|