Searched refs:convertToThreeAddressWithLEA (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 549 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,
|
D | X86InstrInfo.cpp | 2638 MachineInstr *X86InstrInfo::convertToThreeAddressWithLEA( in convertToThreeAddressWithLEA() function in X86InstrInfo 2830 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress() 2866 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress() 2900 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress() 2954 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress() 3012 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV) in convertToThreeAddress()
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 590 MachineInstr *convertToThreeAddressWithLEA(unsigned MIOpc,
|
D | X86InstrInfo.cpp | 1244 MachineInstr *X86InstrInfo::convertToThreeAddressWithLEA( in convertToThreeAddressWithLEA() function in X86InstrInfo 1462 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1515 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1559 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress() 1600 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress()
|