Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1373 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1398 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()
1407 ValueTypeActions.setTypeAction(MVT::f80, TypeSoftenFloat); in computeRegisterProperties()
1416 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()
1425 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()
1508 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
1520 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
1547 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties()
1549 ValueTypeActions.setTypeAction(VT, TypeSplitVector); in computeRegisterProperties()
1551 ValueTypeActions.setTypeAction(VT, EC.isScalable() in computeRegisterProperties()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1052 void setTypeAction(MVT VT, LegalizeTypeAction Action) { in setTypeAction() function