Searched defs:MatchAddressRecursively (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp202 bool MatchAddressRecursively(SDValue N, X86ISelAddressMode &AM,
737 if (MatchAddressRecursively(N, AM, 0))
972 bool X86DAGToDAGISel::MatchAddressRecursively(SDValue N, X86ISelAddressMode &AM, function in class:X86DAGToDAGISel
1143 if (MatchAddressRecursively(N.getNode()->getOperand(0), AM, Depth+1)) {
1202 if (!MatchAddressRecursively(N.getOperand(0), AM, Depth+1) &&
1203 !MatchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1))
1208 if (!MatchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)&&
1209 !MatchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth+1))
1236 if (!MatchAddressRecursively(N.getOperand(0), AM, Depth+1) &&

Completed in 65 milliseconds