Home
last modified time | relevance | path

Searched refs:MaskWords (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/ADT/
DBitVector.h483 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 …]
DSmallBitVector.h514 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/
DBitVector.h483 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/
DSmallBitVector.h631 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 …]
DBitVector.h775 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/
DSmallBitVector.h631 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 …]
DBitVector.h762 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/
DIceBitVector.h718 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/
Delf2yaml.cpp1274 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/
DELFYAML.h298 Optional<llvm::yaml::Hex32> MaskWords; member
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnuhash.test35 MaskWords: [[MASKWORDS=2]]
Dhash-histogram.test288 MaskWords: [[MASKWORDS=1]]
Dhash-symbols.test494 MaskWords: [[MASKWORDS=2]]
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h357 Optional<llvm::yaml::Hex32> MaskWords; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1280 if (Section.Header->MaskWords) in writeSectionContent()
1281 support::endian::write<uint32_t>(OS, *Section.Header->MaskWords, in writeSectionContent()
DELFYAML.cpp1501 IO.mapOptional("MaskWords", E.MaskWords); in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1722 if (Section.Header->MaskWords) in writeSectionContent()
1723 CBA.write<uint32_t>(*Section.Header->MaskWords, ELFT::TargetEndianness); in writeSectionContent()
DELFYAML.cpp1560 IO.mapOptional("MaskWords", E.MaskWords); in mapping()