HomeSort by: relevance | last modified time | path
    Searched defs:allOnes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 99 static uint64_t allOnes(unsigned int Count) {
122 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63),
744 uint64_t Used = allOnes(Op.getValueSizeInBits());
784 uint64_t Mask = allOnes(BitSize);
858 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize)))
871 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) {
897 if (maskMatters(RxSBG, allOnes(Count)))
901 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count))
924 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count))
    [all...]
SystemZInstrInfo.cpp 51 static uint64_t allOnes(unsigned int Count) {
954 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB);
1688 Mask &= allOnes(BitSize);
1703 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) {

Completed in 17 milliseconds