/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1376 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits() 1614 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits() 1828 ShAmt = TLO.DAG.getConstant(ShVal, dl, getShiftAmountTy(VT, DL)); in SimplifyDemandedBits() 3107 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp() 3690 getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC() 3716 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC() 4642 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactSDIV() 4714 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV() 4823 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV() 5012 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold() [all …]
|
D | LegalizeDAG.cpp | 586 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps() 598 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps() 811 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps() 840 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps() 2602 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBITREVERSE() 2666 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBSWAP() 2949 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode() 3115 TLI.getShiftAmountTy( in ExpandNode() 3346 TLI.getShiftAmountTy(HalfType, DAG.getDataLayout())); in ExpandNode() 3394 TLI.getShiftAmountTy(HalfType, DAG.getDataLayout())); in ExpandNode() [all …]
|
D | LegalizeFloatTypes.cpp | 305 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN() 314 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN() 322 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN() 330 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN() 1015 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN() 1023 TLI.getShiftAmountTy(RHS.getValueType(), in SoftenFloatOp_FCOPYSIGN()
|
D | LegalizeVectorOps.cpp | 787 BitOffset, dl, TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad() 797 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad() 817 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
|
D | LegalizeIntegerTypes.cpp | 353 EVT ShiftAmtTy = TLI.getShiftAmountTy(NOutVT, DAG.getDataLayout()); in PromoteIntRes_BITCAST() 390 EVT ShiftVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in getShiftAmountTyForConstant() 708 EVT SHVT = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_ADDSUBSAT() 771 EVT ShiftTy = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_MULFIX() 2674 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_FLT_ROUNDS() 2958 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MUL() 3086 EVT ShiftTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MULFIX() 3355 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
|
D | DAGCombiner.cpp | 700 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon753f189b0111::DAGCombiner 702 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes); in getShiftAmountTy() 3500 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL() 3514 getShiftAmountTy(N0.getValueType())))); in visitMUL() 3826 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike() 3946 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike() 4083 getShiftAmountTy(N0.getValueType()))); in visitMULHS() 4101 getShiftAmountTy(N1.getValueType()))); in visitMULHS() 4140 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU() 4157 getShiftAmountTy(N1.getValueType()))); in visitMULHU() [all …]
|
D | LegalizeTypes.cpp | 970 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout(), false); in JoinIntegers()
|
D | SelectionDAG.cpp | 1335 EVT ShiftVT = TLI->getShiftAmountTy(VT, getDataLayout(), LegalTypes); in getShiftAmountConstant() 1928 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); in getShiftAmountOperand()
|
D | LegalizeVectorTypes.cpp | 3482 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST()
|
D | SelectionDAGBuilder.cpp | 3174 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 775 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, const DataLayout &DL, in getShiftAmountTy() function in TargetLoweringBase
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 277 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 3262 EVT NewShiftVT = getShiftAmountTy(MidVT, DAG.getDataLayout()); in performTruncateCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 12886 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout()); in DAGCombineExtBoolTrunc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 16485 getShiftAmountTy(HalfT, DAG.getDataLayout()))); in lowerABS()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 28789 TLI.getShiftAmountTy(HalfT, DAG.getDataLayout()))); in ReplaceNodeResults() 40653 EVT ShiftVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in combineOrShiftToFunnelShift()
|