Searched refs:ValueTypeActions (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 239 uint8_t ValueTypeActions[MVT::LAST_VALUETYPE]; variable 243 std::fill(ValueTypeActions, array_endof(ValueTypeActions), 0); in ValueTypeActionImpl() 247 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy]; in getTypeAction() 252 ValueTypeActions[I] = Action; in setTypeAction() 257 return ValueTypeActions; in getValueTypeActions() 268 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 1809 ValueTypeActionImpl ValueTypeActions; variable 1820 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(VT.getSimpleVT()); in getTypeConversion() 1824 ValueTypeActions.getTypeAction(NVT.getSimpleVT()) != TypePromoteInteger) in getTypeConversion() 1895 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 730 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 733 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) && in getTypeConversion() 815 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() 841 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion() 1085 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties() 1100 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 1110 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 1115 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties() 1125 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties() 1134 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() [all …]
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 989 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 992 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) && in getTypeConversion() 1074 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() 1100 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion() 1315 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties() 1330 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 1340 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 1345 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties() 1355 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties() 1364 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 466 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; variable 470 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl() 475 return ValueTypeActions[VT.SimpleTy]; in getTypeAction() 479 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction() 484 return ValueTypeActions; in getValueTypeActions() 495 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 2047 ValueTypeActionImpl ValueTypeActions;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 643 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; variable 647 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl() 652 return ValueTypeActions[VT.SimpleTy]; in getTypeAction() 656 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction() 661 return ValueTypeActions; in getValueTypeActions() 672 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 2500 ValueTypeActionImpl ValueTypeActions;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 776 ValueTypeActions.setTypeAction(ExpandedVT, TypeExpandInteger); in computeRegisterProperties() 790 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 799 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 808 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 818 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger); in computeRegisterProperties() 823 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties() 854 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties() 871 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties() 892 ValueTypeActions.setTypeAction(VT, in computeRegisterProperties() 896 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
|
D | LegalizeTypes.h | 64 TargetLowering::ValueTypeActionImpl ValueTypeActions; 121 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 60 TargetLowering::ValueTypeActionImpl ValueTypeActions; 174 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 60 TargetLowering::ValueTypeActionImpl ValueTypeActions; 138 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 583 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 617 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()
|