Home
last modified time | relevance | path

Searched refs:expandROT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1003 if (SDValue Expanded = TLI.expandROT(Node, false /*AllowVectorOps*/, DAG)) { in Expand()
H A DLegalizeDAG.cpp3887 if (SDValue Expanded = TLI.expandROT(Node, true /*AllowVectorOps*/, DAG)) in ExpandNode()
H A DLegalizeIntegerTypes.cpp1524 SDValue Res = TLI.expandROT(N, true /*AllowVectorOps*/, DAG); in PromoteIntRes_Rotate()
H A DTargetLowering.cpp8062 SDValue TargetLowering::expandROT(SDNode *Node, bool AllowVectorOps, in expandROT() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5236 SDValue expandROT(SDNode *N, bool AllowVectorOps, SelectionDAG &DAG) const;