/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 251 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_UnaryOp() 278 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VecInregOp() 315 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VSELECT() 416 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_SETCC() 826 switch (getTypeAction(InVT)) { in SplitVecRes_BITCAST() 992 if (getTypeAction(RHSVT) == TargetLowering::TypeSplitVector) in SplitVecRes_FCOPYSIGN() 1026 if (getTypeAction(N0.getValueType()) == TargetLowering::TypeSplitVector) in SplitVecRes_ExtVecInRegOp() 1081 if (getTypeAction(InVT) == TargetLowering::TypeSplitVector) in SplitVecRes_StrictFPOp() 1253 if (getTypeAction(Mask.getValueType()) == TargetLowering::TypeSplitVector) in SplitVecRes_MLOAD() 1263 if (getTypeAction(Src0.getValueType()) == TargetLowering::TypeSplitVector) in SplitVecRes_MLOAD() [all …]
|
D | LegalizeIntegerTypes.cpp | 259 switch (getTypeAction(InVT)) { in PromoteIntRes_BITCAST() 445 if (getTypeAction(N->getOperand(0).getValueType()) in PromoteIntRes_INT_EXTEND() 599 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC() 600 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC() 624 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL() 665 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA() 674 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRL() 685 switch (getTypeAction(InOp.getValueType())) { in PromoteIntRes_TRUNCATE() 1236 if (getTypeAction(DataVT) == TargetLowering::TypePromoteInteger) in PromoteIntOp_MSTORE() 1238 if (getTypeAction(DataVT) == TargetLowering::TypeWidenVector) in PromoteIntOp_MSTORE() [all …]
|
D | LegalizeTypes.cpp | 148 !(getTypeAction(VT) == TargetLowering::TypeSoftenFloat && in PerformExpensiveChecks() 243 switch (getTypeAction(ResultVT)) { in run() 305 switch (getTypeAction(OpVT)) { in run()
|
D | LegalizeTypes.h | 63 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { in getTypeAction() function 64 return TLI.getTypeAction(*DAG.getContext(), VT); in getTypeAction() 69 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
|
D | LegalizeTypesGeneric.cpp | 49 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST() 547 else if (getTypeAction(Cond.getValueType()) == in SplitRes_SELECT()
|
D | LegalizeFloatTypes.cpp | 464 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND() 468 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND() 1987 switch (getTypeAction(VecVT)) { in PromoteFloatRes_EXTRACT_VECTOR_ELT()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 246 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 264 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { in getTypeAction() function 267 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 268 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 288 switch (getTypeAction(Context, VT)) { in getTypeToExpandTo() 1820 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(VT.getSimpleVT()); in getTypeConversion() 1824 ValueTypeActions.getTypeAction(NVT.getSimpleVT()) != TypePromoteInteger) in getTypeConversion() 1895 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() 1915 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 257 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_UnaryOp() 390 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VSETCC() 750 switch (getTypeAction(InVT)) { in SplitVecRes_BITCAST() 918 if (getTypeAction(RHSVT) == TargetLowering::TypeSplitVector) in SplitVecRes_FCOPYSIGN() 1106 if (getTypeAction(Mask.getValueType()) == TargetLowering::TypeSplitVector) in SplitVecRes_MLOAD() 1116 if (getTypeAction(Src0.getValueType()) == TargetLowering::TypeSplitVector) in SplitVecRes_MLOAD() 1168 if (getTypeAction(Mask.getValueType()) == TargetLowering::TypeSplitVector) in SplitVecRes_MGATHER() 1179 if (getTypeAction(Src0.getValueType()) == TargetLowering::TypeSplitVector) in SplitVecRes_MGATHER() 1185 if (getTypeAction(Index.getValueType()) == TargetLowering::TypeSplitVector) in SplitVecRes_MGATHER() 1242 if (getTypeAction(InVT) == TargetLowering::TypeSplitVector) in SplitVecRes_UnaryOp() [all …]
|
D | LegalizeIntegerTypes.cpp | 257 switch (getTypeAction(InVT)) { in PromoteIntRes_BITCAST() 451 if (getTypeAction(N->getOperand(0).getValueType()) in PromoteIntRes_INT_EXTEND() 611 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC() 614 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC() 631 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL() 633 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL() 674 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA() 676 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA() 685 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRL() 687 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRL() [all …]
|
D | LegalizeTypesGeneric.cpp | 49 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST() 535 if (getTypeAction(Cond.getValueType()) == TargetLowering::TypeSplitVector) in SplitRes_SELECT()
|
D | LegalizeTypes.h | 63 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { in getTypeAction() function 64 return TLI.getTypeAction(*DAG.getContext(), VT); in getTypeAction() 69 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
|
D | LegalizeTypes.cpp | 224 switch (getTypeAction(ResultVT)) { in run() 283 switch (getTypeAction(OpVT)) { in run()
|
D | LegalizeFloatTypes.cpp | 461 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND() 465 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) { in SoftenFloatRes_FP_EXTEND() 475 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftenFloat) in SoftenFloatRes_FP_EXTEND() 1964 switch (getTypeAction(VecVT)) { in PromoteFloatRes_EXTRACT_VECTOR_ELT()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 474 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 491 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { in getTypeAction() function 494 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 495 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 515 switch (getTypeAction(Context, VT)) { in getTypeToExpandTo() 1292 LegalizeTypeAction Action = getTypeAction(Context, VT); in shouldNormalizeToSelectSequence()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 526 switch (getTypeAction(InVT)) { in SplitVecRes_BITCAST() 778 switch (getTypeAction(InVT)) { in SplitVecRes_UnaryOp() 1473 if (getTypeAction(InVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_Convert() 1549 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_Shift() 1592 switch (getTypeAction(InVT)) { in WidenVecRes_BITCAST() 1693 if (getTypeAction(InVT) != TargetLowering::TypeWidenVector) { in WidenVecRes_CONCAT_VECTORS() 1771 if (getTypeAction(InVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_CONVERT_RNDSAT() 1839 if (getTypeAction(InOp.getValueType()) == TargetLowering::TypeWidenVector) in WidenVecRes_EXTRACT_SUBVECTOR() 1921 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector) in WidenVecRes_SELECT() 2074 if (getTypeAction(InOp.getValueType()) == TargetLowering::TypeWidenVector) in WidenVecOp_Convert() [all …]
|
D | LegalizeTypes.h | 67 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { in getTypeAction() function 68 return TLI.getTypeAction(*DAG.getContext(), VT); in getTypeAction() 73 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
|
D | LegalizeTypes.cpp | 224 switch (getTypeAction(ResultVT)) { in run() 277 switch (getTypeAction(OpVT)) { in run()
|
D | LegalizeIntegerTypes.cpp | 213 switch (getTypeAction(InVT)) { in PromoteIntRes_BITCAST() 387 if (getTypeAction(N->getOperand(0).getValueType()) in PromoteIntRes_INT_EXTEND() 570 switch (getTypeAction(InOp.getValueType())) { in PromoteIntRes_TRUNCATE() 1626 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ANY_EXTEND() 2144 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_SIGN_EXTEND() 2373 assert(getTypeAction(Op.getValueType()) == in ExpandIntRes_ZERO_EXTEND()
|
D | LegalizeTypesGeneric.cpp | 48 switch (getTypeAction(InVT)) { in ExpandRes_BITCAST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 651 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 668 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const { in getTypeAction() function 671 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction() function 672 return ValueTypeActions.getTypeAction(VT); in getTypeAction() 692 switch (getTypeAction(Context, VT)) { in getTypeToExpandTo() 1678 LegalizeTypeAction Action = getTypeAction(Context, VT); in shouldNormalizeToSelectSequence()
|
D | BasicTTIImpl.h | 654 if ((TLI->getTypeAction(Src->getContext(), TLI->getValueType(DL, Src)) == 656 (TLI->getTypeAction(Dst->getContext(), TLI->getValueType(DL, Dst)) ==
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 730 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 733 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) && in getTypeConversion() 815 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() 841 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion() 1282 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 989 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() 992 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) && in getTypeConversion() 1074 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion() 1100 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion() 1511 LegalizeTypeAction TA = getTypeAction(Context, VT); in getVectorTypeBreakdown()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 428 if ((TLI->getTypeAction(Src->getContext(), TLI->getValueType(DL, Src)) == in getCastInstrCost() 430 (TLI->getTypeAction(Dst->getContext(), TLI->getValueType(DL, Dst)) == in getCastInstrCost()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 381 if (TLI.getTypeAction(CI->getContext(), SrcVT) == in OptimizeNoopCopyExpression() 384 if (TLI.getTypeAction(CI->getContext(), DstVT) == in OptimizeNoopCopyExpression()
|