Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp743 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
826 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
852 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1528 if (LK.first == TypeLegal) in getTypeLegalizationCost()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp244 case TargetLowering::TypeLegal: in run()
306 case TargetLowering::TypeLegal: in run()
H A DLegalizeTypesGeneric.cpp50 case TargetLowering::TypeLegal: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp929 case TargetLowering::TypeLegal: in SplitVecRes_BITCAST()
3051 case TargetLowering::TypeLegal: in WidenVecRes_BITCAST()
3483 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTAndMask()
3491 while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal) in WidenVSELECTAndMask()
4097 if ((Action == TargetLowering::TypeLegal || in FindMemType()
H A DLegalizeTypes.h69 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
H A DLegalizeIntegerTypes.cpp270 case TargetLowering::TypeLegal: in PromoteIntRes_BITCAST()
809 case TargetLowering::TypeLegal: in PromoteIntRes_TRUNCATE()
H A DLegalizeDAG.cpp960 TargetLowering::TypeLegal || in LegalizeOp()
966 TargetLowering::TypeLegal || in LegalizeOp()
H A DSelectionDAGBuilder.cpp2974 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal && in visitSelect()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h123 TypeLegal, // The target natively supports this type. enumerator
663 TypeLegal); in ValueTypeActionImpl()
708 case TypeLegal: in getTypeToExpandTo()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1191 return TypeLegal; in getPreferredVectorAction()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1977 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()