Searched refs:MaskImm (Results 1 – 2 of 2) sorted by relevance
2469 uint64_t MaskImm; in tryBitfieldInsertOpFromOrAndImm() local2473 !isOpcWithIntImmediate(And.getNode(), ISD::AND, MaskImm)) in tryBitfieldInsertOpFromOrAndImm()2826 uint64_t MaskImm; in tryShiftAmountMod() local2827 if (!isOpcWithIntImmediate(ShiftAmt.getNode(), ISD::AND, MaskImm) && in tryShiftAmountMod()2828 !isOpcWithIntImmediate(ShiftAmt.getNode(), AArch64ISD::ANDS, MaskImm)) in tryShiftAmountMod()2831 if (countTrailingOnes(MaskImm) < Bits) in tryShiftAmountMod()
1776 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicBinaryPartword() local1792 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicBinaryPartword()1963 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicCmpSwapPartword() local1979 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicCmpSwapPartword()1984 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()1988 .addReg(NewVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()