/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 239 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 …]
|
D | LegalizeIntegerTypes.cpp | 295 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 …]
|
D | LegalizeTypesGeneric.cpp | 48 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST() 518 else if (getTypeAction(Cond.getValueType()) == in SplitRes_SELECT()
|
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()
|
D | LegalizeTypes.cpp | 238 switch (getTypeAction(ResultVT)) { in run() 296 switch (getTypeAction(OpVT)) { in run()
|
D | LegalizeFloatTypes.cpp | 471 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()
|
D | LegalizeDAG.cpp | 969 assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == in LegalizeOp() 974 assert((TLI.getTypeAction(*DAG.getContext(), Op.getValueType()) == in LegalizeOp()
|
D | SelectionDAG.cpp | 1246 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) == in getConstant() 1259 TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
|
D | DAGCombiner.cpp | 15878 } else if (TLI.getTypeAction(Context, StoreTy) == in MergeConsecutiveStores() 16130 } else if (TLI.getTypeAction(Context, StoreTy) == in MergeConsecutiveStores()
|
D | SelectionDAGBuilder.cpp | 3313 while (TLI.getTypeAction(Ctx, VT) != TargetLoweringBase::TypeLegal) in visitSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 810 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()
|
D | TypePromotion.cpp | 979 if (TLI->getTypeAction(ICmp->getContext(), SrcVT) != in runOnFunction()
|
D | CodeGenPrepare.cpp | 1175 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/ |
D | TargetLowering.h | 767 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()
|
D | BasicTTIImpl.h | 784 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/ |
D | X86TargetTransformInfo.cpp | 1658 if (TLI->getTypeAction(SimpleSrcTy) != TargetLowering::TypeSplitVector && in getCastInstrCost() 1659 TLI->getTypeAction(SimpleDstTy) != TargetLowering::TypeSplitVector) { in getCastInstrCost()
|
D | X86ISelLowering.cpp | 2175 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/ |
D | ARMISelLowering.cpp | 8174 if (getTypeAction(*DAG.getContext(), EltVT) == in LowerINSERT_VECTOR_ELT() 8184 assert(getTypeAction(*DAG.getContext(), IEltVT) != in LowerINSERT_VECTOR_ELT()
|