Home
last modified time | relevance | path

Searched refs:ExpandedReg (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1297 for (unsigned ExpandedReg = LargestIntReg + 1; in computeRegisterProperties() local
1298 ExpandedReg <= MVT::LAST_INTEGER_VALUETYPE; ++ExpandedReg) { in computeRegisterProperties()
1299 NumRegistersForVT[ExpandedReg] = 2*NumRegistersForVT[ExpandedReg-1]; in computeRegisterProperties()
1300 RegisterTypeForVT[ExpandedReg] = (MVT::SimpleValueType)LargestIntReg; in computeRegisterProperties()
1301 TransformToType[ExpandedReg] = (MVT::SimpleValueType)(ExpandedReg - 1); in computeRegisterProperties()
1302 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()