Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp936 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
941 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()
1024 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1050 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1283 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()
1298 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1308 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()
1313 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()
1323 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1332 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h898 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; variable
902 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()
907 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()
911 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()
916 return ValueTypeActions; in getValueTypeActions()
927 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
2990 ValueTypeActionImpl ValueTypeActions; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h59 TargetLowering::ValueTypeActionImpl ValueTypeActions;
170 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()