Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2291 EVT ShiftAmtTy = getShiftAmountTy(VT, DL); in SimplifyDemandedBits()
6160 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
6322 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
8629 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
8696 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandVPCTPOP()
8753 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ()
8803 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandVPCTLZ()
8947 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS()
9038 EVT SHVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandBSWAP()
9098 EVT SHVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandVPBSWAP()
[all …]
H A DLegalizeFloatTypes.cpp348 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
357 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
365 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
373 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1185 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1193 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
2910 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
2919 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2927 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
2935 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
H A DLegalizeDAG.cpp600 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
611 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
824 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
853 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
2726 EVT ShiftVT = TLI.getShiftAmountTy(SrcVT, DAG.getDataLayout()); in ExpandLegalINT_TO_FP()
2974 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandPARITY()
3316 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode()
3489 TLI.getShiftAmountTy( in ExpandNode()
3751 TLI.getShiftAmountTy(HalfType, DAG.getDataLayout())); in ExpandNode()
3926 TLI.getShiftAmountTy(PairTy, DAG.getDataLayout()))); in ExpandNode()
[all …]
H A DLegalizeTypes.cpp1002 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in JoinIntegers()
H A DDAGCombiner.cpp847 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anonffc06dc60111::DAGCombiner
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()
5191 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU()
7476 getShiftAmountTy(VT))); in MatchBSwapHWordLow()
10386 getShiftAmountTy(N0.getOperand(0).getValueType())); in visitSRA()
10464 EVT LargeShiftVT = getShiftAmountTy(LargeVT); in visitSRA()
14383 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); in reduceLoadWidth()
[all …]
H A DSelectionDAGBuilder.cpp228 TLI.getShiftAmountTy( in getCopyFromParts()
3397 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift()
5140 TLI.getShiftAmountTy(MVT::i32, DAG.getDataLayout()))); in GetExponent()
5168 DAG.getTargetLoweringInfo().getShiftAmountTy( in getLimitedPrecisionExp2()
5689 EVT ShiftTy = TLI.getShiftAmountTy(PromVT, DAG.getDataLayout()); in expandDivFix()
H A DLegalizeIntegerTypes.cpp4585 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
5050 EVT NewShAmtVT = TLI.getShiftAmountTy(HalfVT, DAG.getDataLayout()); in ExpandIntRes_FunnelShift()
H A DSelectionDAG.cpp1734 EVT ShiftVT = TLI->getShiftAmountTy(VT, getDataLayout(), LegalTypes); in getShiftAmountConstant()
2367 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); in getShiftAmountOperand()
H A DLegalizeVectorTypes.cpp5053 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp965 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, const DataLayout &DL, in getShiftAmountTy() function in TargetLoweringBase
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h408 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4159 EVT NewShiftVT = getShiftAmountTy(MidVT, DAG.getDataLayout()); in performTruncateCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7507 getShiftAmountTy(Load->getValueType(0), DAG.getDataLayout()); in LowerCall_AIX()
14400 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout()); in DAGCombineExtBoolTrunc()