Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp702 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
881 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
1067 getShiftAmountTy(Op.getValueType(), DL)); in SimplifyDemandedBits()
1833 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC()
1867 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC()
1899 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC()
2091 getShiftAmountTy(N1.getValueType(), DL))); in SimplifySetCC()
2116 DAG.getConstant(1, dl, getShiftAmountTy(N0.getValueType(), DL))); in SimplifySetCC()
2797 DAG.getConstant(ShAmt, dl, TLI.getShiftAmountTy(Op1.getValueType(), in BuildExactSDIV()
2879 DAG.getConstant(magics.s, dl, getShiftAmountTy(Q.getValueType(), DL))); in BuildSDIV()
[all …]
DLegalizeDAG.cpp548 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
560 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
770 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
802 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
2367 1, dl, TLI.getShiftAmountTy(Op0.getValueType(), DAG.getDataLayout())); in ExpandLegalINT_TO_FP()
2402 EVT SHVT = TLI.getShiftAmountTy(Sel2.getValueType(), DAG.getDataLayout()); in ExpandLegalINT_TO_FP()
2557 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBITREVERSE()
2582 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBSWAP()
2639 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount()
2708 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount()
[all …]
DLegalizeVectorOps.cpp581 BitOffset, dl, TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
593 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
613 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
DDAGCombiner.cpp492 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon08739a190111::DAGCombiner
2067 getShiftAmountTy(N0.getValueType()))); in visitMUL()
2080 getShiftAmountTy(N0.getValueType())))); in visitMUL()
2272 getShiftAmountTy(N0.getValueType()))); in visitSDIV()
2279 getShiftAmountTy(SGN.getValueType()))); in visitSDIV()
2285 getShiftAmountTy(ADD.getValueType()))); in visitSDIV()
2344 getShiftAmountTy(N0.getValueType()))); in visitUDIV()
2482 getShiftAmountTy(N0.getValueType()))); in visitMULHS()
2500 getShiftAmountTy(N1.getValueType()))); in visitMULHS()
2536 getShiftAmountTy(N1.getValueType()))); in visitMULHU()
[all …]
DLegalizeFloatTypes.cpp265 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
274 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
282 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
290 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
DLegalizeIntegerTypes.cpp322 TLI.getShiftAmountTy(NVT, DAG.getDataLayout()))); in PromoteIntRes_BSWAP()
335 TLI.getShiftAmountTy(NVT, DAG.getDataLayout()))); in PromoteIntRes_BITREVERSE()
2211 TLI.getShiftAmountTy(NVT, DAG.getDataLayout())); in ExpandIntRes_MUL()
2363 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1478 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
1786 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
2014 ShAmt = TLO.DAG.getConstant(ShVal, dl, getShiftAmountTy(VT, DL)); in SimplifyDemandedBits()
3373 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp()
4000 getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC()
4026 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC()
4936 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactSDIV()
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()
[all …]
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()
DLegalizeDAG.cpp588 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
599 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
811 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
839 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
2501 EVT ShiftVT = TLI.getShiftAmountTy(SrcVT, DAG.getDataLayout()); in ExpandLegalINT_TO_FP()
2719 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBITREVERSE()
2783 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBSWAP()
2835 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandPARITY()
3090 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode()
3254 TLI.getShiftAmountTy( in ExpandNode()
[all …]
DLegalizeIntegerTypes.cpp397 EVT ShiftAmtTy = TLI.getShiftAmountTy(NOutVT, DAG.getDataLayout()); in PromoteIntRes_BITCAST()
433 EVT ShiftVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in getShiftAmountTyForConstant()
775 EVT SHVT = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_ADDSUBSHLSAT()
839 EVT ShiftTy = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_MULFIX()
943 EVT ShiftTy = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_DIVFIX()
2984 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_FLT_ROUNDS()
3284 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MUL()
3418 EVT ShiftTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MULFIX()
3720 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
DDAGCombiner.cpp776 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon9a86f9870111::DAGCombiner
778 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes); in getShiftAmountTy()
3719 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL()
3734 getShiftAmountTy(N0.getValueType())))); in visitMUL()
4102 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike()
4220 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike()
4356 getShiftAmountTy(N0.getValueType()))); in visitMULHS()
4375 getShiftAmountTy(N1.getValueType()))); in visitMULHS()
4414 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU()
4432 getShiftAmountTy(N1.getValueType()))); in visitMULHU()
[all …]
DLegalizeTypes.cpp1000 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout(), false); in JoinIntegers()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1376 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
1614 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
1828 ShAmt = TLO.DAG.getConstant(ShVal, dl, getShiftAmountTy(VT, DL)); in SimplifyDemandedBits()
3107 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp()
3690 getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC()
3716 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC()
4642 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactSDIV()
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()
[all …]
DLegalizeDAG.cpp586 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
598 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
811 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
840 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
2602 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBITREVERSE()
2666 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBSWAP()
2949 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode()
3115 TLI.getShiftAmountTy( in ExpandNode()
3346 TLI.getShiftAmountTy(HalfType, DAG.getDataLayout())); in ExpandNode()
3394 TLI.getShiftAmountTy(HalfType, DAG.getDataLayout())); in ExpandNode()
[all …]
DLegalizeFloatTypes.cpp305 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
314 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
322 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
330 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1015 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1023 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
DLegalizeVectorOps.cpp787 BitOffset, dl, TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
797 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
817 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
DLegalizeIntegerTypes.cpp353 EVT ShiftAmtTy = TLI.getShiftAmountTy(NOutVT, DAG.getDataLayout()); in PromoteIntRes_BITCAST()
390 EVT ShiftVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in getShiftAmountTyForConstant()
708 EVT SHVT = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_ADDSUBSAT()
771 EVT ShiftTy = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_MULFIX()
2674 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_FLT_ROUNDS()
2958 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MUL()
3086 EVT ShiftTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MULFIX()
3355 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
DDAGCombiner.cpp700 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon3c3dfcfb0111::DAGCombiner
702 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes); in getShiftAmountTy()
3500 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL()
3514 getShiftAmountTy(N0.getValueType())))); in visitMUL()
3826 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike()
3946 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike()
4083 getShiftAmountTy(N0.getValueType()))); in visitMULHS()
4101 getShiftAmountTy(N1.getValueType()))); in visitMULHS()
4140 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU()
4157 getShiftAmountTy(N1.getValueType()))); in visitMULHU()
[all …]
DLegalizeTypes.cpp970 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout(), false); in JoinIntegers()
/external/llvm-project/llvm/test/CodeGen/X86/
Dbswap.ll245 ; from getShiftAmountTy.
/external/llvm/include/llvm/Target/
DTargetLowering.h184 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp775 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, const DataLayout &DL, in getShiftAmountTy() function in TargetLoweringBase
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp951 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, in getShiftAmountTy() function in TargetLoweringBase
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp898 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, const DataLayout &DL, in getShiftAmountTy() function in TargetLoweringBase
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h277 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL,

12