Searched refs:matchAddressRecursively (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelDAGToDAG.cpp | 212 bool matchAddressRecursively(SDValue N, M68kISelAddressMode &AM, 423 bool M68kDAGToDAGISel::matchAddressRecursively(SDValue N, in matchAddressRecursively() function in M68kDAGToDAGISel 509 return matchAddressRecursively(N, AM, 0); in matchAddress() 519 if (matchAddressRecursively(N.getOperand(0), AM, Depth + 1) && in matchADD() 520 matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth + 1)) { in matchADD() 526 if (matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth + 1) && in matchADD() 527 matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1)) { in matchADD()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | addr-mode-matcher-2.ll | 5 ; Test coverage for matchAddressRecursively's MUL handling
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 214 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, 1799 if (matchAddressRecursively(N, AM, 0)) in matchAddress() 1854 if (!matchAddressRecursively(N.getOperand(0), AM, Depth+1) && in matchAdd() 1855 !matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)) in matchAdd() 1860 if (!matchAddressRecursively(Handle.getValue().getOperand(1), AM, in matchAdd() 1862 !matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1)) in matchAdd() 2184 bool X86DAGToDAGISel::matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in matchAddressRecursively() function in X86DAGToDAGISel 2363 if (matchAddressRecursively(N.getOperand(0), AM, Depth+1)) { in matchAddressRecursively()
|