Searched refs:convertToThreeAddressWithLEA (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrInfo.h | 504 MachineInstr * convertToThreeAddressWithLEA(unsigned MIOpc,
|
| HD | X86InstrInfo.cpp | 2537 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc, in convertToThreeAddressWithLEA() function in X86InstrInfo 2727 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : nullptr; in convertToThreeAddress() 2756 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress() 2787 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress() 2839 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress() 2895 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress()
|