Searched refs:Is8BitOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 686 bool Is8BitOp) const;
|
| H A D | X86InstrInfo.cpp | 1209 assert((Is8BitOp || in convertToThreeAddressWithLEA() 1242 unsigned SubReg = Is8BitOp ? X86::sub_8bit : X86::sub_16bit; in convertToThreeAddressWithLEA() 1411 bool Is8BitOp = false; in convertToThreeAddress() local 1469 Is8BitOp = true; in convertToThreeAddress() 1476 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress() 1531 Is8BitOp = true; in convertToThreeAddress() 1535 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress() 1587 Is8BitOp = true; in convertToThreeAddress() 1591 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress() 1625 Is8BitOp = true; in convertToThreeAddress() [all …]
|