Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5236 SDValue expandROT(SDNode *N, bool AllowVectorOps, SelectionDAG &DAG) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8062 SDValue TargetLowering::expandROT(SDNode *Node, bool AllowVectorOps, in expandROT() argument
8082 if (!AllowVectorOps && VT.isVector() && in expandROT()