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.cpp431 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
440 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
448 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN()
456 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
1432 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
1440 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
3447 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
3456 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
3464 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN()
3472 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
H A DLegalizeDAG.cpp589 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
600 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps()
820 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
849 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps()
2776 EVT ShiftVT = TLI.getShiftAmountTy(SrcVT, DAG.getDataLayout()); in ExpandLegalINT_TO_FP()
3024 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandPARITY()
3364 TLI.getShiftAmountTy(MVT::i32, DAG.getDataLayout()))); in ExpandNode()
3384 TLI.getShiftAmountTy(MVT::i32, DAG.getDataLayout()))); in ExpandNode()
3444 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode()
3681 TLI.getShiftAmountTy( in ExpandNode()
[all …]
H A DLegalizeTypes.cpp1004 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in JoinIntegers()
H A DTargetLowering.cpp6323 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactSDIV()
6381 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactUDIV()
6507 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV()
6675 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV()
6930 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold()
7190 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareSREMEqFold()
8411 EVT IntShVT = getShiftAmountTy(IntVT, DAG.getDataLayout()); in expandFP_TO_SINT()
9238 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP()
9315 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandVPCTPOP()
9384 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ()
[all …]
H A DSelectionDAGBuilder.cpp228 TLI.getShiftAmountTy( in getCopyFromParts()
3644 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift()
5470 TLI.getShiftAmountTy(MVT::i32, DAG.getDataLayout()))); in GetExponent()
5498 DAG.getTargetLoweringInfo().getShiftAmountTy( in getLimitedPrecisionExp2()
6019 EVT ShiftTy = TLI.getShiftAmountTy(PromVT, DAG.getDataLayout()); in expandDivFix()
H A DDAGCombiner.cpp872 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon666e37100111::DAGCombiner
873 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout()); in getShiftAmountTy()
4703 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL()
5134 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike()
5261 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike()
5503 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU()
10930 EVT LargeShiftVT = getShiftAmountTy(LargeVT); in visitSRA()
16077 EVT AmtVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in visitTRUNCATE()
H A DLegalizeIntegerTypes.cpp4988 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
5449 EVT NewShAmtVT = TLI.getShiftAmountTy(HalfVT, DAG.getDataLayout()); in ExpandIntRes_FunnelShift()
H A DSelectionDAG.cpp1809 EVT ShiftVT = TLI->getShiftAmountTy(VT, getDataLayout()); in getShiftAmountConstant()
2466 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); in getShiftAmountOperand()
H A DLegalizeVectorTypes.cpp5785 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp965 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, in getShiftAmountTy() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h409 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7695 getShiftAmountTy(Load->getValueType(0), DAG.getDataLayout()); in LowerCall_AIX()
11891 EVT ShiftAmountTy = getShiftAmountTy(MVT::i64, DAG.getDataLayout()); in LowerSCALAR_TO_VECTOR()
15446 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout()); in DAGCombineExtBoolTrunc()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4438 EVT NewShiftVT = getShiftAmountTy(MidVT, DAG.getDataLayout()); in performTruncateCombine()