HomeSort by relevance Sort by last modified time
    Searched refs:GetResultType (Results 1 - 25 of 30) sorted by null

1 2

  /art/compiler/optimizing/
instruction_simplifier_shared.h 29 Primitive::Type result_type = conversion->GetResultType();
scheduler_arm.cc 30 switch (instr->GetResultType()) {
57 switch (instr->GetResultType()) {
73 switch (instr->GetResultType()) {
101 switch (instr->GetResultType()) {
124 LOG(FATAL) << "Unexpected operation type " << instr->GetResultType();
130 Primitive::Type type = instr->GetResultType();
211 if (instruction->GetResultType() == Primitive::kPrimInt) {
500 Primitive::Type type = instruction->GetResultType();
563 Primitive::Type type = instruction->GetResultType();
720 Primitive::Type result_type = instr->GetResultType();
    [all...]
scheduler_arm64.cc 25 last_visited_latency_ = Primitive::IsFloatingPointType(instr->GetResultType())
81 Primitive::Type type = instr->GetResultType();
134 last_visited_latency_ = Primitive::IsFloatingPointType(instr->GetResultType())
154 if (Primitive::IsFloatingPointType(instruction->GetResultType())) {
195 if (Primitive::IsFloatingPointType(instr->GetResultType()) ||
nodes_shared.cc 39 Primitive::Type result_type = instruction->AsTypeConversion()->GetResultType();
instruction_simplifier_arm.cc 219 Primitive::Type result_type = instruction->GetResultType();
instruction_simplifier_arm64.cc 188 Primitive::Type result_type = instruction->GetResultType();
code_generator_arm_vixl.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
nodes_vector.h 302 DCHECK_NE(GetInputType(), GetResultType()); // actual convert
306 Primitive::Type GetResultType() const { return GetPackedType(); }
code_generator_mips.cc     [all...]
induction_var_analysis.cc 245 instruction->AsTypeConversion()->GetResultType());
727 Primitive::Type to = conversion->GetResultType();
    [all...]
graph_checker.cc     [all...]
nodes.cc     [all...]
instruction_simplifier.cc     [all...]
code_generator_vector_arm64.cc 179 Primitive::Type to = instruction->GetResultType();
    [all...]
code_generator_vector_mips.cc 145 Primitive::Type to = instruction->GetResultType();
    [all...]
code_generator_vector_mips64.cc 148 Primitive::Type to = instruction->GetResultType();
    [all...]
code_generator_vector_x86.cc 147 Primitive::Type to = instruction->GetResultType();
    [all...]
  /external/v8/src/ic/
ic-state.h 92 AstType* GetResultType() const;
ic-state.cc 207 AstType* BinaryOpICState::GetResultType() const {
  /external/v8/src/
type-info.cc 331 AstType::Union(state.GetRightType(), state.GetResultType(), zone()),
338 *result = state.GetResultType();
343 *result = AstType::Union(*result, state.GetResultType(), zone());
code-stubs-hydrogen.cc 395 AstType* result_type = state.GetResultType();
473 AstType* result_type = state.GetResultType();

Completed in 159 milliseconds

1 2