Searched refs:RegisterTypeForVT (Results 1 – 2 of 2) sorted by relevance
1051 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()1066 RegisterTypeForVT[ExpandedReg] = (MVT::SimpleValueType)LargestIntReg; in computeRegisterProperties()1081 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()1090 RegisterTypeForVT[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()1099 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()1108 RegisterTypeForVT[MVT::f64] = RegisterTypeForVT[MVT::i64]; in computeRegisterProperties()1118 RegisterTypeForVT[MVT::f32] = RegisterTypeForVT[MVT::f64]; in computeRegisterProperties()1123 RegisterTypeForVT[MVT::f32] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()1131 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::i16]; in computeRegisterProperties()1159 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()[all …]
720 assert((unsigned)VT.SimpleTy < array_lengthof(RegisterTypeForVT)); in getRegisterType()721 return RegisterTypeForVT[VT.SimpleTy]; in getRegisterType()728 array_lengthof(RegisterTypeForVT)); in getRegisterType()729 return RegisterTypeForVT[VT.getSimpleVT().SimpleTy]; in getRegisterType()1729 MVT RegisterTypeForVT[MVT::LAST_VALUETYPE]; variable