Home | History | Annotate | Download | only in Target

Lines Matching defs:getTypeAction

357     LegalizeTypeAction getTypeAction(MVT VT) const {
375 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const {
378 LegalizeTypeAction getTypeAction(MVT VT) const {
379 return ValueTypeActions.getTypeAction(VT);
399 switch (getTypeAction(Context, VT)) {
1635 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT);
1639 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)
1719 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal)
1743 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal)