Searched refs:getShiftAmountConstant (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 450 DAG.getShiftAmountConstant(ShiftAmt, NOutVT, dl)); in PromoteIntRes_BITCAST() 503 DAG.getShiftAmountConstant(DiffBits, NVT, dl)); in PromoteIntRes_BSWAP() 525 DAG.getShiftAmountConstant(DiffBits, NVT, dl)); in PromoteIntRes_BITREVERSE() 912 DAG.getShiftAmountConstant(SHLAmount, PromotedType, dl); in PromoteIntRes_ADDSUBSHLSAT() 963 DAG.getShiftAmountConstant(DiffSize, PromotedType, dl)); in PromoteIntRes_MULFIX() 1070 DAG.getShiftAmountConstant(Diff, PromotedType, dl)); in PromoteIntRes_DIVFIX() 3294 DAG.getShiftAmountConstant(NVT.getSizeInBits() - 1, NVT, dl)); in ExpandIntRes_ABS() 3377 DAG.getShiftAmountConstant(NBitWidth - 1, NVT, dl)); in ExpandIntRes_FLT_ROUNDS() 3684 SDValue Shift = DAG.getShiftAmountConstant(HalfBits, NVT, dl); in ExpandIntRes_MUL() 3880 DAG.getShiftAmountConstant(Scale, NVT, dl)); in ExpandIntRes_MULFIX() [all …]
|
| H A D | TargetLowering.cpp | 5875 DAG.getShiftAmountConstant(EltBits, MulVT, dl)); in BuildSDIV() 6033 DAG.getShiftAmountConstant(EltBits, MulVT, dl)); in BuildUDIV() 8244 DAG.getShiftAmountConstant(ShiftIntoIdx * SrcEltVT.getSizeInBits(), in scalarizeVectorLoad()
|
| H A D | DAGCombiner.cpp | 7186 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate() 8297 DAG.getShiftAmountConstant(ZeroExtendedBytes * 8, VT, in MatchLoadCombine() 10214 DAG.getShiftAmountConstant(C1Val.exactLogBase2(), VT, DL); in foldSelectOfConstants() 18760 DAG.getShiftAmountConstant(LoadWidth / 2, JointMemOpVT, LoadDL); in tryStoreMergeOfLoads()
|
| H A D | SelectionDAG.cpp | 1577 SDValue SelectionDAG::getShiftAmountConstant(uint64_t Val, EVT VT, in getShiftAmountConstant() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 562 DAG.getShiftAmountConstant(RoundBits, ValueVT, DL)); in getCopyToParts()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 647 SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL,
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 4239 DAG.getShiftAmountConstant(Shift, VT, SL)); in loadInputValue()
|
| H A D | SIISelLowering.cpp | 2897 DAG.getShiftAmountConstant(10, MVT::i32, SL)); in passSpecialInputs() 2906 DAG.getShiftAmountConstant(20, MVT::i32, SL)); in passSpecialInputs()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 27991 DAG.getShiftAmountConstant(Imm, VT, DL)); in LowerINTRINSIC_W_CHAIN() 43469 DAG.getShiftAmountConstant(Offset, SclVT, dl)); in combineExtractWithShuffle()
|