Searched refs:matchAddressRecursively (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelDAGToDAG.cpp | 213 bool matchAddressRecursively(SDValue N, M68kISelAddressMode &AM, 433 bool M68kDAGToDAGISel::matchAddressRecursively(SDValue N, in matchAddressRecursively() function in M68kDAGToDAGISel 526 return matchAddressRecursively(N, AM, 0); in matchAddress() 536 if (matchAddressRecursively(N.getOperand(0), AM, Depth + 1) && in matchADD() 537 matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth + 1)) { in matchADD() 543 if (matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth + 1) && in matchADD() 544 matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1)) { in matchADD()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 217 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, 1889 if (matchAddressRecursively(N, AM, 0)) in matchAddress() 1936 if (!matchAddressRecursively(N.getOperand(0), AM, Depth+1) && in matchAdd() 1937 !matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)) in matchAdd() 1942 if (!matchAddressRecursively(Handle.getValue().getOperand(1), AM, in matchAdd() 1944 !matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1)) in matchAdd() 2401 bool X86DAGToDAGISel::matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in matchAddressRecursively() function in X86DAGToDAGISel 2567 if (matchAddressRecursively(N.getOperand(0), AM, Depth+1)) { in matchAddressRecursively()
|