Home
last modified time | relevance | path

Searched refs:setTypeAction (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp762 ValueTypeActions.setTypeAction(ExpandedVT, TypeExpandInteger); in computeRegisterProperties()
776 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
785 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()
794 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
804 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger); in computeRegisterProperties()
809 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
837 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
854 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
875 ValueTypeActions.setTypeAction(VT, in computeRegisterProperties()
879 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
/external/llvm/include/llvm/Target/
DTargetLowering.h270 void setTypeAction(EVT VT, LegalizeTypeAction Action) { in setTypeAction() function