Searched defs:convertToThreeAddressWithLEA (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1933 /// convertToThreeAddressWithLEA - Helper for convertToThreeAddress when
1938 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc, function in class:X86InstrInfo
2157 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : nullptr;
2192 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV)
2225 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV)
2277 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV)
2333 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV)

Completed in 67 milliseconds