Searched refs:matchAddressRecursively (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp212 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM,
1654 if (matchAddressRecursively(N, AM, 0))
1694 if (!matchAddressRecursively(N.getOperand(0), AM, Depth+1) &&
1695 !matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1))
1700 if (!matchAddressRecursively(Handle.getValue().getOperand(1), AM,
1702 !matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth + 1))
2024 bool X86DAGToDAGISel::matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, function in class:X86DAGToDAGISel
2203 if (matchAddressRecursively(N.getOperand(0), AM, Depth+1)) {

Completed in 145 milliseconds