Searched refs:convertToThreeAddressWithLEA (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86InstrInfo.h | 554 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,
|
| D | X86InstrInfo.cpp | 760 MachineInstr *X86InstrInfo::convertToThreeAddressWithLEA( in convertToThreeAddressWithLEA() function in X86InstrInfo 979 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1032 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1076 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1117 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress()
|