HomeSort by relevance Sort by last modified time
    Searched refs:IsRounded (Results 1 - 9 of 9) sorted by null

  /art/compiler/optimizing/
nodes_vector_test.cc 340 EXPECT_TRUE(v0->IsRounded());
341 EXPECT_TRUE(!v1->IsRounded());
342 EXPECT_TRUE(v2->IsRounded());
343 EXPECT_TRUE(!v3->IsRounded());
344 EXPECT_TRUE(v4->IsRounded());
345 EXPECT_TRUE(!v5->IsRounded());
346 EXPECT_TRUE(v6->IsRounded());
347 EXPECT_TRUE(!v7->IsRounded());
348 EXPECT_TRUE(v8->IsRounded());
349 EXPECT_TRUE(!v9->IsRounded());
    [all...]
code_generator_vector_arm_vixl.cc 312 instruction->IsRounded()
318 instruction->IsRounded()
324 instruction->IsRounded()
330 instruction->IsRounded()
    [all...]
nodes_vector.h 556 bool IsRounded() const { return GetPackedFlag<kFieldHAddIsRounded>(); }
563 return HVecOperation::InstructionDataEquals(o) && IsRounded() == o->IsRounded();
    [all...]
code_generator_vector_arm64.cc 451 instruction->IsRounded()
457 instruction->IsRounded()
463 instruction->IsRounded()
469 instruction->IsRounded()
    [all...]
code_generator_vector_mips.cc 454 instruction->IsRounded()
460 instruction->IsRounded()
466 instruction->IsRounded()
472 instruction->IsRounded()
    [all...]
code_generator_vector_mips64.cc 453 instruction->IsRounded()
459 instruction->IsRounded()
465 instruction->IsRounded()
471 instruction->IsRounded()
    [all...]
graph_visualizer.cc 540 StartAttributeStream("rounded") << std::boolalpha << hadd->IsRounded() << std::noboolalpha;
    [all...]
code_generator_vector_x86.cc 501 DCHECK(instruction->IsRounded());
    [all...]
code_generator_vector_x86_64.cc 484 DCHECK(instruction->IsRounded());
    [all...]

Completed in 121 milliseconds