Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1012 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
1373 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1398 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1407 ValueTypeActions.setTypeAction(MVT::f80, TypeSoftenFloat); in computeRegisterProperties()
1416 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1425 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
1520 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
1547 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties()
1549 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties()
1551 ValueTypeActions.setTypeAction(VT, EC.isScalable() in computeRegisterProperties()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1040 LegalizeTypeAction ValueTypeActions[MVT::VALUETYPE_SIZE]; variable
1044 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()
1049 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()
1053 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()
1058 return ValueTypeActions; in getValueTypeActions()
1085 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
3493 ValueTypeActionImpl ValueTypeActions; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h58 TargetLowering::ValueTypeActionImpl ValueTypeActions;
169 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()