/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 1296 switch (getTypeAction(InVT)) { in SplitVecRes_BITCAST() 2152 if (getTypeAction(Ops.Index.getValueType()) == in SplitVecRes_Gather() 2165 if (getTypeAction(PassThru.getValueType()) == in SplitVecRes_Gather() 3355 else if (getTypeAction(Mask.getValueType()) == in SplitVecOp_VP_STRIDED_STORE() 3526 if (getTypeAction(Ops.Index.getValueType()) == in SplitVecOp_Scatter() 4800 switch (getTypeAction(InVT)) { in WidenVecRes_BITCAST() 5174 assert(getTypeAction(Mask.getValueType()) == in WidenVecRes_VP_LOAD() 5198 assert(getTypeAction(Mask.getValueType()) == in WidenVecRes_VP_STRIDED_LOAD() 5896 assert(getTypeAction(InOp.getValueType()) == in WidenVecOp_EXTEND() 5991 assert(getTypeAction(InOp.getValueType()) == in WidenVecOp_Convert() [all …]
|
H A D | LegalizeIntegerTypes.cpp | 392 switch (getTypeAction(InVT)) { in PromoteIntRes_BITCAST() 648 if (TLI.getTypeAction(*DAG.getContext(), Op0.getValueType()) in PromoteIntRes_EXTRACT_VECTOR_ELT() 750 if (getTypeAction(N->getOperand(0).getValueType()) in PromoteIntRes_INT_EXTEND() 1163 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC() 1353 switch (getTypeAction(InOp.getValueType())) { in PromoteIntRes_TRUNCATE() 3202 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ANY_EXTEND() 4387 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_SIGN_EXTEND() 4704 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ZERO_EXTEND() 5314 if (getTypeAction(InVT) == TargetLowering::TypeSplitVector || in PromoteIntRes_EXTRACT_SUBVECTOR() 5315 getTypeAction(InVT) == TargetLowering::TypeLegal) { in PromoteIntRes_EXTRACT_SUBVECTOR() [all …]
|
H A D | LegalizeTypes.h | 61 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { in getTypeAction() function 62 return TLI.getTypeAction(*DAG.getContext(), VT); in getTypeAction() 67 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal() 933 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 | 250 switch (getTypeAction(ResultVT)) { in run() 315 switch (getTypeAction(OpVT)) { in run()
|
H A D | LegalizeFloatTypes.cpp | 505 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND() 2369 switch (getTypeAction(VecVT)) { in PromoteFloatRes_EXTRACT_VECTOR_ELT() 2576 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 | SelectionDAG.cpp | 1540 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) == in getConstant() 1553 TLI->getTypeAction(*getContext(), EltVT) == in getConstant() 5961 TLI->getTypeAction(*getContext(), InSVT) != in FoldConstantArithmetic()
|
H A D | SelectionDAGBuilder.cpp | 684 TLI.getTypeAction(*DAG.getContext(), ValueVT) == in getCopyToPartsVector() 3349 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
|
H A D | TargetLowering.cpp | 5876 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildSDIV() 6024 if (getTypeAction(VT.getSimpleVT()) != TypePromoteInteger) in BuildUDIV()
|
H A D | DAGCombiner.cpp | 7678 if (VT.isScalarInteger() && TLI.getTypeAction(*DAG.getContext(), VT) == in MatchRotate() 12712 if (TLI.getTypeAction(*DAG.getContext(), AbsVT) != in widenAbs() 19032 } else if (TLI.getTypeAction(Context, StoreTy) == in tryStoreMergeOfConstants() 19313 } else if (TLI.getTypeAction(Context, StoreTy) == in tryStoreMergeOfLoads()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 966 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 971 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion() 1054 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() 1080 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion() 1563 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown()
|
H A D | TypePromotion.cpp | 935 if (TLI->getTypeAction(*Ctx, SrcVT) != TargetLowering::TypePromoteInteger) in run()
|
H A D | CodeGenPrepare.cpp | 1402 if (TLI.getTypeAction(CI->getContext(), SrcVT) == in OptimizeNoopCopyExpression() 1405 if (TLI.getTypeAction(CI->getContext(), DstVT) == in OptimizeNoopCopyExpression() 8061 if (TLI->getTypeAction(CI->getContext(), in optimizeInst()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 953 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 986 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { in getTypeAction() function 989 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 990 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 1010 switch (getTypeAction(Context, VT)) { in getTypeToExpandTo() 2220 LegalizeTypeAction Action = getTypeAction(Context, VT); in shouldNormalizeToSelectSequence()
|
H A D | BasicTTIImpl.h | 1101 TLI->getTypeAction(Src->getContext(), TLI->getValueType(DL, Src)) == 1104 TLI->getTypeAction(Dst->getContext(), TLI->getValueType(DL, Dst)) ==
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 1055 if (getTypeAction(*DAG.getContext(), Src.getValueType()) != in ReplaceNodeResults()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 2612 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType() 5882 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant() 26158 assert(TLI.getTypeAction(*DAG.getContext(), StoreVT) == in LowerStore() 33382 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 33401 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 33443 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 33485 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() 33510 if (getTypeAction(*DAG.getContext(), VT) != TypeWidenVector) in ReplaceNodeResults() 33558 getTypeAction(*DAG.getContext(), InVT) == TypeSplitVector && in ReplaceNodeResults() 33731 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 6022 while (getTypeAction(*DAG.getContext(), VecEVT) == in lowerVECREDUCE() 7676 if (getTypeAction(*DAG.getContext(), Op0.getValueType()) != in ReplaceNodeResults()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 8999 if (getTypeAction(*DAG.getContext(), EltVT) == in LowerINSERT_VECTOR_ELT() 9009 assert(getTypeAction(*DAG.getContext(), IEltVT) != in LowerINSERT_VECTOR_ELT()
|