Searched refs:matchAddressRecursively (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 211 bool matchAddressRecursively(SDValue N, M68kISelAddressMode &AM, 438 bool M68kDAGToDAGISel::matchAddressRecursively(SDValue N, in matchAddressRecursively() function in M68kDAGToDAGISel 531 return matchAddressRecursively(N, AM, 0); in matchAddress() 541 if (matchAddressRecursively(N.getOperand(0), AM, Depth + 1) && in matchADD() 542 matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth + 1)) { in matchADD() 548 if (matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth + 1) && in matchADD() 549 matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1)) { in matchADD()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 215 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, 1943 if (matchAddressRecursively(N, AM, 0)) in matchAddress() 1990 if (!matchAddressRecursively(N.getOperand(0), AM, Depth+1) && in matchAdd() 1991 !matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)) in matchAdd() 1996 if (!matchAddressRecursively(Handle.getValue().getOperand(1), AM, in matchAdd() 1998 !matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1)) in matchAdd() 2455 bool X86DAGToDAGISel::matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in matchAddressRecursively() function in X86DAGToDAGISel 2621 if (matchAddressRecursively(N.getOperand(0), AM, Depth+1)) { in matchAddressRecursively()
|