Searched refs:MaskImm (Results 1 – 4 of 4) sorted by relevance
136 unsigned MaskImm = MI.getOperand(NumOperands - 1).getImm(); in processInstruction() local140 MI.addOperand(MachineOperand::CreateImm(MaskImm)); in processInstruction()151 unsigned MaskImm = MI.getOperand(NumOperands - 1).getImm(); in processInstruction() local155 MI.addOperand(MachineOperand::CreateImm(MaskImm)); in processInstruction()186 auto ProcessUNPCK = [&](unsigned NewOpc, unsigned MaskImm) -> bool { in processInstruction() argument191 MI.addOperand(MachineOperand::CreateImm(MaskImm)); in processInstruction()
1808 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicBinaryPartword() local1824 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicBinaryPartword()1995 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicCmpSwapPartword() local2011 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicCmpSwapPartword()2016 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()2020 .addReg(NewVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()
3260 uint64_t MaskImm; in tryBitfieldInsertOpFromOrAndImm() local3264 !isOpcWithIntImmediate(And.getNode(), ISD::AND, MaskImm)) in tryBitfieldInsertOpFromOrAndImm()3826 uint64_t MaskImm; in tryShiftAmountMod() local3827 if (!isOpcWithIntImmediate(ShiftAmt.getNode(), ISD::AND, MaskImm) && in tryShiftAmountMod()3828 !isOpcWithIntImmediate(ShiftAmt.getNode(), AArch64ISD::ANDS, MaskImm)) in tryShiftAmountMod()3831 if ((unsigned)llvm::countr_one(MaskImm) < Bits) in tryShiftAmountMod()
2407 int64_t MaskImm; in earlySelect() local2411 m_OneNonDBGUse(m_GAnd(m_Reg(MaskSrc), m_ICst(MaskImm)))))) in earlySelect()2414 if (ShiftImm > Size || ((1ULL << ShiftImm) - 1ULL) != uint64_t(MaskImm)) in earlySelect()