Home
last modified time | relevance | path

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

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