Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp962 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
1324 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1349 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1358 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1367 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
1440 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
1452 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
1479 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties()
1481 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties()
1483 ValueTypeActions.setTypeAction(VT, EC.isScalable() in computeRegisterProperties()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h903 LegalizeTypeAction ValueTypeActions[MVT::VALUETYPE_SIZE]; variable
907 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()
912 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()
916 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()
921 return ValueTypeActions; in getValueTypeActions()
932 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
3010 ValueTypeActionImpl ValueTypeActions; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h59 TargetLowering::ValueTypeActionImpl ValueTypeActions;
170 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()