Searched refs:matchVectorAddressRecursively (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 217 bool matchVectorAddressRecursively(SDValue N, X86ISelAddressMode &AM, 2845 bool X86DAGToDAGISel::matchVectorAddressRecursively(SDValue N, in matchVectorAddressRecursively() function in X86DAGToDAGISel 2875 if (!matchVectorAddressRecursively(N.getOperand(0), AM, Depth + 1) && in matchVectorAddressRecursively() 2876 !matchVectorAddressRecursively(Handle.getValue().getOperand(1), AM, in matchVectorAddressRecursively() 2882 if (!matchVectorAddressRecursively(Handle.getValue().getOperand(1), AM, in matchVectorAddressRecursively() 2884 !matchVectorAddressRecursively(Handle.getValue().getOperand(0), AM, in matchVectorAddressRecursively() 2901 return matchVectorAddressRecursively(N, AM, 0); in matchVectorAddress()
|