Home | History | Annotate | Download | only in optimizing

Lines Matching defs:input_type

1421   Primitive::Type input_type = conversion->GetInputType();
1422 DCHECK_NE(result_type, input_type);
1427 ((input_type == Primitive::kPrimFloat || input_type == Primitive::kPrimDouble)
1439 switch (input_type) {
1453 LOG(FATAL) << "Unexpected type conversion from " << input_type
1459 switch (input_type) {
1471 LOG(FATAL) << "Unexpected type conversion from " << input_type
1477 switch (input_type) {
1499 LOG(FATAL) << "Unexpected type conversion from " << input_type
1505 switch (input_type) {
1530 LOG(FATAL) << "Unexpected type conversion from " << input_type
1536 switch (input_type) {
1548 LOG(FATAL) << "Unexpected type conversion from " << input_type
1554 switch (input_type) {
1579 LOG(FATAL) << "Unexpected type conversion from " << input_type
1585 switch (input_type) {
1610 LOG(FATAL) << "Unexpected type conversion from " << input_type
1616 LOG(FATAL) << "Unexpected type conversion from " << input_type
1626 Primitive::Type input_type = conversion->GetInputType();
1627 DCHECK_NE(result_type, input_type);
1630 switch (input_type) {
1647 LOG(FATAL) << "Unexpected type conversion from " << input_type
1653 switch (input_type) {
1672 LOG(FATAL) << "Unexpected type conversion from " << input_type
1678 switch (input_type) {
1744 LOG(FATAL) << "Unexpected type conversion from " << input_type
1750 switch (input_type) {
1777 LOG(FATAL) << "Unexpected type conversion from " << input_type
1783 switch (input_type) {
1802 LOG(FATAL) << "Unexpected type conversion from " << input_type
1808 switch (input_type) {
1855 LOG(FATAL) << "Unexpected type conversion from " << input_type
1861 switch (input_type) {
1908 LOG(FATAL) << "Unexpected type conversion from " << input_type
1914 LOG(FATAL) << "Unexpected type conversion from " << input_type