Searched refs:matchVectorAddressRecursively (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 219 bool matchVectorAddressRecursively(SDValue N, X86ISelAddressMode &AM, 2789 bool X86DAGToDAGISel::matchVectorAddressRecursively(SDValue N, in matchVectorAddressRecursively() function in X86DAGToDAGISel 2819 if (!matchVectorAddressRecursively(N.getOperand(0), AM, Depth + 1) && in matchVectorAddressRecursively() 2820 !matchVectorAddressRecursively(Handle.getValue().getOperand(1), AM, in matchVectorAddressRecursively() 2826 if (!matchVectorAddressRecursively(Handle.getValue().getOperand(1), AM, in matchVectorAddressRecursively() 2828 !matchVectorAddressRecursively(Handle.getValue().getOperand(0), AM, in matchVectorAddressRecursively() 2845 return matchVectorAddressRecursively(N, AM, 0); in matchVectorAddress()
|