Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/X86/
Davx2-logic.ll106 define <8 x i32> @allOnes() nounwind {
107 ; X32-LABEL: allOnes:
112 ; X64-LABEL: allOnes:
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp99 static uint64_t allOnes(unsigned int Count) { in allOnes() function
122 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63), in RxSBGOperands()
740 uint64_t Used = allOnes(Op.getValueSizeInBits()); in detectOrAndInsertion()
780 uint64_t Mask = allOnes(BitSize); in expandRxSBG()
854 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
867 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG()
893 if (maskMatters(RxSBG, allOnes(Count))) in expandRxSBG()
897 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count)) in expandRxSBG()
920 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count))) in expandRxSBG()
925 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count))) in expandRxSBG()
DSystemZInstrInfo.cpp51 static uint64_t allOnes(unsigned int Count) { in allOnes() function
963 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB); in convertToThreeAddress()
1580 Mask &= allOnes(BitSize); in isRxSBGMask()
1595 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp99 static uint64_t allOnes(unsigned int Count) { in allOnes() function
122 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63), in RxSBGOperands()
744 uint64_t Used = allOnes(Op.getValueSizeInBits()); in detectOrAndInsertion()
784 uint64_t Mask = allOnes(BitSize); in expandRxSBG()
858 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize))) in expandRxSBG()
871 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) { in expandRxSBG()
897 if (maskMatters(RxSBG, allOnes(Count))) in expandRxSBG()
901 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count)) in expandRxSBG()
924 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count))) in expandRxSBG()
929 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count))) in expandRxSBG()
DSystemZInstrInfo.cpp51 static uint64_t allOnes(unsigned int Count) { in allOnes() function
951 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB); in convertToThreeAddress()
1685 Mask &= allOnes(BitSize); in isRxSBGMask()
1700 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()
/external/llvm/test/CodeGen/X86/
Davx2-logic.ll56 define <8 x i32> @allOnes() nounwind {
/external/llvm-project/llvm/test/Assembler/
Dthinlto-summary.ll62 ^26 = typeid: (name: "_ZTS1A", summary: (typeTestRes: (kind: allOnes, sizeM1BitWidth: 7), wpdResolu…
96 ; CHECK: ^26 = typeid: (name: "_ZTS1A", summary: (typeTestRes: (kind: allOnes, sizeM1BitWidth: 7), …
/external/llvm-project/clang/test/CodeGen/
Dthinlto-distributed-cfi-devirt.ll40 ; CHECK-DIS: ^2 = typeid: (name: "_ZTS1A", summary: (typeTestRes: (kind: allOnes, sizeM1BitWidth: 7…
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dsub-ashr-or-to-icmp-select.ll4 ; Clamp positive to allOnes:
/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/llvm-project/llvm/lib/Support/
DAPInt.cpp1275 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
1279 nc = allOnes - (allOnes - d).urem(d); in magicu()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1276 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
1280 nc = allOnes - (allOnes - d).urem(d); in magicu()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp785 KEYWORD(allOnes); in LexIdentifier()
/external/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp797 KEYWORD(allOnes); in LexIdentifier()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp725 std::vector<tcu::Vec4> allOnes (8, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f)); in updatePushConstants() local
772 value = (void*)(&allOnes[0]); in updatePushConstants()
/external/llvm-project/llvm/docs/
DLangRef.rst7179 …^4 = typeid: (name: "_ZTS1A", summary: (typeTestRes: (kind: allOnes, sizeM1BitWidth: 7[, alignLog2…
7182 be ``unsat``, ``byteArray``, ``inline``, ``single``, or ``allOnes``), and