Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp955 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
1317 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1342 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1351 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1360 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
1388 ValueTypeActions.setTypeAction(MVT::bf16, TypePromoteFloat); in computeRegisterProperties()
1455 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
1482 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties()
1484 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties()
1486 ValueTypeActions.setTypeAction(VT, EC.isScalable() in computeRegisterProperties()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h946 LegalizeTypeAction ValueTypeActions[MVT::VALUETYPE_SIZE]; variable
950 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()
955 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()
959 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()
964 return ValueTypeActions; in getValueTypeActions()
975 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
3255 ValueTypeActionImpl ValueTypeActions; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h58 TargetLowering::ValueTypeActionImpl ValueTypeActions;
169 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()