Searched refs:convertToThreeAddressWithLEA (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 590 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,
|
| H A D | X86InstrInfo.cpp | 797 MachineInstr *X86InstrInfo::convertToThreeAddressWithLEA( in convertToThreeAddressWithLEA() function in X86InstrInfo 1008 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV); in convertToThreeAddress() 1033 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV); in convertToThreeAddress() 1058 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV); in convertToThreeAddress() 1099 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV); in convertToThreeAddress() 1137 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV); in convertToThreeAddress()
|