Searched refs:convertToThreeAddressWithLEA (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 590 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,
|
| H A D | X86InstrInfo.cpp | 1245 MachineInstr *X86InstrInfo::convertToThreeAddressWithLEA( in convertToThreeAddressWithLEA() function in X86InstrInfo 1463 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1516 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1560 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1601 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress()
|