Lines Matching refs:Is8BitOp
1247 LiveVariables *LV, bool Is8BitOp) const { in convertToThreeAddressWithLEA()
1250 assert((Is8BitOp || RegInfo.getTargetRegisterInfo()->getRegSizeInBits( in convertToThreeAddressWithLEA()
1280 unsigned SubReg = Is8BitOp ? X86::sub_8bit : X86::sub_16bit; in convertToThreeAddressWithLEA()
1403 bool Is8BitOp = false; in convertToThreeAddress() local
1456 Is8BitOp = true; in convertToThreeAddress()
1463 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress()
1512 Is8BitOp = true; in convertToThreeAddress()
1516 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress()
1556 Is8BitOp = true; in convertToThreeAddress()
1560 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress()
1595 Is8BitOp = true; in convertToThreeAddress()
1601 return convertToThreeAddressWithLEA(MIOpc, MFI, MI, LV, Is8BitOp); in convertToThreeAddress()