Searched refs:getShiftAmountConstant (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 457 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 D | TargetLowering.cpp | 1729 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 D | DAGCombiner.cpp | 7354 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 D | SelectionDAG.cpp | 1640 SDValue SelectionDAG::getShiftAmountConstant(uint64_t Val, EVT VT, in getShiftAmountConstant() function in SelectionDAG
|
H A D | SelectionDAGBuilder.cpp | 574 DAG.getShiftAmountConstant(RoundBits, ValueVT, DL)); in getCopyToParts()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 666 SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL,
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 4370 DAG.getShiftAmountConstant(Shift, VT, SL)); in loadInputValue()
|
H A D | SIISelLowering.cpp | 2938 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 D | X86ISelLowering.cpp | 28473 DAG.getShiftAmountConstant(Imm, VT, DL)); in LowerINTRINSIC_W_CHAIN() 44653 DAG.getShiftAmountConstant(Offset, SclVT, dl)); in combineExtractWithShuffle()
|