Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1091 for (unsigned ExpandedReg = LargestIntReg + 1; in computeRegisterProperties() local
1092 ExpandedReg <= MVT::LAST_INTEGER_VALUETYPE; ++ExpandedReg) { in computeRegisterProperties()
1093 NumRegistersForVT[ExpandedReg] = 2*NumRegistersForVT[ExpandedReg-1]; in computeRegisterProperties()
1094 RegisterTypeForVT[ExpandedReg] = (MVT::SimpleValueType)LargestIntReg; in computeRegisterProperties()
1095 TransformToType[ExpandedReg] = (MVT::SimpleValueType)(ExpandedReg - 1); in computeRegisterProperties()
1096 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()