case InstructionSet_Crc32:
return InstructionSet_Crc32_Arm64;
default:
- unreached();
+ return InstructionSet_NONE;
}
}
default:
{
- unreached();
+ return false;
}
}
}
//
GenTree* Compiler::impNonConstFallback(NamedIntrinsic intrinsic, var_types simdType, var_types baseType)
{
- unreached();
+ return nullptr;
}
//------------------------------------------------------------------------
default:
{
- unreached();
- break;
+ return nullptr;
}
}
case InstructionSet_POPCNT:
return InstructionSet_POPCNT_X64;
default:
- unreached();
+ return InstructionSet_NONE;
}
}
default:
{
- unreached();
+ return false;
}
}
}
}
default:
- unreached();
+ return nullptr;
}
}
case InstructionSet_POPCNT_X64:
return impPOPCNTIntrinsic(intrinsic, method, sig, mustExpand);
default:
- unreached();
+ return nullptr;
}
}
break;
default:
- unreached();
- break;
+ return nullptr;
}
ssize_t imm8 = indexOp->AsIntCon()->IconValue();
}
default:
- unreached();
- break;
+ return nullptr;
}
if (simdSize == 32)
break;
default:
- unreached();
+ return nullptr;
}
return gtNewSimdHWIntrinsicNode(retType, vectorOp, resIntrinsic, baseType, 16);
break;
default:
- unreached();
+ return nullptr;
}
break;
default:
{
- unreached();
- break;
+ return nullptr;
}
}
}
default:
- unreached();
+ return nullptr;
}
}