Searched refs:setTypeAction (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1204 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/ |
D | TargetLowering.h | 411 void setTypeAction(MVT VT, LegalizeTypeAction Action) { in setTypeAction() function
|