Searched refs:matchIndexRecursively (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 210 SDValue matchIndexRecursively(SDValue N, X86ISelAddressMode &AM, 2393 SDValue X86DAGToDAGISel::matchIndexRecursively(SDValue N, in matchIndexRecursively() function in X86DAGToDAGISel 2412 return matchIndexRecursively(N.getOperand(0), AM, Depth + 1); in matchIndexRecursively() 2419 return matchIndexRecursively(N.getOperand(0), AM, Depth + 1); in matchIndexRecursively() 2429 return matchIndexRecursively(N.getOperand(0), AM, Depth + 1); in matchIndexRecursively() 2591 AM.IndexReg = matchIndexRecursively(ShVal, AM, Depth + 1); in matchAddressRecursively() 2792 if (SDValue Index = matchIndexRecursively(N, AM, Depth + 1)) in matchAddressRecursively() 2852 AM.IndexReg = matchIndexRecursively(Zext, AM, Depth + 1); in matchAddressRecursively() 2971 AM.IndexReg = matchIndexRecursively(IndexOp, AM, 0); in selectVectorAddr()
|