Home
last modified time | relevance | path

Searched refs:getValidMaximumShiftAmount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2372 getValidMaximumShiftAmount(SDValue V, const APInt &DemandedElts,
2378 getValidMaximumShiftAmount(SDValue V, unsigned Depth = 0) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3353 SelectionDAG::getValidMaximumShiftAmount(SDValue V, const APInt &DemandedElts, in getValidMaximumShiftAmount() function in SelectionDAG
3365 SelectionDAG::getValidMaximumShiftAmount(SDValue V, unsigned Depth) const { in getValidMaximumShiftAmount() function in SelectionDAG
3370 return getValidMaximumShiftAmount(V, DemandedElts, Depth); in getValidMaximumShiftAmount()
5637 return !getValidMaximumShiftAmount(Op, DemandedElts, Depth + 1); in canCreateUndefOrPoison()
H A DTargetLowering.cpp837 DAG.getValidMaximumShiftAmount(Op, DemandedElts, Depth + 1)) { in SimplifyMultipleUseDemandedBits()
852 DAG.getValidMaximumShiftAmount(Op, DemandedElts, Depth + 1)) { in SimplifyMultipleUseDemandedBits()
1955 TLO.DAG.getValidMaximumShiftAmount(Op, DemandedElts, Depth + 1)) { in SimplifyDemandedBits()
2069 TLO.DAG.getValidMaximumShiftAmount(Op, DemandedElts, Depth + 1)) { in SimplifyDemandedBits()