Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1297 case TargetLowering::TypeLegal: in SplitVecRes_BITCAST()
2464 (TypeAction == TargetLowering::TypeLegal || in SplitVecRes_VECTOR_SHUFFLE()
4801 case TargetLowering::TypeLegal: in WidenVecRes_BITCAST()
5470 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
5478 while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
6642 if ((Action == TargetLowering::TypeLegal || in findMemType()
6664 if ((Action == TargetLowering::TypeLegal || in findMemType()
H A DLegalizeTypes.h67 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
H A DLegalizeIntegerTypes.cpp393 case TargetLowering::TypeLegal: in PromoteIntRes_BITCAST()
1355 case TargetLowering::TypeLegal: in PromoteIntRes_TRUNCATE()
5315 getTypeAction(InVT) == TargetLowering::TypeLegal) { in PromoteIntRes_EXTRACT_SUBVECTOR()
5514 assert(getTypeAction(OpVT) == TargetLowering::TypeLegal && in PromoteIntRes_CONCAT_VECTORS()
H A DLegalizeDAG.cpp971 TargetLowering::TypeLegal && in LegalizeOp()
976 TargetLowering::TypeLegal || in LegalizeOp()
H A DSelectionDAGBuilder.cpp3349 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
H A DSelectionDAG.cpp5962 TargetLowering::TypeLegal) in FoldConstantArithmetic()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp968 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1054 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1080 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1589 } while (LK.first != TypeLegal); in getVectorTypeBreakdown()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h207 TypeLegal, // The target natively supports this type. enumerator
950 TypeLegal); in ValueTypeActionImpl()
1011 case TypeLegal: in getTypeToExpandTo()
H A DBasicTTIImpl.h831 if (LK.first == TargetLoweringBase::TypeLegal) in getTypeLegalizationCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1256 return TypeLegal; in getPreferredVectorAction()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2612 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()
5882 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant()