/external/llvm-project/llvm/test/CodeGen/X86/ |
D | avx2-logic.ll | 106 define <8 x i32> @allOnes() nounwind { 107 ; X32-LABEL: allOnes: 112 ; X64-LABEL: allOnes:
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 98 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()
|
D | SystemZInstrInfo.cpp | 28 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/ |
D | SystemZISelDAGToDAG.cpp | 99 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()
|
D | SystemZInstrInfo.cpp | 51 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/ |
D | SystemZISelDAGToDAG.cpp | 99 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()
|
D | SystemZInstrInfo.cpp | 51 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/ |
D | avx2-logic.ll | 56 define <8 x i32> @allOnes() nounwind {
|
/external/llvm-project/llvm/test/Assembler/ |
D | thinlto-summary.ll | 62 ^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/ |
D | thinlto-distributed-cfi-devirt.ll | 40 ; CHECK-DIS: ^2 = typeid: (name: "_ZTS1A", summary: (typeTestRes: (kind: allOnes, sizeM1BitWidth: 7…
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | sub-ashr-or-to-icmp-select.ll | 4 ; Clamp positive to allOnes:
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1447 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local 1451 nc = allOnes - (allOnes - d).urem(d); in magicu()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1473 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/ |
D | APInt.cpp | 1275 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/ |
D | APInt.cpp | 1276 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/ |
D | LLLexer.cpp | 785 KEYWORD(allOnes); in LexIdentifier()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 797 KEYWORD(allOnes); in LexIdentifier()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 725 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/ |
D | LangRef.rst | 7179 …^4 = typeid: (name: "_ZTS1A", summary: (typeTestRes: (kind: allOnes, sizeM1BitWidth: 7[, alignLog2… 7182 be ``unsat``, ``byteArray``, ``inline``, ``single``, or ``allOnes``), and
|