Home
last modified time | relevance | path

Searched refs:MIOpc (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CondBrTuning.cpp150 unsigned MIOpc = MI.getOpcode(); in tryToTuneBranch() local
183 switch (MIOpc) { in tryToTuneBranch()
192 if ((MIOpc == AArch64::TBZW || MIOpc == AArch64::TBNZW) && in tryToTuneBranch()
243 switch (MIOpc) { in tryToTuneBranch()
252 if ((MIOpc == AArch64::TBZX || MIOpc == AArch64::TBNZX) && in tryToTuneBranch()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp1326 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 …]
DX86InstrInfo.h362 MachineInstr * convertToThreeAddressWithLEA(unsigned MIOpc,
/external/llvm/lib/Target/X86/
DX86InstrInfo.h549 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,
DX86InstrInfo.cpp2639 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp793 unsigned MIOpc, MachineFunction::iterator &MFI, MachineInstr &MI, in convertToThreeAddressWithLEA() argument
827 switch (MIOpc) { in convertToThreeAddressWithLEA()
926 unsigned MIOpc = MI.getOpcode(); in convertToThreeAddress() local
927 switch (MIOpc) { in convertToThreeAddress()
984 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress()
998 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r in convertToThreeAddress()
1020 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress()
1029 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r in convertToThreeAddress()
1052 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress()
1064 if (MIOpc == X86::ADD64rr || MIOpc == X86::ADD64rr_DB) in convertToThreeAddress()
[all …]
DX86InstrInfo.h581 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,