Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4697 SDValue expandROT(SDNode *N, bool AllowVectorOps, SelectionDAG &DAG) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7219 SDValue TargetLowering::expandROT(SDNode *Node, bool AllowVectorOps, in expandROT() argument
7239 if (!AllowVectorOps && VT.isVector() && in expandROT()