HomeSort by relevance Sort by last modified time
    Searched defs:input_type (Results 1 - 25 of 32) sorted by null

1 2

  /art/compiler/optimizing/
nodes_arm64.cc 40 Primitive::Type input_type = instruction->AsTypeConversion()->GetInputType(); local
42 int input_size = Primitive::ComponentSize(input_type);
46 if (result_type == Primitive::kPrimInt && input_type == Primitive::kPrimLong) {
53 (input_type == Primitive::kPrimChar && input_size < result_size)) {
instruction_simplifier_arm64.cc 231 Primitive::Type input_type = instruction->GetInputType(); local
233 if (input_type == result_type) {
238 if (Primitive::IsIntegralType(result_type) && Primitive::IsIntegralType(input_type)) {
common_arm64.h 297 Primitive::Type input_type = conversion->GetInputType(); local
299 return Primitive::IsIntegralType(result_type) && Primitive::IsIntegralType(input_type) &&
300 (result_type != input_type);
ssa_builder.cc 134 Primitive::Type input_type = HPhi::ToPhiType(input->GetType()); local
135 if (common_type == input_type) {
137 } else if (Primitive::Is64BitType(common_type) != Primitive::Is64BitType(input_type)) {
144 DCHECK(Primitive::IsFloatingPointType(input_type) || input_type == Primitive::kPrimNot);
145 common_type = input_type;
146 } else if (Primitive::IsIntegralType(input_type)) {
152 DCHECK((common_type == Primitive::kPrimFloat && input_type == Primitive::kPrimNot) ||
153 (common_type == Primitive::kPrimNot && input_type == Primitive::kPrimFloat));
graph_checker.cc 924 Primitive::Type input_type = instruction->InputAt(0)->GetType(); local
1020 Primitive::Type input_type = instruction->GetInputType(); local
    [all...]
instruction_simplifier.cc 788 static bool IsTypeConversionImplicit(Primitive::Type input_type, Primitive::Type result_type) {
795 return result_type == input_type ||
796 (result_type == Primitive::kPrimInt && (input_type == Primitive::kPrimBoolean ||
797 input_type == Primitive::kPrimByte ||
798 input_type == Primitive::kPrimShort ||
799 input_type == Primitive::kPrimChar)) ||
800 (result_type == Primitive::kPrimChar && input_type == Primitive::kPrimBoolean) ||
801 (result_type == Primitive::kPrimShort && (input_type == Primitive::kPrimBoolean ||
802 input_type == Primitive::kPrimByte)) ||
803 (result_type == Primitive::kPrimByte && input_type == Primitive::kPrimBoolean)
819 Primitive::Type input_type = input->GetType(); local
    [all...]
code_generator_mips.cc 4707 Primitive::Type input_type = conversion->GetInputType(); local
4756 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_mips64.cc 3837 Primitive::Type input_type = conversion->GetInputType(); local
3864 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_arm.cc 1990 Primitive::Type input_type = conversion->GetInputType(); local
2212 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_x86.cc 2163 Primitive::Type input_type = conversion->GetInputType(); local
2384 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_x86_64.cc 2334 Primitive::Type input_type = conversion->GetInputType(); local
2533 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
  /external/v8/src/compiler/
simplified-operator-reducer.cc 170 Type* const input_type = NodeProperties::GetType(input); local
171 if (input_type->Is(type_cache_.kIntegerOrMinusZeroOrNaN)) {
205 Type* const input_type = NodeProperties::GetTypeOrAny(input); local
207 if (input_type->Is(guard_type)) return Replace(input);
js-builtin-reducer.cc 519 Type* input_type = NodeProperties::GetType(input); local
520 if (input_type->Is(Type::Number())) return input;
526 Type* input_type = NodeProperties::GetType(input); local
527 if (input_type->Is(Type::Unsigned32())) return input;
js-typed-lowering.cc 795 Type* const input_type = NodeProperties::GetType(input); local
823 Type* const input_type = NodeProperties::GetType(input); local
834 Type* input_type = NodeProperties::GetType(input); local
869 Type* input_type = NodeProperties::GetType(input); local
912 Type* const input_type = NodeProperties::GetType(input); local
930 Type* input_type = NodeProperties::GetType(input); local
    [all...]
typer.cc 707 Type* input_type = Operand(node, 0); local
709 return Type::Intersect(input_type, guard_type, zone());
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc 140 Incremental_input_type input_type = input_file.type(); local
142 switch (input_type)
146 printf("%s\n", (input_type == INCREMENTAL_INPUT_OBJECT
184 argv0, i, input_type);
gold.cc 330 Incremental_input_type input_type = input_reader->type(); local
348 input_reader->filename(), input_type);
350 if (input_type == INCREMENTAL_INPUT_SCRIPT)
359 if (input_type == INCREMENTAL_INPUT_ARCHIVE)
380 if (input_type == INCREMENTAL_INPUT_ARCHIVE_MEMBER)
401 input_type,
426 input_type,
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
  /toolchain/binutils/binutils-2.25/ld/
ldlex.h 156 } input_type; typedef in typeref:enum:input_enum
158 extern input_type parser_input;
  /external/protobuf/src/google/protobuf/
descriptor.cc 4409 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
    [all...]
descriptor.pb.h 4821 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 2838 Register input_type = x12; local
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4380 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4380 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4380 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]

Completed in 1063 milliseconds

1 2