Searched refs:allOnes (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 99 static uint64_t allOnes(unsigned int Count) { in allOnes() function 122 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63), in RxSBGOperands() 766 uint64_t Used = allOnes(Op.getValueSizeInBits()); in detectOrAndInsertion() 808 uint64_t Mask = allOnes(BitSize); in expandRxSBG() 882 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG() 895 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG() 921 if (maskMatters(RxSBG, allOnes(Count))) in expandRxSBG() 925 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count)) in expandRxSBG() 948 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count))) in expandRxSBG() 953 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count))) in expandRxSBG()
|
H A D | SystemZInstrInfo.cpp | 54 static uint64_t allOnes(unsigned int Count) { in allOnes() function 1087 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB); in convertToThreeAddress() 1974 Mask &= allOnes(BitSize); in isRxSBGMask() 1989 if (isShiftedMask_64(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 790 KEYWORD(allOnes); in LexIdentifier()
|