Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h356 SDValue getVectorShiftByInt(SDValue Op, SelectionDAG &DAG) const;
DHexagonISelLowering.cpp2096 HexagonTargetLowering::getVectorShiftByInt(SDValue Op, SelectionDAG &DAG) in getVectorShiftByInt() function in HexagonTargetLowering
2123 return getVectorShiftByInt(Op, DAG); in LowerVECTOR_SHIFT()
DHexagonISelLoweringHVX.cpp1443 if (SDValue S = getVectorShiftByInt(Op, DAG)) in LowerHvxShift()