Home
last modified time | relevance | path

Searched refs:getShiftAmountConstant (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp457 DAG.getShiftAmountConstant(ShiftAmt, NOutVT, dl)); in PromoteIntRes_BITCAST()
510 DAG.getShiftAmountConstant(DiffBits, NVT, dl)); in PromoteIntRes_BSWAP()
532 DAG.getShiftAmountConstant(DiffBits, NVT, dl)); in PromoteIntRes_BITREVERSE()
919 DAG.getShiftAmountConstant(SHLAmount, PromotedType, dl); in PromoteIntRes_ADDSUBSHLSAT()
970 DAG.getShiftAmountConstant(DiffSize, PromotedType, dl)); in PromoteIntRes_MULFIX()
1077 DAG.getShiftAmountConstant(Diff, PromotedType, dl)); in PromoteIntRes_DIVFIX()
2900 DAG.getShiftAmountConstant(NumHalfBits - 1, NVT, DL)); in ExpandIntRes_MINMAX()
3322 DAG.getShiftAmountConstant(NVT.getSizeInBits() - 1, NVT, dl)); in ExpandIntRes_ABS()
3405 DAG.getShiftAmountConstant(NBitWidth - 1, NVT, dl)); in ExpandIntRes_GET_ROUNDING()
3750 SDValue Shift = DAG.getShiftAmountConstant(HalfBits, NVT, dl); in ExpandIntRes_MUL()
[all …]
H A DTargetLowering.cpp1729 TLO.DAG.getShiftAmountConstant(ShAmt, InnerVT, dl)); in SimplifyDemandedBits()
5961 DAG.getShiftAmountConstant(EltBits, MulVT, dl)); in BuildSDIV()
6135 DAG.getShiftAmountConstant(EltBits, MulVT, dl)); in BuildUDIV()
7156 SDValue Shift = DAG.getShiftAmountConstant(ShiftAmount, VT, dl); in expandMUL_LOHI()
7364 DAG.getShiftAmountConstant(TrailingZeros, HiLoVT, dl)), in expandDIVREMByConstant()
7366 DAG.getShiftAmountConstant(HBitWidth - TrailingZeros, in expandDIVREMByConstant()
7369 DAG.getShiftAmountConstant(TrailingZeros, HiLoVT, dl)); in expandDIVREMByConstant()
7437 DAG.getShiftAmountConstant(TrailingZeros, HiLoVT, dl)); in expandDIVREMByConstant()
8914 DAG.getShiftAmountConstant(ShiftIntoIdx * SrcEltVT.getSizeInBits(), in scalarizeVectorLoad()
H A DDAGCombiner.cpp7354 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate()
8567 DAG.getShiftAmountConstant(ZeroExtendedBytes * 8, VT, in MatchLoadCombine()
10611 DAG.getShiftAmountConstant(C1Val.exactLogBase2(), VT, DL); in foldSelectOfConstants()
19417 DAG.getShiftAmountConstant(LoadWidth / 2, JointMemOpVT, LoadDL); in tryStoreMergeOfLoads()
H A DSelectionDAG.cpp1640 SDValue SelectionDAG::getShiftAmountConstant(uint64_t Val, EVT VT, in getShiftAmountConstant() function in SelectionDAG
H A DSelectionDAGBuilder.cpp574 DAG.getShiftAmountConstant(RoundBits, ValueVT, DL)); in getCopyToParts()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h666 SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL,
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4370 DAG.getShiftAmountConstant(Shift, VT, SL)); in loadInputValue()
H A DSIISelLowering.cpp2938 DAG.getShiftAmountConstant(10, MVT::i32, SL)); in passSpecialInputs()
2947 DAG.getShiftAmountConstant(20, MVT::i32, SL)); in passSpecialInputs()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28473 DAG.getShiftAmountConstant(Imm, VT, DL)); in LowerINTRINSIC_W_CHAIN()
44653 DAG.getShiftAmountConstant(Offset, SclVT, dl)); in combineExtractWithShuffle()