Searched refs:Is8BitOp (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 605 bool Is8BitOp) const;
|
| H A D | X86InstrInfo.cpp | 1139 assert((Is8BitOp || RegInfo.getTargetRegisterInfo()->getRegSizeInBits( in convertToThreeAddressWithLEA() 1171 unsigned SubReg = Is8BitOp ? X86::sub_8bit : X86::sub_16bit; in convertToThreeAddressWithLEA() 1339 bool Is8BitOp = false; in convertToThreeAddress() local 1391 Is8BitOp = true; in convertToThreeAddress() 1398 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress() 1445 Is8BitOp = true; in convertToThreeAddress() 1449 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress() 1494 Is8BitOp = true; in convertToThreeAddress() 1498 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress() 1532 Is8BitOp = true; in convertToThreeAddress() [all …]
|