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

1 2

  /art/compiler/optimizing/
instruction_simplifier_shared.h 30 Primitive::Type input_type = conversion->GetInputType(); local
32 return Primitive::IsIntegralType(result_type) && Primitive::IsIntegralType(input_type) &&
33 (result_type != input_type);
nodes_shared.cc 40 Primitive::Type input_type = instruction->AsTypeConversion()->GetInputType(); local
42 int input_size = Primitive::ComponentSize(input_type);
44 if (result_type == Primitive::kPrimInt && input_type == Primitive::kPrimLong) {
52 (input_type == Primitive::kPrimChar && input_size < result_size)) {
instruction_simplifier_arm.cc 220 Primitive::Type input_type = instruction->GetInputType(); local
222 if (input_type == result_type) {
227 if (Primitive::IsIntegralType(result_type) && Primitive::IsIntegralType(input_type)) {
instruction_simplifier_arm64.cc 189 Primitive::Type input_type = instruction->GetInputType(); local
191 if (input_type == result_type) {
196 if (Primitive::IsIntegralType(result_type) && Primitive::IsIntegralType(input_type)) {
common_arm64.h 145 Primitive::Type input_type = input->GetType(); local
147 return (Primitive::ComponentSize(input_type) >= vixl::aarch64::kXRegSizeInBytes)
scheduler_arm.cc 721 Primitive::Type input_type = instr->GetInputType(); local
731 switch (input_type) {
747 switch (input_type) {
770 switch (input_type) {
793 switch (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 937 Primitive::Type input_type = instruction->InputAt(0)->GetType(); local
1032 Primitive::Type input_type = instruction->GetInputType(); local
    [all...]
nodes_vector.h 226 Primitive::Type input_type = input->AsVecOperation()->GetPackedType(); local
227 switch (input_type) {
237 return type == input_type;
instruction_simplifier.cc 882 Primitive::Type input_type = input->GetType(); local
    [all...]
code_generator_x86_64.cc 2528 Primitive::Type input_type = conversion->GetInputType(); local
2727 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_arm_vixl.cc 3864 Primitive::Type input_type = conversion->GetInputType(); local
4084 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_mips.cc 8287 Primitive::Type input_type = conversion->GetInputType(); local
8336 Primitive::Type input_type = conversion->GetInputType(); local
    [all...]
code_generator_x86.cc 2406 Primitive::Type input_type = conversion->GetInputType(); local
2627 Primitive::Type input_type = conversion->GetInputType(); local
    [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/brotli/research/
find_opt_references.cc 37 typedef uint8_t input_type; typedef
43 void ReadInput(FILE* fin, input_type* storage, size_t input_size) {
54 void BuildLCP(input_type* storage, sarray_type* sarray, lcp_type* lcp,
212 input_type* storage = new input_type[input_size];
  /external/v8/src/compiler/
machine-graph-verifier.cc 710 MachineRepresentation const input_type = local
714 if (!IsCompatible(expected_input_type, input_type)) {
typed-optimization.cc 119 Type* const input_type = NodeProperties::GetType(input); local
120 if (!input_type->Maybe(Type::SignedSmall())) {
155 Type* const input_type = NodeProperties::GetType(input); local
156 if (input_type->Is(Type::String())) {
193 Type* const input_type = NodeProperties::GetType(input); local
194 if (input_type->Is(type_cache_.kIntegerOrMinusZeroOrNaN)) {
197 if (input_type->Is(Type::PlainNumber()) &&
227 Type* const input_type = NodeProperties::GetType(input); local
228 if (input_type->Is(type_cache_.kIntegerOrMinusZeroOrNaN)) {
236 Type* const input_type = NodeProperties::GetType(input) local
    [all...]
escape-analysis.cc 453 Type* input_type = NodeProperties::GetType(input); local
454 phi_type = Type::Union(phi_type, input_type, graph->zone());
1458 Type* input_type = NodeProperties::GetType(input); local
    [all...]
js-builtin-reducer.cc 2175 Type* input_type = NodeProperties::GetType(input); local
2182 Type* input_type = NodeProperties::GetType(input); local
    [all...]
js-typed-lowering.cc 1049 Type* const input_type = NodeProperties::GetType(input); local
1095 Type* const input_type = NodeProperties::GetType(input); local
1106 Type* const input_type = NodeProperties::GetType(input); local
1117 Type* input_type = NodeProperties::GetType(input); local
1141 Type* input_type = NodeProperties::GetType(input); local
1180 Type* const input_type = NodeProperties::GetType(input); local
1197 Type* input_type = NodeProperties::GetType(input); local
    [all...]
simplified-lowering.cc 949 Type* const input_type = TypeOf(node->InputAt(0)); local
1048 Type* input_type = TypeOf(input); local
2174 Type* const input_type = TypeOf(node->InputAt(0)); local
2205 Type* const input_type = TypeOf(node->InputAt(0)); local
    [all...]
  /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 5048 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
    [all...]

Completed in 967 milliseconds

1 2