Lines Matching refs:getShiftAmountTy

847     EVT getShiftAmountTy(EVT LHSTy) {  in getShiftAmountTy()  function in __anonffc06dc60111::DAGCombiner
849 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes); in getShiftAmountTy()
4419 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL()
4428 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL()
4831 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike()
4948 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike()
5120 getShiftAmountTy(N0.getValueType()))); in visitMULHS()
5139 getShiftAmountTy(N1.getValueType()))); in visitMULHS()
5191 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU()
5210 getShiftAmountTy(N1.getValueType()))); in visitMULHU()
5390 getShiftAmountTy(Lo.getValueType()))); in visitSMUL_LOHI()
5444 getShiftAmountTy(Lo.getValueType()))); in visitUMUL_LOHI()
7476 getShiftAmountTy(VT))); in MatchBSwapHWordLow()
7647 getShiftAmountTy(VT))) in MatchBSwapHWord()
7652 getShiftAmountTy(VT))) in MatchBSwapHWord()
7689 SDValue ShAmt = DAG.getConstant(16, DL, getShiftAmountTy(VT)); in MatchBSwapHWord()
10386 getShiftAmountTy(N0.getOperand(0).getValueType())); in visitSRA()
10464 EVT LargeShiftVT = getShiftAmountTy(LargeVT); in visitSRA()
10643 getShiftAmountTy(SmallVT))); in visitSRL()
10689 getShiftAmountTy(Op.getValueType()))); in visitSRL()
11050 DAG.getConstant(NewShAmt, DL, getShiftAmountTy(VT))); in visitBSWAP()
12195 DL, getShiftAmountTy(VT))); in visitVSELECT()
14383 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); in reduceLoadWidth()
14772 EVT AmtVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in visitTRUNCATE()
16629 DAG.getConstant(*Mantissa, DL, getShiftAmountTy(NewIntVT)); in combineFMulOrFDivWithIntPow2()
19508 DC->getShiftAmountTy(IVal.getValueType()))); in ShrinkLoadReplaceStoreWithStore()
27073 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in foldSelectCCToShiftAnd()
27314 getShiftAmountTy(AndLHS.getValueType())); in SimplifySelectCC()
27321 getShiftAmountTy(Shl.getValueType())); in SimplifySelectCC()
27371 getShiftAmountTy(Temp.getValueType()))); in SimplifySelectCC()