Searched refs:ValueTypeActions (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 350 uint8_t ValueTypeActions[MVT::LAST_VALUETYPE]; variable 354 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), 0); in ValueTypeActionImpl() 358 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy]; in getTypeAction() 363 ValueTypeActions[I] = Action; in setTypeAction() 368 return ValueTypeActions; in getValueTypeActions() 379 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 1625 ValueTypeActionImpl ValueTypeActions; variable 1635 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 1639 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) in getTypeConversion() 1719 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() [all …]
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1031 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties() 1046 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 1055 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 1064 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties() 1073 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 1083 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger); in computeRegisterProperties() 1088 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties() 1117 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties() 1134 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties() 1156 ValueTypeActions.setTypeAction(VT, TypeScalarizeVector); in computeRegisterProperties() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 63 TargetLowering::ValueTypeActionImpl ValueTypeActions; 124 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()
|