Searched refs:matchVectorAddressRecursively (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 217 bool matchVectorAddressRecursively(SDValue N, X86ISelAddressMode &AM, 2550 bool X86DAGToDAGISel::matchVectorAddressRecursively(SDValue N, in matchVectorAddressRecursively() function in X86DAGToDAGISel 2580 if (!matchVectorAddressRecursively(N.getOperand(0), AM, Depth + 1) && in matchVectorAddressRecursively() 2581 !matchVectorAddressRecursively(Handle.getValue().getOperand(1), AM, in matchVectorAddressRecursively() 2587 if (!matchVectorAddressRecursively(Handle.getValue().getOperand(1), AM, in matchVectorAddressRecursively() 2589 !matchVectorAddressRecursively(Handle.getValue().getOperand(0), AM, in matchVectorAddressRecursively() 2606 return matchVectorAddressRecursively(N, AM, 0); in matchVectorAddress()
|