Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h362 SDValue getVectorShiftByInt(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp2314 HexagonTargetLowering::getVectorShiftByInt(SDValue Op, SelectionDAG &DAG) in getVectorShiftByInt() function in HexagonTargetLowering
2348 return getVectorShiftByInt(Op, DAG); in LowerVECTOR_SHIFT()
H A DHexagonISelLoweringHVX.cpp1928 if (SDValue S = getVectorShiftByInt(Op, DAG)) in LowerHvxShift()