Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp252 case TargetLowering::TypeLegal: in run()
317 case TargetLowering::TypeLegal: in run()
H A DLegalizeTypesGeneric.cpp49 case TargetLowering::TypeLegal: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1557 case TargetLowering::TypeLegal: in SplitVecRes_BITCAST()
2871 (TypeAction == TargetLowering::TypeLegal || in SplitVecRes_VECTOR_SHUFFLE()
5765 case TargetLowering::TypeLegal: in WidenVecRes_BITCAST()
6495 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
6503 while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
7840 if ((Action == TargetLowering::TypeLegal || in findMemType()
7862 if ((Action == TargetLowering::TypeLegal || in findMemType()
H A DLegalizeTypes.h68 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
H A DLegalizeIntegerTypes.cpp488 case TargetLowering::TypeLegal: in PromoteIntRes_BITCAST()
1684 case TargetLowering::TypeLegal: in PromoteIntRes_TRUNCATE()
5984 getTypeAction(InVT) == TargetLowering::TypeLegal) { in PromoteIntRes_EXTRACT_SUBVECTOR()
6185 assert(getTypeAction(OpVT) == TargetLowering::TypeLegal && in PromoteIntRes_CONCAT_VECTORS()
H A DLegalizeDAG.cpp983 TargetLowering::TypeLegal && in LegalizeOp()
988 TargetLowering::TypeLegal || in LegalizeOp()
H A DSelectionDAGBuilder.cpp3777 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
H A DSelectionDAG.cpp7180 TargetLowering::TypeLegal) in FoldConstantArithmetic()
H A DDAGCombiner.cpp860 return (LK.first == TargetLoweringBase::TypeLegal || in hasUMin()
2894 bool NoAddCarry = TyActn == TargetLoweringBase::TypeLegal || in visitADDLike()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1031 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1117 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1143 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1653 } while (LK.first != TypeLegal); in getVectorTypeBreakdown()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp125 return LK.first != TargetLoweringBase::TypeLegal; in shouldReplace()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h213 TypeLegal, // The target natively supports this type. enumerator
1119 ValueTypeActionImpl() { llvm::fill(ValueTypeActions, TypeLegal); } in ValueTypeActionImpl()
1179 case TypeLegal: in getTypeToExpandTo()
H A DBasicTTIImpl.h1006 if (LK.first == TargetLoweringBase::TypeLegal) in getTypeLegalizationCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp217 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()
H A DX86ISelLowering.cpp3353 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp688 if (SubVecLK.first == TargetLoweringBase::TypeLegal && in getIntrinsicInstrCost()
689 VecLK.first == TargetLoweringBase::TypeLegal && CIdx->isZero()) in getIntrinsicInstrCost()