Searched refs:getValidMinimumShiftAmount (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2361 getValidMinimumShiftAmount(SDValue V, const APInt &DemandedElts, 2367 getValidMinimumShiftAmount(SDValue V, unsigned Depth = 0) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 3332 SelectionDAG::getValidMinimumShiftAmount(SDValue V, const APInt &DemandedElts, in getValidMinimumShiftAmount() function in SelectionDAG 3344 SelectionDAG::getValidMinimumShiftAmount(SDValue V, unsigned Depth) const { in getValidMinimumShiftAmount() function in SelectionDAG 3349 return getValidMinimumShiftAmount(V, DemandedElts, Depth); in getValidMinimumShiftAmount() 3839 getValidMinimumShiftAmount(Op, DemandedElts, Depth + 1)) in computeKnownBits() 3851 getValidMinimumShiftAmount(Op, DemandedElts, Depth + 1)) in computeKnownBits() 4886 getValidMinimumShiftAmount(Op, DemandedElts, Depth + 1)) in ComputeNumSignBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 56739 if (auto MinShAmt = DAG.getValidMinimumShiftAmount(Index)) { in combineGatherScatter()
|