Home
last modified time | relevance | path

Searched refs:VASL (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h56 VASL, // Vector shifts by a scalar value enumerator
H A DHexagonISelLowering.cpp1929 case HexagonISD::VASL: return "HexagonISD::VASL"; in getTargetNodeName()
2397 NewOpc = HexagonISD::VASL; in getVectorShiftByInt()
2429 case HexagonISD::VASL: in LowerVECTOR_SHIFT()
H A DHexagonISelLoweringHVX.cpp2110 DAG.getNode(HexagonISD::VASL, dl, InpTy, {A, IsLeft ? ModS : NegS}); in LowerHvxFunnelShift()
H A DHexagonPatterns.td1429 def HexagonVASL: SDNode<"HexagonISD::VASL", SDTHexagonVShift>;