Searched refs:expandROT (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 1003 if (SDValue Expanded = TLI.expandROT(Node, false /*AllowVectorOps*/, DAG)) { in Expand()
|
H A D | LegalizeDAG.cpp | 3887 if (SDValue Expanded = TLI.expandROT(Node, true /*AllowVectorOps*/, DAG)) in ExpandNode()
|
H A D | LegalizeIntegerTypes.cpp | 1524 SDValue Res = TLI.expandROT(N, true /*AllowVectorOps*/, DAG); in PromoteIntRes_Rotate()
|
H A D | TargetLowering.cpp | 8062 SDValue TargetLowering::expandROT(SDNode *Node, bool AllowVectorOps, in expandROT() function in TargetLowering
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 5236 SDValue expandROT(SDNode *N, bool AllowVectorOps, SelectionDAG &DAG) const;
|