Searched refs:setTypeAction (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1111 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 1121 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 1136 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties() 1145 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 1154 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties() 1164 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties() 1191 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties() 1209 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties() 1232 ValueTypeActions.setTypeAction(VT, TypeScalarizeVector); in computeRegisterProperties() 1234 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 670 void setTypeAction(MVT VT, LegalizeTypeAction Action) { in setTypeAction() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 636 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()
|