Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp957 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1043 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1069 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1569 } while (LK.first != TypeLegal); in getVectorTypeBreakdown()
1866 if (LK.first == TypeLegal) in getTypeLegalizationCost()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp251 case TargetLowering::TypeLegal: in run()
316 case TargetLowering::TypeLegal: in run()
H A DLegalizeTypesGeneric.cpp49 case TargetLowering::TypeLegal: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1274 case TargetLowering::TypeLegal: in SplitVecRes_BITCAST()
2356 (TypeAction == TargetLowering::TypeLegal || in SplitVecRes_VECTOR_SHUFFLE()
4536 case TargetLowering::TypeLegal: in WidenVecRes_BITCAST()
5168 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
5176 while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
6249 if ((Action == TargetLowering::TypeLegal || in findMemType()
6271 if ((Action == TargetLowering::TypeLegal || in findMemType()
H A DLegalizeTypes.h67 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
H A DLegalizeIntegerTypes.cpp386 case TargetLowering::TypeLegal: in PromoteIntRes_BITCAST()
1348 case TargetLowering::TypeLegal: in PromoteIntRes_TRUNCATE()
5191 getTypeAction(InVT) == TargetLowering::TypeLegal) { in PromoteIntRes_EXTRACT_SUBVECTOR()
5391 assert(getTypeAction(OpVT) == TargetLowering::TypeLegal && in PromoteIntRes_CONCAT_VECTORS()
H A DLegalizeDAG.cpp969 TargetLowering::TypeLegal && in LegalizeOp()
974 TargetLowering::TypeLegal || in LegalizeOp()
H A DSelectionDAG.cpp5741 TargetLowering::TypeLegal) in FoldConstantArithmetic()
H A DSelectionDAGBuilder.cpp3289 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h206 TypeLegal, // The target natively supports this type. enumerator
951 TypeLegal); in ValueTypeActionImpl()
996 case TypeLegal: in getTypeToExpandTo()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1236 return TypeLegal; in getPreferredVectorAction()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2578 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()
5765 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant()