Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86InstrInfo.h420 MachineInstr * convertToThreeAddressWithLEA(unsigned MIOpc,
DX86InstrInfo.cpp1926 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc, in convertToThreeAddressWithLEA() argument
1962 switch (MIOpc) { in convertToThreeAddressWithLEA()
2067 unsigned MIOpc = MI->getOpcode(); in convertToThreeAddress() local
2068 switch (MIOpc) { in convertToThreeAddress()
2145 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0; in convertToThreeAddress()
2153 switch (MIOpc) { in convertToThreeAddress()
2159 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r in convertToThreeAddress()
2180 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0; in convertToThreeAddress()
2189 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r in convertToThreeAddress()
2212 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : 0; in convertToThreeAddress()
[all …]