Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1204 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()
1219 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1228 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()
1237 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1246 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1255 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
1265 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties()
1270 ValueTypeActions.setTypeAction(MVT::f16, TypeSoftenFloat); in computeRegisterProperties()
1299 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1316 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
[all …]
/external/llvm/include/llvm/Target/
DTargetLowering.h411 void setTypeAction(MVT VT, LegalizeTypeAction Action) { in setTypeAction() function