Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h88 void Union(const BitSet &bitset) in Union() argument
91 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() argument
103 data_.inlineWord_ |= bitset.data_.inlineWord_; in UnionWithChanged()
109 data_.words_[i] |= bitset.data_.words_[i]; in UnionWithChanged()
/arkcompiler/ets_runtime/ecmascript/mem/
Dremembered_set.h92 GCBitset *bitset = rset->GCBitsetData(); in Merge() local
93 GCBitsetData()->Merge(bitset, size_); in Merge()
Dgc_bitset.h158 void Merge(GCBitset *bitset, size_t bitSize) in Merge() argument
163 words[i] |= bitset->Words()[i]; in Merge()
/arkcompiler/runtime_core/compiler/
Dcompiler_logger.cpp19 std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> CompilerLogger::components(0);
Dcompiler_logger.h63 static std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> components;
Dcompiler_options.h138 std::bitset<CPU_FEATURES_NUM> features_;
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md48 …lue is set in bitset. Else, if it is affine neighbor presence of bias is checked. Respective color…
49bitset), 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…
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h250 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()
Dlogger.h56 using ComponentMask = std::bitset<Component::LAST>;
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h72 mutable std::bitset<MARKERS_NUM> spaces_ {};
Dinst.h2503 std::bitset<BITS_PER_UINT32> roots_regs_mask_ {0};
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp108 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()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h253 std::bitset<MAX_COLORS> nbr_colors; in AssignColors()
254 std::bitset<MAX_COLORS> nbr_bias_colors; in AssignColors()
/arkcompiler/runtime_core/libpandabase/tests/
Dregmask_test.cpp22 using BitsetType = std::bitset<RegMask::Size()>;
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.h315 V(Constant, (GateRef gate, std::bitset<64> value)) \
Dllvm_ir_builder.cpp1148 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()
/arkcompiler/ets_frontend/es2panda/
DCMakeLists.txt291 util/bitset.cpp
DBUILD.gn250 "util/bitset.cpp",