Searched refs:convertToThreeAddressWithLEA (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 455 MachineInstr * convertToThreeAddressWithLEA(unsigned MIOpc,
|
| H A D | X86InstrInfo.cpp | 2129 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc, in convertToThreeAddressWithLEA() function in X86InstrInfo 2319 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : nullptr; in convertToThreeAddress() 2348 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress() 2379 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress() 2431 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress() 2487 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress()
|