Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp907 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
910 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) && in getTypeConversion()
992 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1018 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1206 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()
1221 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1230 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()
1239 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1248 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1257 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
[all …]
/external/llvm/include/llvm/Target/
DTargetLowering.h416 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; variable
420 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()
425 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()
429 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()
434 return ValueTypeActions; in getValueTypeActions()
445 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
1917 ValueTypeActionImpl ValueTypeActions;
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h63 TargetLowering::ValueTypeActionImpl ValueTypeActions;
143 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp630 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()