Home
last modified time | relevance | path

Searched refs:getShiftAmountTy (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp829 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
999 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
2465 EVT ShiftTy = getShiftAmountTy(N0.getValueType(), DL, in SimplifySetCC()
2498 EVT ShiftTy = getShiftAmountTy(N0.getValueType(), DL, in SimplifySetCC()
2529 EVT ShiftTy = getShiftAmountTy(N0.getValueType(), DL, in SimplifySetCC()
2725 getShiftAmountTy(N1.getValueType(), DL, in SimplifySetCC()
3595 getShiftAmountTy(NPQ.getValueType(), DL))); in BuildUDIV()
3699 EVT ShiftAmountTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandMUL_LOHI()
3847 dl, getShiftAmountTy(IntVT, DL))), in expandFP_TO_SINT()
3851 dl, getShiftAmountTy(IntVT, DL))), in expandFP_TO_SINT()
[all …]
H A DLegalizeDAG.cpp571 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
583 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
798 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
829 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
2590 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBITREVERSE()
2658 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBSWAP()
2715 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount()
2784 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount()
3013 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode()
3184 TLI.getShiftAmountTy( in ExpandNode()
[all …]
H A DLegalizeVectorOps.cpp639 BitOffset, dl, TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
651 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
671 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
1116 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandCTLZ()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp480 SDValue ShiftAmount = DAG.getConstant(NumBits, TLI.getShiftAmountTy()); in ExpandUnalignedStore()
625 SDValue ShiftAmount = DAG.getConstant(NumBits, TLI.getShiftAmountTy()); in ExpandUnalignedLoad()
2130 EVT SHVT = TLI.getShiftAmountTy(); in ExpandLegalINT_TO_FP()
2292 EVT SHVT = TLI.getShiftAmountTy(); in ExpandBSWAP()
2348 EVT ShVT = TLI.getShiftAmountTy(); in ExpandBitCount()
2375 EVT ShVT = TLI.getShiftAmountTy(); in ExpandBitCount()
2605 EVT ShiftAmountTy = TLI.getShiftAmountTy(); in ExpandNode()
2766 TLI.getShiftAmountTy())); in ExpandNode()
3115 Tmp1 = DAG.getConstant(VT.getSizeInBits() - 1, TLI.getShiftAmountTy()); in ExpandNode()
3133 TLI.getShiftAmountTy())); in ExpandNode()
[all …]
H A DTargetLowering.cpp1399 EVT ShTy = getShiftAmountTy(); in SimplifyDemandedBits()
1715 SDValue ShAmt = TLO.DAG.getConstant(ShVal, getShiftAmountTy()); in SimplifyDemandedBits()
2167 getPointerTy() : getShiftAmountTy(); in SimplifySetCC()
2338 DAG.getConstant(1, getShiftAmountTy())); in SimplifySetCC()
2360 DAG.getConstant(1, getShiftAmountTy())); in SimplifySetCC()
2861 DAG.getConstant(magics.s, getShiftAmountTy())); in BuildSDIV()
2868 getShiftAmountTy())); in BuildSDIV()
2912 DAG.getConstant(magics.s, getShiftAmountTy())); in BuildUDIV()
2918 DAG.getConstant(1, getShiftAmountTy())); in BuildUDIV()
2925 DAG.getConstant(magics.s-1, getShiftAmountTy())); in BuildUDIV()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp877 EVT ShTy = getShiftAmountTy(InnerVT, DL);
1045 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL);
2732 EVT ShiftTy = getShiftAmountTy(N0.getValueType(), DL,
3699 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout());
3771 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout());
3880 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout());
4326 EVT IntShVT = getShiftAmountTy(IntVT, DAG.getDataLayout());
4554 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout());
4614 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout());
4722 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout());
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1075 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
1302 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
2647 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp()
4158 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactSDIV()
4230 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
4339 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
5122 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
5182 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ()
5290 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS()
5991 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1478 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
1786 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
5008 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
5117 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
5306 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold()
5546 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareSREMEqFold()
6654 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
6714 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ()
6822 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS()
7665 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul()
[all …]
H A DLegalizeFloatTypes.cpp324 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
333 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
341 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
349 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1053 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1061 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2671 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2680 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2688 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2696 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1497 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
1794 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
4962 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
5071 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
5260 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold()
5500 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareSREMEqFold()
6551 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
6611 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ()
6719 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS()
7551 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul()
[all …]
H A DLegalizeFloatTypes.cpp314 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
323 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
331 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
339 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1033 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1041 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2573 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2582 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2590 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2598 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1376 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
1614 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
3107 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp()
4714 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
4823 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
5012 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold()
5252 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareSREMEqFold()
6379 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
6439 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ()
6547 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1471 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
1768 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
4932 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
5041 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
5230 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold()
5470 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareSREMEqFold()
6544 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
6604 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ()
6712 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS()
7472 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul()
[all …]
H A DLegalizeFloatTypes.cpp314 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
323 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
331 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
339 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1033 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1041 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2573 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2582 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2590 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2598 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1376 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
1614 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
3107 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp()
4714 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
4823 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
5012 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold()
5252 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareSREMEqFold()
6375 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
6435 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ()
6543 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1376 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
1614 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
3107 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp()
4714 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
4823 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
5012 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold()
5252 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareSREMEqFold()
6379 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
6439 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ()
6547 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp327 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
336 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
344 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
352 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1080 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1088 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2690 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2699 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2707 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2715 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp327 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
336 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
344 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
352 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1080 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1088 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2690 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2699 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2707 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2715 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp324 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
333 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
341 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
349 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1072 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1080 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2685 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2694 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2702 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2710 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
H A DTargetLowering.cpp1465 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
1799 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
5084 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
5202 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
5401 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold()
5641 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareSREMEqFold()
6818 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
6878 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ()
6986 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS()
7904 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp327 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
336 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
344 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
352 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1080 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1088 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2690 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2699 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2707 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2715 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp335 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
344 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
352 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
360 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1093 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1101 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2703 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2712 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2720 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2728 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp327 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
336 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
344 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
352 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1080 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1088 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2690 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2699 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2707 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2715 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp324 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
333 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
341 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
349 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1072 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1080 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2685 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2694 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2702 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2710 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp327 TLI.getShiftAmountTy(RVT, DAG.getDataLayout())));
336 TLI.getShiftAmountTy(SignBit.getValueType(),
344 TLI.getShiftAmountTy(SignBit.getValueType(),
352 TLI.getShiftAmountTy(LVT, DAG.getDataLayout())));
1080 TLI.getShiftAmountTy(RHS.getValueType(),
1088 TLI.getShiftAmountTy(RHS.getValueType(),
2690 TLI.getShiftAmountTy(RVT, DAG.getDataLayout())));
2699 TLI.getShiftAmountTy(SignBit.getValueType(),
2707 TLI.getShiftAmountTy(SignBit.getValueType(),
2715 TLI.getShiftAmountTy(LVT, DAG.getDataLayout())));

12345678910>>...12