Home
last modified time | relevance | path

Searched refs:MaskImm (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2469 uint64_t MaskImm; in tryBitfieldInsertOpFromOrAndImm() local
2473 !isOpcWithIntImmediate(And.getNode(), ISD::AND, MaskImm)) in tryBitfieldInsertOpFromOrAndImm()
2826 uint64_t MaskImm; in tryShiftAmountMod() local
2827 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1776 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicBinaryPartword() local
1792 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicBinaryPartword()
1963 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicCmpSwapPartword() local
1979 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicCmpSwapPartword()
1984 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()
1988 .addReg(NewVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()