Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h364 SDValue getVectorShiftByInt(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp2263 HexagonTargetLowering::getVectorShiftByInt(SDValue Op, SelectionDAG &DAG) in getVectorShiftByInt() function in HexagonTargetLowering
2297 return getVectorShiftByInt(Op, DAG); in LowerVECTOR_SHIFT()
H A DHexagonISelLoweringHVX.cpp1672 if (SDValue S = getVectorShiftByInt(Op, DAG)) in LowerHvxShift()