Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp810 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
814 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()
896 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
922 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1166 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()
1181 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1191 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()
1196 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()
1206 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1215 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h759 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; variable
763 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()
768 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()
772 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()
777 return ValueTypeActions; in getValueTypeActions()
788 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
2783 ValueTypeActionImpl ValueTypeActions; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h59 TargetLowering::ValueTypeActionImpl ValueTypeActions;
164 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()