| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1173 switch (getTypeAction(InVT)) { in SplitVecRes_BITCAST() 1353 if (getTypeAction(RHSVT) == TargetLowering::TypeSplitVector) in SplitVecRes_FCOPYSIGN() 1894 if (getTypeAction(N->getOperand(0).getValueType()) == in SplitVecRes_SETCC() 1900 if (getTypeAction(N->getOperand(1).getValueType()) == in SplitVecRes_SETCC() 1921 if (getTypeAction(InVT) == TargetLowering::TypeSplitVector) in SplitVecRes_UnaryOp() 2122 if (getTypeAction(SrcVT) == TargetLowering::TypeSplitVector) in SplitVecRes_FP_TO_XINT_SAT() 3777 switch (getTypeAction(InVT)) { in WidenVecRes_BITCAST() 4624 assert(getTypeAction(InOp.getValueType()) == in WidenVecOp_EXTEND() 4692 assert(getTypeAction(InOp.getValueType()) == in WidenVecOp_Convert() 4841 assert(getTypeAction(InOp.getValueType()) == in WidenVecOp_CONCAT_VECTORS() [all …]
|
| H A D | LegalizeIntegerTypes.cpp | 346 switch (getTypeAction(InVT)) { in PromoteIntRes_BITCAST() 573 if (TLI.getTypeAction(*DAG.getContext(), Op0.getValueType()) in PromoteIntRes_EXTRACT_VECTOR_ELT() 663 if (getTypeAction(N->getOperand(0).getValueType()) in PromoteIntRes_INT_EXTEND() 1074 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC() 1075 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC() 1233 switch (getTypeAction(InOp.getValueType())) { in PromoteIntRes_TRUNCATE() 2871 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ANY_EXTEND() 3890 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_SIGN_EXTEND() 4154 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ZERO_EXTEND() 4714 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_EXTRACT_SUBVECTOR() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 48 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST() 522 else if (getTypeAction(Cond.getValueType()) == in SplitRes_SELECT()
|
| H A D | LegalizeTypes.cpp | 243 switch (getTypeAction(ResultVT)) { in run() 308 switch (getTypeAction(OpVT)) { in run()
|
| H A D | LegalizeTypes.h | 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()
|
| H A D | LegalizeFloatTypes.cpp | 493 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND() 2343 switch (getTypeAction(VecVT)) { in PromoteFloatRes_EXTRACT_VECTOR_ELT() 2549 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
|
| H A D | LegalizeDAG.cpp | 970 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == in LegalizeOp() 975 assert((TLI.getTypeAction(*DAG.getContext(), Op.getValueType()) == in LegalizeOp()
|
| H A D | TargetLowering.cpp | 5139 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildSDIV() 5287 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildUDIV()
|
| H A D | SelectionDAG.cpp | 1373 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) == in getConstant() 1386 TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
|
| H A D | DAGCombiner.cpp | 17388 } else if (TLI.getTypeAction(Context, StoreTy) == in tryStoreMergeOfConstants() 17661 } else if (TLI.getTypeAction(Context, StoreTy) == in tryStoreMergeOfLoads()
|
| H A D | SelectionDAGBuilder.cpp | 3274 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 962 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 967 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion() 1050 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() 1076 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion() 1540 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown()
|
| H A D | TypePromotion.cpp | 976 if (TLI->getTypeAction(ICmp->getContext(), SrcVT) != in runOnFunction()
|
| H A D | CodeGenPrepare.cpp | 1294 if (TLI.getTypeAction(CI->getContext(), SrcVT) == in OptimizeNoopCopyExpression() 1297 if (TLI.getTypeAction(CI->getContext(), DstVT) == in OptimizeNoopCopyExpression() 7819 if (TLI->getTypeAction(CI->getContext(), in optimizeInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 911 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 928 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { in getTypeAction() function 931 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 932 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 952 switch (getTypeAction(Context, VT)) { in getTypeToExpandTo() 2061 LegalizeTypeAction Action = getTypeAction(Context, VT); in shouldNormalizeToSelectSequence()
|
| H A D | BasicTTIImpl.h | 989 TLI->getTypeAction(Src->getContext(), TLI->getValueType(DL, Src)) == 992 TLI->getTypeAction(Dst->getContext(), TLI->getValueType(DL, Dst)) ==
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 2226 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType() 5311 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant() 24432 assert(TLI.getTypeAction(*DAG.getContext(), StoreVT) == in LowerStore() 30646 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 30671 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 30713 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 30738 if (getTypeAction(*DAG.getContext(), VT) != TypeWidenVector) in ReplaceNodeResults() 30786 getTypeAction(*DAG.getContext(), InVT) == TypeSplitVector && in ReplaceNodeResults() 30894 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 30945 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3803 while (getTypeAction(*DAG.getContext(), VecEVT) == in lowerVECREDUCE() 4887 if (getTypeAction(*DAG.getContext(), Op0.getValueType()) != in ReplaceNodeResults()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8756 if (getTypeAction(*DAG.getContext(), EltVT) == in LowerINSERT_VECTOR_ELT() 8766 assert(getTypeAction(*DAG.getContext(), IEltVT) != in LowerINSERT_VECTOR_ELT()
|