Home
last modified time | relevance | path

Searched refs:getTypeAction (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp239 if (getTypeAction(ResVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_OverflowOp()
258 if (getTypeAction(OtherVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_OverflowOp()
356 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_UnaryOp()
383 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VecInregOp()
420 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VSELECT()
521 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_SETCC()
1029 switch (getTypeAction(InVT)) { in SplitVecRes_BITCAST()
1193 if (getTypeAction(RHSVT) == TargetLowering::TypeSplitVector) in SplitVecRes_FCOPYSIGN()
1227 if (getTypeAction(N0.getValueType()) == TargetLowering::TypeSplitVector) in SplitVecRes_ExtVecInRegOp()
1282 if (getTypeAction(InVT) == TargetLowering::TypeSplitVector) in SplitVecRes_StrictFPOp()
[all …]
DLegalizeIntegerTypes.cpp295 switch (getTypeAction(InVT)) { in PromoteIntRes_BITCAST()
492 if (TLI.getTypeAction(*DAG.getContext(), Op0.getValueType()) in PromoteIntRes_EXTRACT_VECTOR_ELT()
568 if (getTypeAction(N->getOperand(0).getValueType()) in PromoteIntRes_INT_EXTEND()
912 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
913 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
947 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL()
988 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA()
997 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRL()
1008 switch (getTypeAction(InOp.getValueType())) { in PromoteIntRes_TRUNCATE()
2515 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ANY_EXTEND()
[all …]
DLegalizeTypesGeneric.cpp48 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST()
518 else if (getTypeAction(Cond.getValueType()) == in SplitRes_SELECT()
DLegalizeTypes.h62 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()
DLegalizeTypes.cpp238 switch (getTypeAction(ResultVT)) { in run()
296 switch (getTypeAction(OpVT)) { in run()
DLegalizeFloatTypes.cpp471 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND()
2207 switch (getTypeAction(VecVT)) { in PromoteFloatRes_EXTRACT_VECTOR_ELT()
2401 if (getTypeAction(VT) == TargetLowering::TypePromoteFloat) { in BitcastToInt_ATOMIC_SWAP()
DLegalizeDAG.cpp969 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == in LegalizeOp()
974 assert((TLI.getTypeAction(*DAG.getContext(), Op.getValueType()) == in LegalizeOp()
DSelectionDAG.cpp1246 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
1259 TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
DDAGCombiner.cpp15878 } else if (TLI.getTypeAction(Context, StoreTy) == in MergeConsecutiveStores()
16130 } else if (TLI.getTypeAction(Context, StoreTy) == in MergeConsecutiveStores()
DSelectionDAGBuilder.cpp3313 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp810 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
814 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()
896 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
922 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1386 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown()
DTypePromotion.cpp979 if (TLI->getTypeAction(ICmp->getContext(), SrcVT) != in runOnFunction()
DCodeGenPrepare.cpp1175 if (TLI.getTypeAction(CI->getContext(), SrcVT) == in OptimizeNoopCopyExpression()
1178 if (TLI.getTypeAction(CI->getContext(), DstVT) == in OptimizeNoopCopyExpression()
7086 TLI->getTypeAction(CI->getContext(), in optimizeInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h767 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function
784 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { in getTypeAction() function
787 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function
788 return ValueTypeActions.getTypeAction(VT); in getTypeAction()
808 switch (getTypeAction(Context, VT)) { in getTypeToExpandTo()
1879 LegalizeTypeAction Action = getTypeAction(Context, VT); in shouldNormalizeToSelectSequence()
DBasicTTIImpl.h784 if ((TLI->getTypeAction(Src->getContext(), TLI->getValueType(DL, Src)) ==
786 TLI->getTypeAction(Dst->getContext(), TLI->getValueType(DL, Dst)) ==
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1658 if (TLI->getTypeAction(SimpleSrcTy) != TargetLowering::TypeSplitVector && in getCastInstrCost()
1659 TLI->getTypeAction(SimpleDstTy) != TargetLowering::TypeSplitVector) { in getCastInstrCost()
DX86ISelLowering.cpp2175 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()
5101 while (getTypeAction(Context, VT) != TypeLegal) in decomposeMulByConstant()
22724 assert(TLI.getTypeAction(*DAG.getContext(), StoreVT) == in LowerStore()
28728 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults()
28753 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults()
28820 assert(getTypeAction(*DAG.getContext(), VT) == TypeWidenVector && in ReplaceNodeResults()
28849 if (getTypeAction(*DAG.getContext(), VT) != TypeWidenVector) in ReplaceNodeResults()
28897 getTypeAction(*DAG.getContext(), InVT) == TypeSplitVector && in ReplaceNodeResults()
28928 assert(getTypeAction(*DAG.getContext(), InVT) == TypeWidenVector && in ReplaceNodeResults()
28959 if (getTypeAction(*DAG.getContext(), InVT) != TypePromoteInteger) in ReplaceNodeResults()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp8174 if (getTypeAction(*DAG.getContext(), EltVT) == in LowerINSERT_VECTOR_ELT()
8184 assert(getTypeAction(*DAG.getContext(), IEltVT) != in LowerINSERT_VECTOR_ELT()