Searched refs:setTypeAction (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1283 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties() 1298 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 1308 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 1313 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties() 1323 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties() 1332 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 1341 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties() 1353 ValueTypeActions.setTypeAction(MVT::f16, TypeSoftPromoteHalf); in computeRegisterProperties() 1358 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties() 1391 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 910 void setTypeAction(MVT VT, LegalizeTypeAction Action) { in setTypeAction() function
|