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.cpp1029 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
1034 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()
1117 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1143 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1372 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()
1387 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1397 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()
1402 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()
1412 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1421 ValueTypeActions.setTypeAction(MVT::f80, TypeSoftenFloat); in computeRegisterProperties()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1116 LegalizeTypeAction ValueTypeActions[MVT::VALUETYPE_SIZE]; variable
1119 ValueTypeActionImpl() { llvm::fill(ValueTypeActions, TypeLegal); } in ValueTypeActionImpl()
1122 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()
1126 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()
1131 return ValueTypeActions; in getValueTypeActions()
1158 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
3766 ValueTypeActionImpl ValueTypeActions; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h59 TargetLowering::ValueTypeActionImpl ValueTypeActions;
170 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()