Searched refs:allOnes (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 98 static uint64_t allOnes(unsigned int Count) { in allOnes() function 117 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63), in RxSBGOperands() 667 uint64_t Used = allOnes(Op.getValueType().getSizeInBits()); in detectOrAndInsertion() 774 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG() 786 if (maskMatters(RxSBG, allOnes(RxSBG.BitSize) - allOnes(InnerBitSize))) in expandRxSBG() 806 if (maskMatters(RxSBG, allOnes(Count))) in expandRxSBG() 810 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count)) in expandRxSBG() 833 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count))) in expandRxSBG() 838 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count))) in expandRxSBG()
|
D | SystemZInstrInfo.cpp | 27 static uint64_t allOnes(unsigned int Count) { in allOnes() function 722 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB); in convertToThreeAddress() 1202 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()
|
/external/llvm/test/CodeGen/X86/ |
D | avx2-logic.ll | 85 define <8 x i32> @allOnes() nounwind {
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1467 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local 1471 nc = allOnes - (allOnes - d).urem(d); in magicu()
|