/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 246 if (getTypeAction(LHS.getValueType()) == in ScalarizeVecRes_CMP() 295 if (getTypeAction(OtherVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_FFREXP() 324 if (getTypeAction(OperVT) == TargetLowering::TypeScalarizeVector) in ScalarizeVecRes_StrictFPOp() 351 if (getTypeAction(ResVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_OverflowOp() 371 if (getTypeAction(OtherVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_OverflowOp() 421 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_FP_ROUND() 479 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_UnaryOp() 505 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VecInregOp() 536 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_ADDRSPACECAST() 566 if (getTypeAction(OpV in ScalarizeVecRes_VSELECT() [all...] |
H A D | LegalizeIntegerTypes.cpp | 470 switch (getTypeAction(InVT)) { in PromoteIntRes_BITCAST() 796 if (TLI.getTypeAction(*DAG.getContext(), Op0.getValueType()) in PromoteIntRes_EXTRACT_VECTOR_ELT() 914 if (getTypeAction(N->getOperand(0).getValueType()) in PromoteIntRes_INT_EXTEND() 1344 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC() 1345 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC() 1400 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL() 1408 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL() 1487 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA() 1496 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA() 1507 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRL() [all …]
|
H A D | LegalizeTypes.h | 58 /// TargetLowering. This can be queried with "getTypeAction(VT)". 62 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { in getTypeAction() function 63 return TLI.getTypeAction(*DAG.getContext(), VT); in getTypeAction() 68 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal() 1001 assert(getTypeAction(Mask.getValueType()) == in GetWidenedMask()
|
H A D | LegalizeTypesGeneric.cpp | 48 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST() 520 else if (getTypeAction(Cond.getValueType()) == in SplitRes_Select()
|
H A D | LegalizeTypes.cpp | 248 switch (getTypeAction(ResultVT)) { in run() 313 switch (getTypeAction(OpVT)) { in run()
|
H A D | LegalizeFloatTypes.cpp | 565 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND() 2729 switch (getTypeAction(VecVT)) { in PromoteFloatRes_EXTRACT_VECTOR_ELT() 2989 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
|
H A D | LegalizeDAG.cpp | 965 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == in LegalizeOp() 970 assert((TLI.getTypeAction(*DAG.getContext(), Op.getValueType()) == in LegalizeOp()
|
H A D | SelectionDAG.cpp | 1649 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) == in getConstant() 1666 TLI->getTypeAction(*getContext(), EltVT) == in getConstant() 6728 TLI->getTypeAction(*getContext(), InSVT) != in FoldConstantArithmetic()
|
H A D | DAGCombiner.cpp | 2731 auto TyActn = TLI.getTypeAction(*DAG.getContext(), N0.getValueType()); in visitADDLike() 8410 if (VT.isScalarInteger() && TLI.getTypeAction(*DAG.getContext(), VT) == in MatchRotate() 13827 if (TLI.getTypeAction(*DAG.getContext(), AbsVT) != in widenAbs() 20717 } else if (TLI.getTypeAction(Context, StoreTy) == in tryStoreMergeOfConstants() 20996 } else if (TLI.getTypeAction(Context, StoreTy) == in tryStoreMergeOfLoads()
|
H A D | SelectionDAGBuilder.cpp | 719 TLI.getTypeAction(*DAG.getContext(), ValueVT) == in getCopyToPartsVector() 3723 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
|
H A D | TargetLowering.cpp | 6306 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildSDIV() 6468 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildUDIV()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 930 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 935 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion() 1018 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() 1044 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion() 1528 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown()
|
H A D | TypePromotion.cpp | 944 if (TLI->getTypeAction(*Ctx, SrcVT) != TargetLowering::TypePromoteInteger) in run()
|
H A D | CodeGenPrepare.cpp | 1485 if (TLI.getTypeAction(CI->getContext(), SrcVT) == in OptimizeNoopCopyExpression() 1488 if (TLI.getTypeAction(CI->getContext(), DstVT) == in OptimizeNoopCopyExpression() 8343 if (TLI->getTypeAction(CI->getContext(), in optimizeInst()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1094 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 1127 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { in getTypeAction() function 1130 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 1131 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 1151 switch (getTypeAction(Context, VT)) { in getTypeToExpandTo() 2386 LegalizeTypeAction Action = getTypeAction(Context, VT); in shouldNormalizeToSelectSequence()
|
H A D | BasicTTIImpl.h | 1161 TLI->getTypeAction(Src->getContext(), TLI->getValueType(DL, Src)) == 1164 TLI->getTypeAction(Dst->getContext(), TLI->getValueType(DL, Dst)) ==
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 2849 TLI->getTypeAction(Src->getContext(), SrcTy) == in getCastInstrCost() 2851 TLI->getTypeAction(Dst->getContext(), DstTy) == in getCastInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 213 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()
|
H A D | X86ISelLowering.cpp | 3177 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant() 24720 assert(TLI.getTypeAction(*DAG.getContext(), StoreVT) == in LowerStore() 32589 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 32608 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 32650 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 32692 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 32717 if (getTypeAction(*DAG.getContext(), VT) != TypeWidenVector) in ReplaceNodeResults() 32780 getTypeAction(*DAG.getContext(), InVT) == TypeSplitVector && in ReplaceNodeResults() 32824 assert(getTypeAction(*DAG.getContext(), InVT) == TypeWidenVector && in ReplaceNodeResults() 32855 if (getTypeAction(*DAG.getContext(), InVT) != TypePromoteInteger) in ReplaceNodeResults() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 2847 if (getTypeAction(*DAG.getContext(), Src.getValueType()) != in ReplaceNodeResults()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 9842 while (getTypeAction(*DAG.getContext(), VecEVT) == in lowerVECREDUCE() 12204 if (getTypeAction(*DAG.getContext(), Op0.getValueType()) != in ReplaceNodeResults() 12265 if (getTypeAction(*DAG.getContext(), Op0.getValueType()) != in ReplaceNodeResults()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 9076 if (getTypeAction(*DAG.getContext(), EltVT) == in LowerINSERT_VECTOR_ELT() 9086 assert(getTypeAction(*DAG.getContext(), IEltVT) != in LowerINSERT_VECTOR_ELT()
|