Searched refs:expandROT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 814 if (TLI.expandROT(Node, false /*AllowVectorOps*/, Tmp, DAG)) { in Expand()
|
| D | LegalizeIntegerTypes.cpp | 1176 TLI.expandROT(N, true /*AllowVectorOps*/, Res, DAG); in PromoteIntRes_Rotate() 4196 TLI.expandROT(N, true /*AllowVectorOps*/, Res, DAG); in ExpandIntRes_Rotate()
|
| D | LegalizeDAG.cpp | 3355 if (TLI.expandROT(Node, true /*AllowVectorOps*/, Tmp1, DAG)) in ExpandNode()
|
| D | TargetLowering.cpp | 6576 bool TargetLowering::expandROT(SDNode *Node, bool AllowVectorOps, in expandROT() function in TargetLowering
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 4389 bool expandROT(SDNode *N, bool AllowVectorOps, SDValue &Result,
|