Searched refs:bitset (Results 1 – 18 of 18) sorted by relevance
88 void Union(const BitSet &bitset) in Union() argument91 data_.inlineWord_ |= bitset.data_.inlineWord_; in Union()94 data_.words_[i] |= bitset.data_.words_[i]; in Union()99 bool UnionWithChanged(const BitSet &bitset) in UnionWithChanged() argument103 data_.inlineWord_ |= bitset.data_.inlineWord_; in UnionWithChanged()109 data_.words_[i] |= bitset.data_.words_[i]; in UnionWithChanged()
92 GCBitset *bitset = rset->GCBitsetData(); in Merge() local93 GCBitsetData()->Merge(bitset, size_); in Merge()
158 void Merge(GCBitset *bitset, size_t bitSize) in Merge() argument163 words[i] |= bitset->Words()[i]; in Merge()
19 std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> CompilerLogger::components(0);
63 static std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> components;
138 std::bitset<CPU_FEATURES_NUM> features_;
48 …lue is set in bitset. Else, if it is affine neighbor presence of bias is checked. Respective color…49 …bitset), this color is set for node. Else the new color will be allocated: bias bitset is OR-combi…50 …usy bitset is scanned in loop for first not-set bit. On second phase search continues from found p…
250 return std::bitset<BIT_SIZE>(value).count(); in BitCount()256 return std::bitset<BIT_SIZE>(value).count(); in BitCount()262 return std::bitset<BIT_SIZE>(value).count(); in BitCount()
56 using ComponentMask = std::bitset<Component::LAST>;
72 mutable std::bitset<MARKERS_NUM> spaces_ {};
2503 std::bitset<BITS_PER_UINT32> roots_regs_mask_ {0};
108 std::bitset<32> reg_roots(0); in TEST_F()149 std::bitset<vregs.size()> mask(0); in TEST_F()176 std::bitset<32> reg_roots(0); in TEST_F()
253 std::bitset<MAX_COLORS> nbr_colors; in AssignColors()254 std::bitset<MAX_COLORS> nbr_bias_colors; in AssignColors()
22 using BitsetType = std::bitset<RegMask::Size()>;
315 V(Constant, (GateRef gate, std::bitset<64> value)) \
1148 std::bitset<64> value = acc_.GetConstantValue(gate); // 64: bit width in HandleConstant()1152 void LLVMIRBuilder::VisitConstant(GateRef gate, std::bitset<64> value) // 64: bit width in VisitConstant()
291 util/bitset.cpp
250 "util/bitset.cpp",