Home
last modified time | relevance | path

Searched refs:ShiftConst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp566 uint64_t MulConst, ShiftConst; in tryToRecognizeTableBasedCttz() local
572 m_ConstantInt(ShiftConst))))) in tryToRecognizeTableBasedCttz()
580 if (InputBits - Log2_32(InputBits) != ShiftConst && in tryToRecognizeTableBasedCttz()
581 InputBits - Log2_32(InputBits) - 1 != ShiftConst) in tryToRecognizeTableBasedCttz()
584 if (!isCTTZTable(*ConstData, MulConst, ShiftConst, InputBits)) in tryToRecognizeTableBasedCttz()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp693 auto ShiftConst = in PromoteIntRes_CTLZ() local
696 Op = DAG.getNode(ISD::SHL, dl, NVT, Op, ShiftConst); in PromoteIntRes_CTLZ()
702 Op = DAG.getNode(ISD::VP_SHL, dl, NVT, Op, ShiftConst, Mask, EVL); in PromoteIntRes_CTLZ()
H A DLegalizeDAG.cpp2750 SDValue ShiftConst = DAG.getConstant(1, dl, ShiftVT); in ExpandLegalINT_TO_FP() local
2751 SDValue Shr = DAG.getNode(ISD::SRL, dl, SrcVT, Op0, ShiftConst); in ExpandLegalINT_TO_FP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5591 auto ShiftConst = B.buildConstant(S32, 16); in legalizePointerAsRsrcIntrin() local
5592 ShiftedStride = B.buildShl(S32, ExtStride, ShiftConst); in legalizePointerAsRsrcIntrin()