Home
last modified time | relevance | path

Searched refs:CanBeMoved (Results 1 – 11 of 11) 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_mips.h33 bool CanBeMoved() const override { return true; } in CanBeMoved() function
105 bool CanBeMoved() const override { return true; } in CanBeMoved() function
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.h2344 virtual bool CanBeMoved() const { return false; } in CanBeMoved() function
2907 bool CanBeMoved() const override { return true; } in CanBeMoved() function
3294 bool CanBeMoved() const override { return GetPackedFlag<kFieldCanBeMoved>(); } in CanBeMoved() function
3297 return (other->CanBeMoved() == CanBeMoved()) && (other->AsDeoptimize()->GetKind() == GetKind()); in InstructionDataEquals()
3360 bool CanBeMoved() const override { return false; } in CanBeMoved() function
3404 bool CanBeMoved() const override { return true; } in CanBeMoved() function
3484 bool CanBeMoved() const override { return true; } in CanBeMoved() function
3560 bool CanBeMoved() const override { return true; } in CanBeMoved() function
4337 bool CanBeMoved() const override { return IsIntrinsic() && !DoesAnyWrite(); } in CanBeMoved() function
5247 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()