Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp249 case TargetLowering::TypeLegal: in run()
314 case TargetLowering::TypeLegal: in run()
H A DLegalizeTypesGeneric.cpp49 case TargetLowering::TypeLegal: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1489 case TargetLowering::TypeLegal: in SplitVecRes_BITCAST()
2736 (TypeAction == TargetLowering::TypeLegal || in SplitVecRes_VECTOR_SHUFFLE()
5349 case TargetLowering::TypeLegal: in WidenVecRes_BITCAST()
6053 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
6061 while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
7320 if ((Action == TargetLowering::TypeLegal || in findMemType()
7342 if ((Action == TargetLowering::TypeLegal || in findMemType()
H A DLegalizeTypes.h68 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
H A DLegalizeIntegerTypes.cpp471 case TargetLowering::TypeLegal: in PromoteIntRes_BITCAST()
1639 case TargetLowering::TypeLegal: in PromoteIntRes_TRUNCATE()
5741 getTypeAction(InVT) == TargetLowering::TypeLegal) { in PromoteIntRes_EXTRACT_SUBVECTOR()
5942 assert(getTypeAction(OpVT) == TargetLowering::TypeLegal && in PromoteIntRes_CONCAT_VECTORS()
H A DLegalizeDAG.cpp966 TargetLowering::TypeLegal && in LegalizeOp()
971 TargetLowering::TypeLegal || in LegalizeOp()
H A DSelectionDAGBuilder.cpp3723 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
H A DSelectionDAG.cpp6729 TargetLowering::TypeLegal) in FoldConstantArithmetic()
H A DDAGCombiner.cpp2732 bool NoAddCarry = TyActn == TargetLoweringBase::TypeLegal || in visitADDLike()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp932 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1018 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1044 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1554 } while (LK.first != TypeLegal); in getVectorTypeBreakdown()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp140 return LK.first != TargetLoweringBase::TypeLegal; in shouldReplace()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h210 TypeLegal, // The target natively supports this type. enumerator
1091 TypeLegal); in ValueTypeActionImpl()
1152 case TypeLegal: in getTypeToExpandTo()
H A DBasicTTIImpl.h879 if (LK.first == TargetLoweringBase::TypeLegal) in getTypeLegalizationCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp649 if (SubVecLK.first == TargetLoweringBase::TypeLegal && in getIntrinsicInstrCost()
650 VecLK.first == TargetLoweringBase::TypeLegal && CIdx->isZero()) in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp213 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()
H A DX86ISelLowering.cpp3177 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1319 return TypeLegal; in getPreferredVectorAction()