Home
last modified time | relevance | path

Searched refs:RevRot (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6439 unsigned RevRot = IsLeft ? TargetOpcode::G_ROTR : TargetOpcode::G_ROTL; in lowerRotateWithReverseRotate() local
6441 MIRBuilder.buildInstr(RevRot, {Dst}, {Src, Neg}); in lowerRotateWithReverseRotate()
6455 unsigned RevRot = IsLeft ? TargetOpcode::G_ROTR : TargetOpcode::G_ROTL; in lowerRotate() local
6456 if (LI.isLegalOrCustom({RevRot, {DstTy, SrcTy}}) && in lowerRotate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7935 unsigned RevRot = IsLeft ? ISD::ROTR : ISD::ROTL; in expandROT() local
7937 isOperationLegalOrCustom(RevRot, VT) && isPowerOf2_32(EltSizeInBits)) { in expandROT()
7939 return DAG.getNode(RevRot, DL, VT, Op0, Sub); in expandROT()