Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h60 MFSHR, // within the range of the bit width of the element. enumerator
H A DHexagonISelLowering.cpp1933 case HexagonISD::MFSHR: return "HexagonISD::MFSHR"; in getTargetNodeName()
H A DHexagonISelLoweringHVX.cpp2122 unsigned MOpc = Opc == ISD::FSHL ? HexagonISD::MFSHL : HexagonISD::MFSHR; in LowerHvxFunnelShift()
H A DHexagonPatterns.td1435 def HexagonMFSHR: SDNode<"HexagonISD::MFSHR", SDTIntShiftDOp>;