Searched refs:MIOpc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrInfo.h | 420 MachineInstr * convertToThreeAddressWithLEA(unsigned MIOpc,
|
| D | X86InstrInfo.cpp | 1926 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 …]
|