Searched refs:matchAddressRecursively (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kISelDAGToDAG.cpp | 213 bool matchAddressRecursively(SDValue N, M68kISelAddressMode &AM, 429 bool M68kDAGToDAGISel::matchAddressRecursively(SDValue N, in matchAddressRecursively() function in M68kDAGToDAGISel 515 return matchAddressRecursively(N, AM, 0); in matchAddress() 525 if (matchAddressRecursively(N.getOperand(0), AM, Depth + 1) && in matchADD() 526 matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth + 1)) { in matchADD() 532 if (matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth + 1) && in matchADD() 533 matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1)) { in matchADD()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 215 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, 1806 if (matchAddressRecursively(N, AM, 0)) in matchAddress() 1861 if (!matchAddressRecursively(N.getOperand(0), AM, Depth+1) && in matchAdd() 1862 !matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)) in matchAdd() 1867 if (!matchAddressRecursively(Handle.getValue().getOperand(1), AM, in matchAdd() 1869 !matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1)) in matchAdd() 2191 bool X86DAGToDAGISel::matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in matchAddressRecursively() function in X86DAGToDAGISel 2369 if (matchAddressRecursively(N.getOperand(0), AM, Depth+1)) { in matchAddressRecursively()
|