Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h660 bool Is8BitOp) const;
H A DX86InstrInfo.cpp1228 bool Is8BitOp) const { in convertToThreeAddressWithLEA()
1232 assert((Is8BitOp || in convertToThreeAddressWithLEA()
1265 unsigned SubReg = Is8BitOp ? X86::sub_8bit : X86::sub_16bit; in convertToThreeAddressWithLEA()
1434 bool Is8BitOp = false; in convertToThreeAddress() local
1492 Is8BitOp = true; in convertToThreeAddress()
1499 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress()
1554 Is8BitOp = true; in convertToThreeAddress()
1558 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress()
1610 Is8BitOp = true; in convertToThreeAddress()
1614 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress()
[all …]