Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4361 bool expandROT(SDNode *N, bool AllowVectorOps, SDValue &Result,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6547 bool TargetLowering::expandROT(SDNode *Node, bool AllowVectorOps, in expandROT() argument
6567 if (!AllowVectorOps && VT.isVector() && in expandROT()