Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp386 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
395 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
403 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
411 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1287 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1295 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
3154 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
3163 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
3171 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
3179 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
H A DLegalizeDAG.cpp579 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
590 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
803 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
832 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
2749 EVT ShiftVT = TLI.getShiftAmountTy(SrcVT, DAG.getDataLayout()); in ExpandLegalINT_TO_FP()
2997 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandPARITY()
3333 TLI.getShiftAmountTy(MVT::i32, DAG.getDataLayout()))); in ExpandNode()
3353 TLI.getShiftAmountTy(MVT::i32, DAG.getDataLayout()))); in ExpandNode()
3387 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode()
3558 TLI.getShiftAmountTy( in ExpandNode()
[all …]
H A DTargetLowering.cpp6103 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactSDIV()
6163 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactUDIV()
6292 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
6454 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
6704 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold()
6962 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareSREMEqFold()
8193 EVT IntShVT = getShiftAmountTy(IntVT, DAG.getDataLayout()); in expandFP_TO_SINT()
8367 EVT ShiftVT = getShiftAmountTy(SrcVT, DAG.getDataLayout()); in expandUINT_TO_FP()
8833 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
8910 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandVPCTPOP()
[all …]
H A DLegalizeTypes.cpp1001 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in JoinIntegers()
H A DSelectionDAGBuilder.cpp232 TLI.getShiftAmountTy( in getCopyFromParts()
3594 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift()
5378 TLI.getShiftAmountTy(MVT::i32, DAG.getDataLayout()))); in GetExponent()
5406 DAG.getTargetLoweringInfo().getShiftAmountTy( in getLimitedPrecisionExp2()
5927 EVT ShiftTy = TLI.getShiftAmountTy(PromVT, DAG.getDataLayout()); in expandDivFix()
H A DDAGCombiner.cpp852 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon666e37100111::DAGCombiner
853 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout()); in getShiftAmountTy()
4373 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL()
4800 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike()
4917 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike()
5159 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU()
10484 EVT LargeShiftVT = getShiftAmountTy(LargeVT); in visitSRA()
15029 EVT AmtVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in visitTRUNCATE()
H A DLegalizeIntegerTypes.cpp4748 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
5213 EVT NewShAmtVT = TLI.getShiftAmountTy(HalfVT, DAG.getDataLayout()); in ExpandIntRes_FunnelShift()
H A DSelectionDAG.cpp1758 EVT ShiftVT = TLI->getShiftAmountTy(VT, getDataLayout()); in getShiftAmountConstant()
2408 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); in getShiftAmountOperand()
H A DLegalizeVectorTypes.cpp5369 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp866 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, in getShiftAmountTy() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h407 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4210 EVT NewShiftVT = getShiftAmountTy(MidVT, DAG.getDataLayout()); in performTruncateCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7632 getShiftAmountTy(Load->getValueType(0), DAG.getDataLayout()); in LowerCall_AIX()
14613 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout()); in DAGCombineExtBoolTrunc()