Home
last modified time | relevance | path

Searched refs:BitSet (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Common/
H A Dconstexpr-bitset.h40 constexpr BitSet(const BitSet &) = default;
41 constexpr BitSet(BitSet &&) = default;
42 constexpr BitSet &operator=(const BitSet &) = default;
43 constexpr BitSet &operator=(BitSet &&) = default;
45 constexpr BitSet &operator&=(const BitSet &that) {
49 constexpr BitSet &operator&=(BitSet &&that) {
53 constexpr BitSet &operator^=(const BitSet &that) {
57 constexpr BitSet &operator^=(BitSet &&that) {
61 constexpr BitSet &operator|=(const BitSet &that) {
65 constexpr BitSet &operator|=(BitSet &&that) {
[all …]
H A Denum-set.h35 std::conditional_t<(BITS <= 64), common::BitSet<BITS>, std::bitset<BITS>>;
186 } else if constexpr (std::is_same_v<bitsetType, common::BitSet<BITS>>) { in LeastElement()
/llvm-project-15.0.7/flang/runtime/
H A Dunit.h142 common::BitSet<64> asyncIdAvailable_;
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc340 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
341 BitSet B(it->ProcessorMask); in GetCacheSizesWindows()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7697 bool BitSet = V.isUndef() ? false : cast<ConstantSDNode>(V)->getZExtValue(); in LowerBUILD_VECTOR_i1() local
7698 if (BitSet) in LowerBUILD_VECTOR_i1()