Home
last modified time | relevance | path

Searched defs:ShiftAmtTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp699 LLT ShiftAmtTy = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2059 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(SrcTy); in matchCombineShlOfExtend() local
5179 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in buildUDivUsingMul() local
5423 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in buildSDivUsingMul() local
5500 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in applySDivByPow2() local
5559 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in applyUDivByPow2() local
5571 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in matchUMulHToLShr() local
5587 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in applyUMulHToLShr() local
H A DLegalizerHelper.cpp5294 LLT ShiftAmtTy = MRI.getType(Amt); in narrowScalarShift() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5365 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST() local
H A DDAGCombiner.cpp4800 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike() local