Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h59 MFSHL, // Funnel shifts with the shift amount guaranteed to be enumerator
H A DHexagonISelLowering.cpp1932 case HexagonISD::MFSHL: return "HexagonISD::MFSHL"; in getTargetNodeName()
H A DHexagonISelLoweringHVX.cpp2122 unsigned MOpc = Opc == ISD::FSHL ? HexagonISD::MFSHL : HexagonISD::MFSHR; in LowerHvxFunnelShift()
H A DHexagonPatterns.td1434 def HexagonMFSHL: SDNode<"HexagonISD::MFSHL", SDTIntShiftDOp>;