Home
last modified time | relevance | path

Searched refs:convertToThreeAddressWithLEA (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h455 MachineInstr * convertToThreeAddressWithLEA(unsigned MIOpc,
H A DX86InstrInfo.cpp2129 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()