Searched refs:RegisterTypeForVT (Results 1 – 2 of 2) sorted by relevance
1149 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()1164 RegisterTypeForVT[ExpandedReg] = (MVT::SimpleValueType)LargestIntReg; in computeRegisterProperties()1179 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()1189 RegisterTypeForVT[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()1194 RegisterTypeForVT[MVT::ppcf128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()1204 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()1213 RegisterTypeForVT[MVT::f64] = RegisterTypeForVT[MVT::i64]; in computeRegisterProperties()1222 RegisterTypeForVT[MVT::f32] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()1232 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::f32]; in computeRegisterProperties()1265 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()[all …]
1278 assert((unsigned)VT.SimpleTy < array_lengthof(RegisterTypeForVT)); in getRegisterType()1279 return RegisterTypeForVT[VT.SimpleTy]; in getRegisterType()1286 array_lengthof(RegisterTypeForVT)); in getRegisterType()1287 return RegisterTypeForVT[VT.getSimpleVT().SimpleTy]; in getRegisterType()2728 MVT RegisterTypeForVT[MVT::LAST_VALUETYPE]; variable