Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp98 static uint64_t allOnes(unsigned int Count) { in allOnes() function
120 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63), in RxSBGOperands()
707 uint64_t Used = allOnes(Op.getValueType().getSizeInBits()); in detectOrAndInsertion()
814 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
826 if (maskMatters(RxSBG, allOnes(RxSBG.BitSize) - allOnes(InnerBitSize))) in expandRxSBG()
846 if (maskMatters(RxSBG, allOnes(Count))) in expandRxSBG()
850 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count)) in expandRxSBG()
873 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count))) in expandRxSBG()
878 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count))) in expandRxSBG()
DSystemZInstrInfo.cpp27 static uint64_t allOnes(unsigned int Count) { in allOnes() function
728 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB); in convertToThreeAddress()
1227 Mask &= allOnes(BitSize); in isRxSBGMask()
1242 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()
/external/llvm/test/CodeGen/X86/
Davx2-logic.ll85 define <8 x i32> @allOnes() nounwind {
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp1020 std::vector<tcu::Vec4> allOnes(8, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f)); in PushConstantGraphicsTestInstance() local
1032 value = (void*)(&allOnes[0]); in PushConstantGraphicsTestInstance()
/external/llvm/lib/Support/
DAPInt.cpp1467 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
1471 nc = allOnes - (allOnes - d).urem(d); in magicu()