Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp938 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1024 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1050 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1540 } while (LK.first != TypeLegal); in getVectorTypeBreakdown()
1826 if (LK.first == TypeLegal) in getTypeLegalizationCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp244 case TargetLowering::TypeLegal: in run()
309 case TargetLowering::TypeLegal: in run()
H A DLegalizeTypesGeneric.cpp49 case TargetLowering::TypeLegal: in ExpandRes_BITCAST()
H A DLegalizeVectorTypes.cpp1172 case TargetLowering::TypeLegal: in SplitVecRes_BITCAST()
3773 case TargetLowering::TypeLegal: in WidenVecRes_BITCAST()
4272 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
4280 while (TLI.getTypeAction(Ctx, CondVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
5166 if ((Action == TargetLowering::TypeLegal || in FindMemType()
5190 if ((Action == TargetLowering::TypeLegal || in FindMemType()
H A DLegalizeTypes.h68 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
H A DLegalizeDAG.cpp969 TargetLowering::TypeLegal && in LegalizeOp()
974 TargetLowering::TypeLegal || in LegalizeOp()
H A DLegalizeIntegerTypes.cpp344 case TargetLowering::TypeLegal: in PromoteIntRes_BITCAST()
1231 case TargetLowering::TypeLegal: in PromoteIntRes_TRUNCATE()
H A DSelectionDAGBuilder.cpp3273 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h206 TypeLegal, // The target natively supports this type. enumerator
903 TypeLegal); in ValueTypeActionImpl()
948 case TypeLegal: in getTypeToExpandTo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1182 return TypeLegal; in getPreferredVectorAction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2223 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()
5314 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant()