Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp964 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1050 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1076 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1566 } while (LK.first != TypeLegal); in getVectorTypeBreakdown()
1855 if (LK.first == TypeLegal) in getTypeLegalizationCost()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp244 case TargetLowering::TypeLegal: in run()
309 case TargetLowering::TypeLegal: in run()
DLegalizeTypesGeneric.cpp49 case TargetLowering::TypeLegal: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp1174 case TargetLowering::TypeLegal: in SplitVecRes_BITCAST()
3778 case TargetLowering::TypeLegal: in WidenVecRes_BITCAST()
4283 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
4291 while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
5173 if ((Action == TargetLowering::TypeLegal || in FindMemType()
5195 if ((Action == TargetLowering::TypeLegal || in FindMemType()
DLegalizeTypes.h68 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
DLegalizeDAG.cpp971 TargetLowering::TypeLegal && in LegalizeOp()
976 TargetLowering::TypeLegal || in LegalizeOp()
DLegalizeIntegerTypes.cpp347 case TargetLowering::TypeLegal: in PromoteIntRes_BITCAST()
1235 case TargetLowering::TypeLegal: in PromoteIntRes_TRUNCATE()
DSelectionDAGBuilder.cpp3274 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h206 TypeLegal, // The target natively supports this type. enumerator
908 TypeLegal); in ValueTypeActionImpl()
953 case TypeLegal: in getTypeToExpandTo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1182 return TypeLegal; in getPreferredVectorAction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp2226 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()
5311 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant()