Searched refs:getValidMaximumShiftAmount (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2372 getValidMaximumShiftAmount(SDValue V, const APInt &DemandedElts, 2378 getValidMaximumShiftAmount(SDValue V, unsigned Depth = 0) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 3353 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 D | TargetLowering.cpp | 837 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()
|