Searched refs:ValueTypeActions (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 741 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 852 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion() 1111 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 1136 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties() 1145 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 1154 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties() 1164 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties() 1191 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties() 1209 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties() 1234 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 658 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; variable 662 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl() 667 return ValueTypeActions[VT.SimpleTy]; in getTypeAction() 671 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction() 676 return ValueTypeActions; in getValueTypeActions() 687 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 2623 ValueTypeActionImpl ValueTypeActions;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.h | 60 TargetLowering::ValueTypeActionImpl ValueTypeActions; 174 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 636 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()
|