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

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp204 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM,
832 if (matchAddressRecursively(N, AM, 0))
867 if (!matchAddressRecursively(N.getOperand(0), AM, Depth+1) &&
868 !matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1))
873 if (!matchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1) &&
874 !matchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth+1))
1102 bool X86DAGToDAGISel::matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, function in class:X86DAGToDAGISel
1283 if (matchAddressRecursively(N.getNode()->getOperand(0), AM, Depth+1)) {

Completed in 65 milliseconds