Searched refs:ValueTypeActions (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 265 uint8_t ValueTypeActions[MVT::LAST_VALUETYPE]; variable 269 std::fill(ValueTypeActions, array_endof(ValueTypeActions), 0); in ValueTypeActionImpl() 273 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy]; in getTypeAction() 278 ValueTypeActions[I] = Action; in setTypeAction() 283 return ValueTypeActions; in getValueTypeActions() 294 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 1445 ValueTypeActionImpl ValueTypeActions; variable 1455 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 1459 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) in getTypeConversion() 1535 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() [all …]
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 888 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties() 903 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 912 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 921 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties() 930 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 940 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger); in computeRegisterProperties() 945 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties() 973 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties() 990 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties() 1011 ValueTypeActions.setTypeAction(VT, in computeRegisterProperties() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 64 TargetLowering::ValueTypeActionImpl ValueTypeActions; 121 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()
|