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