Lines Matching refs:Is8BitOp
1205 bool Is8BitOp) const { in convertToThreeAddressWithLEA()
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()
1629 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress()