Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Target/
HDTargetLowering.h294 uint8_t ValueTypeActions[MVT::LAST_VALUETYPE]; variable
298 std::fill(ValueTypeActions, array_endof(ValueTypeActions), 0); in ValueTypeActionImpl()
302 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy]; in getTypeAction()
307 ValueTypeActions[I] = Action; in setTypeAction()
312 return ValueTypeActions; in getValueTypeActions()
323 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
1469 ValueTypeActionImpl ValueTypeActions; variable
1479 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
1483 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) in getTypeConversion()
1563 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
[all …]
/trueos/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp951 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()
966 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
975 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()
984 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
993 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1003 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger); in computeRegisterProperties()
1008 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
1036 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1053 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
1074 ValueTypeActions.setTypeAction(VT, in computeRegisterProperties()
[all …]
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypes.h64 TargetLowering::ValueTypeActionImpl ValueTypeActions;
125 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()