Searched refs:RegisterTypeForVT (Results 1 – 2 of 2) sorted by relevance
1355 RegisterTypeForVT[i] = TransformToType[i] = (MVT::SimpleValueType)i; in computeRegisterProperties()1370 RegisterTypeForVT[ExpandedReg] = (MVT::SimpleValueType)LargestIntReg; in computeRegisterProperties()1385 RegisterTypeForVT[IntReg] = TransformToType[IntReg] = in computeRegisterProperties()1395 RegisterTypeForVT[MVT::ppcf128] = MVT::f64; in computeRegisterProperties()1400 RegisterTypeForVT[MVT::ppcf128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()1410 RegisterTypeForVT[MVT::f128] = RegisterTypeForVT[MVT::i128]; in computeRegisterProperties()1419 RegisterTypeForVT[MVT::f80] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()1428 RegisterTypeForVT[MVT::f64] = RegisterTypeForVT[MVT::i64]; in computeRegisterProperties()1437 RegisterTypeForVT[MVT::f32] = RegisterTypeForVT[MVT::i32]; in computeRegisterProperties()1452 RegisterTypeForVT[MVT::f16] = RegisterTypeForVT[MVT::i16]; in computeRegisterProperties()[all …]
1765 assert((unsigned)VT.SimpleTy < std::size(RegisterTypeForVT)); in getRegisterType()1766 return RegisterTypeForVT[VT.SimpleTy]; in getRegisterType()3700 MVT RegisterTypeForVT[MVT::VALUETYPE_SIZE]; variable