HomeSort by relevance Sort by last modified time
    Searched defs:input_type (Results 1 - 25 of 30) 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 4705 Primitive::Type input_type = conversion->GetInputType(); local
4754 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_mips64.cc 3835 Primitive::Type input_type = conversion->GetInputType(); local
3862 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_arm.cc 1988 Primitive::Type input_type = conversion->GetInputType(); local
2210 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_x86.cc 2160 Primitive::Type input_type = conversion->GetInputType(); local
2381 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_x86_64.cc 2330 Primitive::Type input_type = conversion->GetInputType(); local
2529 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
  /external/v8/src/compiler/
common-operator-reducer.cc 368 Type* const input_type = NodeProperties::GetTypeOrAny(input); local
370 if (input_type->Is(guard_type)) return Replace(input);
js-typed-lowering.cc 731 Type* const input_type = NodeProperties::GetType(input); local
733 if (input_type->Is(Type::Boolean())) {
737 } else if (input_type->Is(Type::OrderedNumber())) {
745 } else if (input_type->Is(Type::String())) {
784 Type* input_type = NodeProperties::GetType(input); local
785 if (input_type->Is(Type::Number())) {
789 if (input_type->Is(Type::Undefined())) {
793 if (input_type->Is(Type::Null())) {
797 if (input_type->Is(Type::Boolean())) {
814 Type* const input_type = NodeProperties::GetType(input) local
843 Type* input_type = NodeProperties::GetType(input); local
    [all...]
typer.cc 613 Type* input_type = Operand(node, 0); local
615 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 3546 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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 5571 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
5607 input_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), input_type); local
    [all...]

Completed in 823 milliseconds

1 2