Home
last modified time | relevance | path

Searched refs:allOnes (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp99 static uint64_t allOnes(unsigned int Count) { in allOnes() function
122 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63), in RxSBGOperands()
744 uint64_t Used = allOnes(Op.getValueSizeInBits()); in detectOrAndInsertion()
784 uint64_t Mask = allOnes(BitSize); in expandRxSBG()
858 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
871 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG()
897 if (maskMatters(RxSBG, allOnes(Count))) in expandRxSBG()
901 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count)) in expandRxSBG()
924 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count))) in expandRxSBG()
929 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count))) in expandRxSBG()
DSystemZInstrInfo.cpp51 static uint64_t allOnes(unsigned int Count) { in allOnes() function
954 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB); in convertToThreeAddress()
1688 Mask &= allOnes(BitSize); in isRxSBGMask()
1703 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPInt.cpp1279 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
1283 nc = allOnes - (allOnes - d).urem(d); in magicu()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp804 KEYWORD(allOnes); in LexIdentifier()