Home
last modified time | relevance | path

Searched refs:getShiftAmountTy (Results 1 – 25 of 43) 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 __anona4a1c9fb0111::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()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.h35 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i16; } in getShiftAmountTy() function
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.h66 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp829 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits()
999 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
1142 Shift = TLO.DAG.getConstant(ShVal, dl, getShiftAmountTy(VT, 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()
2751 DAG.getConstant(1, dl, getShiftAmountTy(N0.getValueType(), DL, in SimplifySetCC()
3432 DAG.getConstant(ShAmt, dl, TLI.getShiftAmountTy(Op1.getValueType(), in BuildExactSDIV()
3515 DAG.getConstant(magics.s, dl, getShiftAmountTy(Q.getValueType(), DL))); in BuildSDIV()
[all …]
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()
2401 1, dl, TLI.getShiftAmountTy(Op0.getValueType(), DAG.getDataLayout())); in ExpandLegalINT_TO_FP()
2436 EVT SHVT = TLI.getShiftAmountTy(Sel2.getValueType(), DAG.getDataLayout()); in ExpandLegalINT_TO_FP()
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()
[all …]
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()
DDAGCombiner.cpp589 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anond566e5530111::DAGCombiner
591 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes); in getShiftAmountTy()
2917 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL()
2931 getShiftAmountTy(N0.getValueType())))); in visitMUL()
3176 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike()
3289 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike()
3421 getShiftAmountTy(N0.getValueType()))); in visitMULHS()
3439 getShiftAmountTy(N1.getValueType()))); in visitMULHS()
3483 getShiftAmountTy(N1.getValueType()))); in visitMULHU()
3562 getShiftAmountTy(Lo.getValueType()))); in visitSMUL_LOHI()
[all …]
DLegalizeFloatTypes.cpp268 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
277 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
285 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
293 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
DLegalizeIntegerTypes.cpp324 TLI.getShiftAmountTy(NVT, DAG.getDataLayout()))); in PromoteIntRes_BSWAP()
337 TLI.getShiftAmountTy(NVT, DAG.getDataLayout()))); in PromoteIntRes_BITREVERSE()
2189 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_FLT_ROUNDS()
2391 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MUL()
2549 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
DLegalizeTypes.cpp995 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout(), false); in JoinIntegers()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.h60 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy() function
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.h112 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp632 MVT TargetLowering::getShiftAmountTy(EVT LHSTy) const { in getShiftAmountTy() function in TargetLowering
1480 EVT ShTy = getShiftAmountTy(InnerVT); in SimplifyDemandedBits()
1744 TLO.DAG.getConstant(ShVal, getShiftAmountTy(Op.getValueType())); in SimplifyDemandedBits()
2309 getPointerTy() : getShiftAmountTy(N0.getValueType()); in SimplifySetCC()
2480 DAG.getConstant(1, getShiftAmountTy(N1.getValueType()))); in SimplifySetCC()
2502 DAG.getConstant(1, getShiftAmountTy(N0.getValueType()))); in SimplifySetCC()
3227 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType())); in BuildExactSDIV()
3285 DAG.getConstant(magics.s, getShiftAmountTy(Q.getValueType()))); in BuildSDIV()
3292 getShiftAmountTy(Q.getValueType()))); in BuildSDIV()
3324 DAG.getConstant(Shift, getShiftAmountTy(Q.getValueType()))); in BuildUDIV()
[all …]
DLegalizeDAG.cpp474 TLI.getShiftAmountTy(Val.getValueType())); in ExpandUnalignedStore()
622 TLI.getShiftAmountTy(Hi.getValueType())); in ExpandUnalignedLoad()
1274 TLI.getShiftAmountTy(Hi.getValueType()))); in LegalizeOp()
1304 TLI.getShiftAmountTy(Hi.getValueType()))); in LegalizeOp()
1579 TLI.getShiftAmountTy(Tmp3.getValueType()))); in LegalizeOp()
1590 TLI.getShiftAmountTy(Tmp3.getValueType()))); in LegalizeOp()
1927 TLI.getShiftAmountTy(SignBit.getValueType()))); in ExpandFCOPYSIGN()
2551 DAG.getConstant(1, TLI.getShiftAmountTy(Op0.getValueType())); in ExpandLegalINT_TO_FP()
2584 EVT SHVT = TLI.getShiftAmountTy(Sel2.getValueType()); in ExpandLegalINT_TO_FP()
2731 EVT SHVT = TLI.getShiftAmountTy(VT); in ExpandBSWAP()
[all …]
DDAGCombiner.cpp292 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon357488270111::DAGCombiner
293 return LegalTypes ? TLI.getShiftAmountTy(LHSTy) : TLI.getPointerTy(); in getShiftAmountTy()
1681 getShiftAmountTy(N0.getValueType()))); in visitMUL()
1691 getShiftAmountTy(N0.getValueType())))); in visitMUL()
1788 getShiftAmountTy(N0.getValueType()))); in visitSDIV()
1794 getShiftAmountTy(SGN.getValueType()))); in visitSDIV()
1799 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType()))); in visitSDIV()
1849 getShiftAmountTy(N0.getValueType()))); in visitUDIV()
1990 getShiftAmountTy(N0.getValueType()))); in visitMULHS()
2006 DAG.getConstant(SimpleSize, getShiftAmountTy(N1.getValueType()))); in visitMULHS()
[all …]
DLegalizeFloatTypes.cpp188 TLI.getShiftAmountTy(RVT))); in SoftenFloatRes_FCOPYSIGN()
196 TLI.getShiftAmountTy(SignBit.getValueType()))); in SoftenFloatRes_FCOPYSIGN()
202 TLI.getShiftAmountTy(SignBit.getValueType()))); in SoftenFloatRes_FCOPYSIGN()
208 TLI.getShiftAmountTy(LVT))); in SoftenFloatRes_FCOPYSIGN()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.h76 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy() function
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.h84 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h246 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h508 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy() function
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h144 virtual MVT getShiftAmountTy(EVT LHSTy) const;

12