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

  /art/compiler/optimizing/
primitive_type_propagation.cc 48 Primitive::Type input_type = phi->InputAt(i)->GetType(); local
49 new_type = MergeTypes(new_type, input_type);
ssa_builder.cc 73 Primitive::Type input_type = HPhi::ToPhiType(input->GetType()); local
81 new_type = input_type;
82 } else if (new_type == Primitive::kPrimNot && input_type == Primitive::kPrimInt) {
99 } else if (new_type == Primitive::kPrimInt && input_type == Primitive::kPrimNot) {
103 } else if (new_type != input_type) {
code_generator_arm64.cc 2645 Primitive::Type input_type = conversion->GetInputType(); local
2668 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_mips64.cc 3046 Primitive::Type input_type = conversion->GetInputType(); local
3091 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_arm.cc 1454 Primitive::Type input_type = conversion->GetInputType(); local
1671 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_x86.cc 1421 Primitive::Type input_type = conversion->GetInputType(); local
1626 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_x86_64.cc 1517 Primitive::Type input_type = conversion->GetInputType(); local
1714 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
  /external/v8/src/compiler/
js-typed-lowering.cc 208 Type* input_type = NodeProperties::GetBounds(node).upper; local
210 if (input_type->Is(type)) return node; // already in the value range.
435 Type* input_type = NodeProperties::GetBounds(input).upper; local
436 if (input_type->Is(Type::Number())) {
440 if (input_type->Is(Type::Undefined())) {
444 if (input_type->Is(Type::Null())) {
448 if (input_type->Is(Type::Boolean())) {
468 Type* input_type = NodeProperties::GetBounds(input).upper; local
469 if (input_type->Is(Type::String())) {
472 if (input_type->Is(Type::Undefined()))
496 Type* input_type = NodeProperties::GetBounds(input).upper; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 4409 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
    [all...]
descriptor.pb.h 4811 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 3569 Register input_type = x12; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 1679 cam_stream_type_t input_type; member in struct:__anon4076
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 2086 cam_stream_type_t input_type; member in struct:__anon25354
    [all...]

Completed in 352 milliseconds