Home
last modified time | relevance | path

Searched refs:VROR (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp961 HalfV0 = DAG.getNode(HexagonISD::VROR, dl, VecTy, {N, Sn}); in buildHvxVectorReg()
968 HalfV1 = DAG.getNode(HexagonISD::VROR, dl, VecTy, {M, Sm}); in buildHvxVectorReg()
979 HalfV0 = DAG.getNode(HexagonISD::VROR, dl, VecTy, {N, Sn}); in buildHvxVectorReg()
980 HalfV1 = DAG.getNode(HexagonISD::VROR, dl, VecTy, {M, Sm}); in buildHvxVectorReg()
1070 Vec = DAG.getNode(HexagonISD::VROR, dl, ByteTy, Vec, S4); in createHvxPrefixPred()
1411 SingleV = DAG.getNode(HexagonISD::VROR, dl, SingleTy, SingleV, IdxV); in insertHvxSubvectorReg()
1425 SingleV = DAG.getNode(HexagonISD::VROR, dl, SingleTy, SingleV, in insertHvxSubvectorReg()
1754 Res = DAG.getNode(HexagonISD::VROR, dl, ByteTy, Res, S); in LowerHvxConcatVectors()
3631 case HexagonISD::VROR: { in PerformHvxDAGCombine()
3632 if (Ops[0].getOpcode() == HexagonISD::VROR) { in PerformHvxDAGCombine()
[all …]
H A DHexagonISelLowering.h75 VROR, enumerator
H A DHexagonISelDAGToDAG.cpp928 case HexagonISD::VROR: return SelectHvxRor(N); in Select()
H A DHexagonISelLowering.cpp1925 case HexagonISD::VROR: return "HexagonISD::VROR"; in getTargetNodeName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPInstrPatternsVec.td620 defm: Reduce_GenericInt<VectorVT, ResRC, ResVT, "or", "VROR">;
H A DVEInstrVec.td1396 // Section 8.14.8 - VROR (Vector Reduction Or)
1397 defm VROR : RVF1m<"vror", 0x98, V64, VM>;