Searched refs:Intersects (Results 1 – 6 of 6) sorted by relevance
25 #define LOAD_STORE_CHECK_REG_DEP(mask, check) (mask.Intersects(*check->u.m.def_mask))28 #define CHECK_REG_DEP(use, def, check) (def.Intersects(*check->u.m.use_mask)) || \29 (use.Union(def).Intersects(*check->u.m.def_mask))182 if (!this_mem_mask.Intersects(kEncodeLiteral.Union(kEncodeDalvikReg)) && in ApplyLoadStoreElimination()183 (!this_mem_mask.Intersects(kEncodeLiteral.Union(kEncodeHeapRef)))) { in ApplyLoadStoreElimination()188 if (this_lir->u.m.def_mask->Intersects(*this_lir->u.m.use_mask)) { in ApplyLoadStoreElimination()197 if (uses_pc.Intersects(this_lir->u.m.use_mask->Union(*this_lir->u.m.def_mask))) { in ApplyLoadStoreElimination()204 if (!this_mem_mask.Intersects(kEncodeMem) && !this_mem_mask.Intersects(kEncodeLiteral)) { in ApplyLoadStoreElimination()215 if (uses_pc.Intersects(check_lir->u.m.use_mask->Union(*check_lir->u.m.def_mask))) { in ApplyLoadStoreElimination()252 if (!alias_mem_mask.Intersects(kEncodeMem) && alias_mem_mask.Equals(kEncodeLiteral)) { in ApplyLoadStoreElimination()[all …]
113 constexpr bool Intersects(const ResourceMask& other) const { in Intersects() function
1251 bool Mir2Lir::Intersects(RegLocation rl_src, RegLocation rl_dest) { in Intersects() function in art::Mir2Lir
1534 bool Intersects(RegLocation rl_op1, RegLocation rl_op2);
229 if ((opcode == kThumbPush) && (use_mask->Intersects(r8Mask))) { in SetupTargetResourceMasks()232 } else if ((opcode == kThumbPop) && (def_mask->Intersects(r8Mask))) { in SetupTargetResourceMasks()
892 if (Intersects(rl_src2, rl_dest)) { in GenInlinedMinMax()2002 } else if (!cu_->target64 && Intersects(rl_src, rl_dest)) { in GenLongArith()