Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp966 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
1328 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1353 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1362 ValueTypeActions.setTypeAction(MVT::f80, TypeSoftenFloat); in computeRegisterProperties()
1371 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1380 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
1475 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
1502 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties()
1504 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties()
1506 ValueTypeActions.setTypeAction(VT, EC.isScalable() in computeRegisterProperties()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h945 LegalizeTypeAction ValueTypeActions[MVT::VALUETYPE_SIZE]; variable
949 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()
954 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()
958 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()
963 return ValueTypeActions; in getValueTypeActions()
990 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
3352 ValueTypeActionImpl ValueTypeActions; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h58 TargetLowering::ValueTypeActionImpl ValueTypeActions;
169 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()