HomeSort by relevance Sort by last modified time
    Searched refs:allOnes (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 98 static uint64_t allOnes(unsigned int Count) {
121 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63),
712 uint64_t Used = allOnes(Op.getValueType().getSizeInBits());
753 uint64_t Mask = allOnes(BitSize);
829 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize)))
841 if (maskMatters(RxSBG, allOnes(RxSBG.BitSize) - allOnes(InnerBitSize)))
861 if (maskMatters(RxSBG, allOnes(Count)))
865 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count))
888 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count))
    [all...]
SystemZInstrInfo.cpp 28 static uint64_t allOnes(unsigned int Count) {
842 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 99 static uint64_t allOnes(unsigned int Count) {
122 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63),
729 uint64_t Used = allOnes(Op.getValueSizeInBits());
770 uint64_t Mask = allOnes(BitSize);
846 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize)))
859 if (maskMatters(RxSBG, allOnes(BitSize) - allOnes(InnerBitSize))) {
885 if (maskMatters(RxSBG, allOnes(Count)))
889 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count))
    [all...]
SystemZInstrInfo.cpp 53 static uint64_t allOnes(unsigned int Count) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmTypeTests.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelinePushConstantTests.cpp 706 std::vector<tcu::Vec4> allOnes (8, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f));
753 value = (void*)(&allOnes[0]);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLLexer.cpp 768 KEYWORD(allOnes);
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp     [all...]

Completed in 1042 milliseconds