Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4389 bool expandROT(SDNode *N, bool AllowVectorOps, SDValue &Result,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6576 bool TargetLowering::expandROT(SDNode *Node, bool AllowVectorOps, in expandROT() argument
6596 if (!AllowVectorOps && VT.isVector() && in expandROT()