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

  /art/compiler/optimizing/
nodes_arm64.cc 40 Primitive::Type input_type = instruction->AsTypeConversion()->GetInputType();
instruction_simplifier_arm64.cc 231 Primitive::Type input_type = instruction->GetInputType();
common_arm64.h 297 Primitive::Type input_type = conversion->GetInputType();
induction_var_analysis.cc 231 instruction->AsTypeConversion()->GetInputType(),
557 Primitive::Type from = conversion->GetInputType();
    [all...]
graph_checker.cc     [all...]
induction_var_range.cc 369 if (instruction->AsTypeConversion()->GetInputType() == Primitive::kPrimInt &&
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
nodes.h     [all...]
  /external/v8/src/compiler/
linkage.h 241 MachineType GetInputType(size_t index) const {
344 return incoming_->GetInputType(index + 1); // + 1 to skip target.
instruction-selector.cc 568 buffer->descriptor->GetInputType(0).representation()));
623 buffer->descriptor->GetInputType(index).representation());
629 PushParameter parameter(*iter, buffer->descriptor->GetInputType(index));
    [all...]
  /external/v8/src/
type-info.cc 220 *left_type = *right_type = stub.GetInputType(zone(), map);
code-stubs.cc 571 Type* CompareNilICStub::GetInputType(Zone* zone, Handle<Map> map) {
code-stubs.h     [all...]

Completed in 257 milliseconds