Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp98 static uint64_t allOnes(unsigned int Count) { in allOnes() function
121 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63), in RxSBGOperands()
712 uint64_t Used = allOnes(Op.getValueType().getSizeInBits()); in detectOrAndInsertion()
753 uint64_t Mask = allOnes(BitSize); in expandRxSBG()
829 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
841 if (maskMatters(RxSBG, allOnes(RxSBG.BitSize) - allOnes(InnerBitSize))) in expandRxSBG()
861 if (maskMatters(RxSBG, allOnes(Count))) in expandRxSBG()
865 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count)) in expandRxSBG()
888 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count))) in expandRxSBG()
893 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count))) in expandRxSBG()
DSystemZInstrInfo.cpp28 static uint64_t allOnes(unsigned int Count) { in allOnes() function
842 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB); in convertToThreeAddress()
1367 Mask &= allOnes(BitSize); in isRxSBGMask()
1382 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()
/external/llvm/test/CodeGen/X86/
Davx2-logic.ll56 define <8 x i32> @allOnes() nounwind {
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp1126 std::vector<tcu::Vec4> allOnes(8, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f)); in PushConstantGraphicsTestInstance() local
1172 value = (void*)(&allOnes[0]); in PushConstantGraphicsTestInstance()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1447 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
1451 nc = allOnes - (allOnes - d).urem(d); in magicu()
/external/llvm/lib/Support/
DAPInt.cpp1473 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
1477 nc = allOnes - (allOnes - d).urem(d); in magicu()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1544 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
1548 nc = allOnes - (-d).urem(d); in magicu()