HomeSort by: relevance | last modified time | path
    Searched refs:allOnes (Results 1 - 4 of 4) 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)) {
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp 803 KEYWORD(allOnes);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APInt.cpp 1275 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros);
1279 nc = allOnes - (allOnes - d).urem(d);

Completed in 74 milliseconds