Searched refs:matchAddressRecursively (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kISelDAGToDAG.cpp | 211 bool matchAddressRecursively(SDValue N, M68kISelAddressMode &AM, 395 bool M68kDAGToDAGISel::matchAddressRecursively(SDValue N, in matchAddressRecursively() function in M68kDAGToDAGISel 481 return matchAddressRecursively(N, AM, 0); in matchAddress() 491 if (matchAddressRecursively(N.getOperand(0), AM, Depth + 1) && in matchADD() 492 matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth + 1)) { in matchADD() 498 if (matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth + 1) && in matchADD() 499 matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1)) { in matchADD()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 217 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, 1730 if (matchAddressRecursively(N, AM, 0)) in matchAddress() 1785 if (!matchAddressRecursively(N.getOperand(0), AM, Depth+1) && in matchAdd() 1786 !matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)) in matchAdd() 1791 if (!matchAddressRecursively(Handle.getValue().getOperand(1), AM, in matchAdd() 1793 !matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1)) in matchAdd() 2115 bool X86DAGToDAGISel::matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in matchAddressRecursively() function in X86DAGToDAGISel 2294 if (matchAddressRecursively(N.getOperand(0), AM, Depth+1)) { in matchAddressRecursively()
|