Home
last modified time | relevance | path

Searched refs:TypeLegal (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp250 case TargetLowering::TypeLegal: in run()
315 case TargetLowering::TypeLegal: in run()
H A DLegalizeTypesGeneric.cpp49 case TargetLowering::TypeLegal: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1356 case TargetLowering::TypeLegal: in SplitVecRes_BITCAST()
2558 (TypeAction == TargetLowering::TypeLegal || in SplitVecRes_VECTOR_SHUFFLE()
5033 case TargetLowering::TypeLegal: in WidenVecRes_BITCAST()
5717 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
5725 while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
6925 if ((Action == TargetLowering::TypeLegal || in findMemType()
6947 if ((Action == TargetLowering::TypeLegal || in findMemType()
H A DLegalizeTypes.h67 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
H A DLegalizeIntegerTypes.cpp421 case TargetLowering::TypeLegal: in PromoteIntRes_BITCAST()
1496 case TargetLowering::TypeLegal: in PromoteIntRes_TRUNCATE()
5570 getTypeAction(InVT) == TargetLowering::TypeLegal) { in PromoteIntRes_EXTRACT_SUBVECTOR()
5769 assert(getTypeAction(OpVT) == TargetLowering::TypeLegal && in PromoteIntRes_CONCAT_VECTORS()
H A DLegalizeDAG.cpp987 TargetLowering::TypeLegal && in LegalizeOp()
992 TargetLowering::TypeLegal || in LegalizeOp()
H A DSelectionDAGBuilder.cpp3534 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
H A DSelectionDAG.cpp6400 TargetLowering::TypeLegal) in FoldConstantArithmetic()
H A DDAGCombiner.cpp2812 bool NoAddCarry = TyActn == TargetLoweringBase::TypeLegal || in visitADDLike()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1014 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1100 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1126 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1634 } while (LK.first != TypeLegal); in getVectorTypeBreakdown()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp173 TargetLowering::TypeLegal) in lowerVVP_LOAD_STORE()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h208 TypeLegal, // The target natively supports this type. enumerator
1045 TypeLegal); in ValueTypeActionImpl()
1106 case TypeLegal: in getTypeToExpandTo()
H A DBasicTTIImpl.h866 if (LK.first == TargetLoweringBase::TypeLegal) in getTypeLegalizationCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp212 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()
H A DX86ISelLowering.cpp3087 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1486 return TypeLegal; in getPreferredVectorAction()