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

  /art/compiler/optimizing/
scheduler_arm64.cc 24 last_visited_latency_ = Primitive::IsFloatingPointType(instr->GetResultType())
126 last_visited_latency_ = Primitive::IsFloatingPointType(instr->GetResultType())
146 if (Primitive::IsFloatingPointType(instruction->GetResultType())) {
187 if (Primitive::IsFloatingPointType(instr->GetResultType()) ||
188 Primitive::IsFloatingPointType(instr->GetInputType())) {
pc_relative_fixups_x86.cc 66 if ((value != nullptr && Primitive::IsFloatingPointType(value->GetType()))) {
103 if (rhs != nullptr && Primitive::IsFloatingPointType(rhs->GetType())) {
133 if (Primitive::IsFloatingPointType(neg->GetType())) {
226 if (input != nullptr && Primitive::IsFloatingPointType(input->GetType())) {
nodes_x86.h 69 DCHECK(Primitive::IsFloatingPointType(result_type));
ssa_builder.h 72 DCHECK(!Primitive::IsFloatingPointType(type));
common_arm64.h 77 DCHECK(type != Primitive::kPrimVoid && !Primitive::IsFloatingPointType(type)) << type;
111 DCHECK(Primitive::IsFloatingPointType(type)) << type;
125 return Primitive::IsFloatingPointType(type)
131 return Primitive::IsFloatingPointType(instr->GetType())
137 return Primitive::IsFloatingPointType(instr->InputAt(index)->GetType())
ssa_builder.cc 144 DCHECK(Primitive::IsFloatingPointType(input_type) || input_type == Primitive::kPrimNot);
149 DCHECK(Primitive::IsFloatingPointType(common_type) || common_type == Primitive::kPrimNot);
178 DCHECK(common_type == Primitive::kPrimNot || Primitive::IsFloatingPointType(common_type));
340 DCHECK(Primitive::IsFloatingPointType(array_type));
372 if (Primitive::IsFloatingPointType(array_type)) {
373 if (!Primitive::IsFloatingPointType(value_type)) {
code_generator_mips64.cc 76 if (Primitive::IsFloatingPointType(type) &&
81 } else if (!Primitive::IsFloatingPointType(type) &&
    [all...]
code_generator_arm64.cc     [all...]
common_arm.h 80 DCHECK(type != Primitive::kPrimVoid && !Primitive::IsFloatingPointType(type)) << type;
constant_folding.cc 234 if (Primitive::IsFloatingPointType(input_value->GetType()) &&
dead_code_elimination.cc 121 if (left == right && !Primitive::IsFloatingPointType(left->GetType())) {
instruction_simplifier.cc 715 !Primitive::IsFloatingPointType(input->InputAt(0)->GetType())) {
    [all...]
code_generator.cc 408 if (Primitive::IsFloatingPointType(field_type)) {
421 if (Primitive::IsFloatingPointType(field_type)) {
449 if (!is_get && Primitive::IsFloatingPointType(field_type)) {
503 if (is_get && Primitive::IsFloatingPointType(field_type)) {
    [all...]
code_generator_mips.cc     [all...]
nodes.h     [all...]
intrinsics_arm64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86_64.cc     [all...]
register_allocator_graph_color.cc 544 return !Primitive::IsFloatingPointType(interval->GetType());
    [all...]
instruction_builder.cc 392 if (Primitive::IsFloatingPointType(type)) {
    [all...]
nodes.cc     [all...]
  /art/runtime/
primitive.h 144 static bool IsFloatingPointType(Type type) {

Completed in 323 milliseconds