Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1026 for (unsigned ExpandedReg = LargestIntReg + 1; in computeRegisterProperties() local
1027 ExpandedReg <= MVT::LAST_INTEGER_VALUETYPE; ++ExpandedReg) { in computeRegisterProperties()
1028 NumRegistersForVT[ExpandedReg] = 2*NumRegistersForVT[ExpandedReg-1]; in computeRegisterProperties()
1029 RegisterTypeForVT[ExpandedReg] = (MVT::SimpleValueType)LargestIntReg; in computeRegisterProperties()
1030 TransformToType[ExpandedReg] = (MVT::SimpleValueType)(ExpandedReg - 1); in computeRegisterProperties()
1031 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()