| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeFloatTypes.cpp | 327 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN() 336 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN() 344 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN() 352 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN() 1080 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN() 1088 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN() 2690 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN() 2699 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN() 2707 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftPromoteHalfRes_FCOPYSIGN() 2715 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftPromoteHalfRes_FCOPYSIGN()
|
| D | TargetLowering.cpp | 1474 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits() 1808 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits() 2037 ShVal, dl, getShiftAmountTy(VT, DL, TLO.LegalTypes())); in SimplifyDemandedBits() 3428 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp() 4111 getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC() 4137 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC() 5046 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactSDIV() 5125 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV() 5273 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV() 5496 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout(), !DCI.isBeforeLegalize()); in prepareUREMEqFold() [all …]
|
| D | LegalizeDAG.cpp | 590 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps() 601 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps() 813 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps() 841 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps() 2386 EVT ShiftVT = TLI.getShiftAmountTy(SrcVT, DAG.getDataLayout()); in ExpandLegalINT_TO_FP() 2634 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandPARITY() 2896 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode() 3069 TLI.getShiftAmountTy( in ExpandNode() 3294 TLI.getShiftAmountTy(HalfType, DAG.getDataLayout())); in ExpandNode() 3342 TLI.getShiftAmountTy(HalfType, DAG.getDataLayout())); in ExpandNode() [all …]
|
| D | LegalizeIntegerTypes.cpp | 409 EVT ShiftAmtTy = TLI.getShiftAmountTy(NOutVT, DAG.getDataLayout()); in PromoteIntRes_BITCAST() 445 EVT ShiftVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in getShiftAmountTyForConstant() 826 EVT SHVT = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_ADDSUBSHLSAT() 876 EVT ShiftTy = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_MULFIX() 980 EVT ShiftTy = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_DIVFIX() 3063 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_FLT_ROUNDS() 3369 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MUL() 3506 EVT ShiftTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MULFIX() 3813 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
|
| D | DAGCombiner.cpp | 778 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon74d357280111::DAGCombiner 780 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes); in getShiftAmountTy() 3834 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL() 3849 getShiftAmountTy(N0.getValueType())))); in visitMUL() 4226 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike() 4344 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike() 4485 getShiftAmountTy(N0.getValueType()))); in visitMULHS() 4504 getShiftAmountTy(N1.getValueType()))); in visitMULHS() 4547 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU() 4565 getShiftAmountTy(N1.getValueType()))); in visitMULHU() [all …]
|
| D | LegalizeTypes.cpp | 996 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout(), false); in JoinIntegers()
|
| D | SelectionDAG.cpp | 1479 EVT ShiftVT = TLI->getShiftAmountTy(VT, getDataLayout(), LegalTypes); in getShiftAmountConstant() 2099 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); in getShiftAmountOperand()
|
| D | SelectionDAGBuilder.cpp | 3126 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift() 5448 EVT ShiftTy = TLI.getShiftAmountTy(PromVT, DAG.getDataLayout()); in expandDivFix()
|
| D | LegalizeVectorTypes.cpp | 3798 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TargetLoweringBase.cpp | 922 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, const DataLayout &DL, in getShiftAmountTy() function in TargetLoweringBase
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 378 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 3363 EVT NewShiftVT = getShiftAmountTy(MidVT, DAG.getDataLayout()); in performTruncateCombine()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 7302 getShiftAmountTy(Load->getValueType(0), DAG.getDataLayout()); in LowerCall_AIX() 13599 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout()); in DAGCombineExtBoolTrunc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 19693 getShiftAmountTy(HalfT, DAG.getDataLayout()))); in lowerABS()
|