Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h365 SDValue getVectorShiftByInt(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp2299 HexagonTargetLowering::getVectorShiftByInt(SDValue Op, SelectionDAG &DAG) in getVectorShiftByInt() function in HexagonTargetLowering
2333 return getVectorShiftByInt(Op, DAG); in LowerVECTOR_SHIFT()
H A DHexagonISelLoweringHVX.cpp1672 if (SDValue S = getVectorShiftByInt(Op, DAG)) in LowerHvxShift()