Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4880 SDValue expandROT(SDNode *N, bool AllowVectorOps, SelectionDAG &DAG) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7601 SDValue TargetLowering::expandROT(SDNode *Node, bool AllowVectorOps, in expandROT() argument
7621 if (!AllowVectorOps && VT.isVector() && in expandROT()