Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp930 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
935 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()
1018 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1044 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1273 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()
1288 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1298 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()
1303 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()
1313 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1322 ValueTypeActions.setTypeAction(MVT::f80, TypeSoftenFloat); in computeRegisterProperties()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1086 LegalizeTypeAction ValueTypeActions[MVT::VALUETYPE_SIZE]; variable
1090 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()
1095 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()
1099 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()
1104 return ValueTypeActions; in getValueTypeActions()
1131 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
3616 ValueTypeActionImpl ValueTypeActions; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h59 TargetLowering::ValueTypeActionImpl ValueTypeActions;
170 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()