Searched refs:setTypeAction (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1206 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties() 1221 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 1230 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 1239 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties() 1248 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 1257 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties() 1267 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties() 1295 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties() 1312 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties() 1334 ValueTypeActions.setTypeAction(VT, TypeScalarizeVector); in computeRegisterProperties() [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 428 void setTypeAction(MVT VT, LegalizeTypeAction Action) { in setTypeAction() function
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 630 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()
|