Home
last modified time | relevance | path

Searched refs:CanBeMoved (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dnodes_vector_test.cc189 EXPECT_FALSE(v0->CanBeMoved()); in TEST_F()
190 EXPECT_FALSE(v1->CanBeMoved()); in TEST_F()
191 EXPECT_FALSE(v2->CanBeMoved()); in TEST_F()
192 EXPECT_FALSE(v3->CanBeMoved()); in TEST_F()
193 EXPECT_FALSE(v4->CanBeMoved()); in TEST_F()
222 EXPECT_TRUE(v0->CanBeMoved()); in TEST_F()
223 EXPECT_TRUE(v1->CanBeMoved()); in TEST_F()
224 EXPECT_TRUE(v2->CanBeMoved()); in TEST_F()
270 EXPECT_FALSE(v0->CanBeMoved()); in TEST_F()
271 EXPECT_FALSE(v1->CanBeMoved()); in TEST_F()
[all …]
Dnodes_vector.h120 bool CanBeMoved() const override { return false; } in CanBeMoved() function
332 bool CanBeMoved() const override { return false; } in CanBeMoved() function
364 bool CanBeMoved() const override { return false; } in CanBeMoved() function
396 bool CanBeMoved() const override { return true; } in CanBeMoved() function
430 bool CanBeMoved() const override { return true; } in CanBeMoved() function
451 bool CanBeMoved() const override { return true; } in CanBeMoved() function
473 bool CanBeMoved() const override { return true; } in CanBeMoved() function
495 bool CanBeMoved() const override { return true; } in CanBeMoved() function
522 bool CanBeMoved() const override { return true; } in CanBeMoved() function
547 bool CanBeMoved() const override { return true; } in CanBeMoved() function
[all …]
Dnodes_shared.h48 bool CanBeMoved() const override { return true; } in CanBeMoved() function
162 bool CanBeMoved() const override { return true; } in CanBeMoved() function
216 bool CanBeMoved() const override { return true; } in CanBeMoved() function
Dlicm.cc134 if (instruction->CanBeMoved() && InputsAreDefinedBeforeLoop(instruction)) { in Run()
Dselect_generator.cc48 } else if (instruction->CanBeMoved() && in IsSimpleBlock()
Dnodes_x86.h33 bool CanBeMoved() const override { return true; } in CanBeMoved() function
Dnodes.h2360 virtual bool CanBeMoved() const { return false; } in CanBeMoved() function
2923 bool CanBeMoved() const override { return true; } in CanBeMoved() function
3310 bool CanBeMoved() const override { return GetPackedFlag<kFieldCanBeMoved>(); } in CanBeMoved() function
3313 return (other->CanBeMoved() == CanBeMoved()) && (other->AsDeoptimize()->GetKind() == GetKind()); in InstructionDataEquals()
3376 bool CanBeMoved() const override { return false; } in CanBeMoved() function
3420 bool CanBeMoved() const override { return true; } in CanBeMoved() function
3500 bool CanBeMoved() const override { return true; } in CanBeMoved() function
3576 bool CanBeMoved() const override { return true; } in CanBeMoved() function
4353 bool CanBeMoved() const override { return IsIntrinsic() && !DoesAnyWrite(); } in CanBeMoved() function
5272 bool CanBeMoved() const override { return true; } in CanBeMoved() function
[all …]
Dcode_sinking.cc116 instruction->CanBeMoved()) { in IsInterestingInstruction()
Dgvn.cc482 if (current->CanBeMoved() || current->IsBoundType()) { in VisitBasicBlock()
Dnodes.cc1755 DCHECK(CanBeMoved() || in MoveBefore()