/external/llvm/include/llvm/ADT/ |
D | BitVector.h | 483 void setBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 484 applyMask<true, false>(Mask, MaskWords); 489 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 490 applyMask<false, false>(Mask, MaskWords); 495 void setBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 496 applyMask<true, true>(Mask, MaskWords); 501 void clearBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 502 applyMask<false, true>(Mask, MaskWords); 546 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() argument 548 MaskWords = std::min(MaskWords, (size() + 31) / 32); in applyMask() [all …]
|
D | SmallBitVector.h | 514 void setBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 516 applyMask<true, false>(Mask, MaskWords); 518 getPointer()->setBitsInMask(Mask, MaskWords); 523 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 525 applyMask<false, false>(Mask, MaskWords); 527 getPointer()->clearBitsInMask(Mask, MaskWords); 532 void setBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 534 applyMask<true, true>(Mask, MaskWords); 536 getPointer()->setBitsNotInMask(Mask, MaskWords); 541 void clearBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | BitVector.h | 483 void setBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 484 applyMask<true, false>(Mask, MaskWords); 489 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 490 applyMask<false, false>(Mask, MaskWords); 495 void setBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 496 applyMask<true, true>(Mask, MaskWords); 501 void clearBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 502 applyMask<false, true>(Mask, MaskWords); 546 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() argument 548 MaskWords = std::min(MaskWords, (size() + 31) / 32); in applyMask() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 631 void setBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 633 applyMask<true, false>(Mask, MaskWords); 635 getPointer()->setBitsInMask(Mask, MaskWords); 640 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 642 applyMask<false, false>(Mask, MaskWords); 644 getPointer()->clearBitsInMask(Mask, MaskWords); 649 void setBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 651 applyMask<true, true>(Mask, MaskWords); 653 getPointer()->setBitsNotInMask(Mask, MaskWords); 658 void clearBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { [all …]
|
D | BitVector.h | 775 void setBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 776 applyMask<true, false>(Mask, MaskWords); 781 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 782 applyMask<false, false>(Mask, MaskWords); 787 void setBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 788 applyMask<true, true>(Mask, MaskWords); 793 void clearBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 794 applyMask<false, true>(Mask, MaskWords); 899 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() argument 901 MaskWords = std::min(MaskWords, (size() + 31) / 32); in applyMask() [all …]
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 631 void setBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 633 applyMask<true, false>(Mask, MaskWords); 635 getPointer()->setBitsInMask(Mask, MaskWords); 640 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 642 applyMask<false, false>(Mask, MaskWords); 644 getPointer()->clearBitsInMask(Mask, MaskWords); 649 void setBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 651 applyMask<true, true>(Mask, MaskWords); 653 getPointer()->setBitsNotInMask(Mask, MaskWords); 658 void clearBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { [all …]
|
D | BitVector.h | 762 void setBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 763 applyMask<true, false>(Mask, MaskWords); 768 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 769 applyMask<false, false>(Mask, MaskWords); 774 void setBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 775 applyMask<true, true>(Mask, MaskWords); 780 void clearBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 781 applyMask<false, true>(Mask, MaskWords); 886 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() argument 888 MaskWords = std::min(MaskWords, (size() + 31) / 32); in applyMask() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 718 void setBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 719 applyMask<true, false>(Mask, MaskWords); 724 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 725 applyMask<false, false>(Mask, MaskWords); 730 void setBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 731 applyMask<true, true>(Mask, MaskWords); 736 void clearBitsNotInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { 737 applyMask<false, true>(Mask, MaskWords); 785 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() argument 787 MaskWords = std::min(MaskWords, (size() + 31) / 32); in applyMask() [all …]
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 1274 uint32_t MaskWords = Data.getU32(Cur); in dumpGnuHashSection() local 1280 if (!Cur || (Size < MaskWords * AddrSize + NBuckets * 4) || in dumpGnuHashSection() 1289 S->BloomFilter.emplace(MaskWords); in dumpGnuHashSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 298 Optional<llvm::yaml::Hex32> MaskWords; member
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | gnuhash.test | 35 MaskWords: [[MASKWORDS=2]]
|
D | hash-histogram.test | 288 MaskWords: [[MASKWORDS=1]]
|
D | hash-symbols.test | 494 MaskWords: [[MASKWORDS=2]]
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 357 Optional<llvm::yaml::Hex32> MaskWords; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 1280 if (Section.Header->MaskWords) in writeSectionContent() 1281 support::endian::write<uint32_t>(OS, *Section.Header->MaskWords, in writeSectionContent()
|
D | ELFYAML.cpp | 1501 IO.mapOptional("MaskWords", E.MaskWords); in mapping()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 1722 if (Section.Header->MaskWords) in writeSectionContent() 1723 CBA.write<uint32_t>(*Section.Header->MaskWords, ELFT::TargetEndianness); in writeSectionContent()
|
D | ELFYAML.cpp | 1560 IO.mapOptional("MaskWords", E.MaskWords); in mapping()
|