Searched refs:MatchAddressRecursively (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 201 bool MatchAddressRecursively(SDValue N, X86ISelAddressMode &AM, 743 if (MatchAddressRecursively(N, AM, 0)) in MatchAddress() 979 bool X86DAGToDAGISel::MatchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in MatchAddressRecursively() function in X86DAGToDAGISel 1159 if (MatchAddressRecursively(N.getNode()->getOperand(0), AM, Depth+1)) { in MatchAddressRecursively() 1218 if (!MatchAddressRecursively(N.getOperand(0), AM, Depth+1) && in MatchAddressRecursively() 1219 !MatchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)) in MatchAddressRecursively() 1224 if (!MatchAddressRecursively(Handle.getValue().getOperand(1), AM, Depth+1)&& in MatchAddressRecursively() 1225 !MatchAddressRecursively(Handle.getValue().getOperand(0), AM, Depth+1)) in MatchAddressRecursively() 1252 if (!MatchAddressRecursively(N.getOperand(0), AM, Depth+1) && in MatchAddressRecursively()
|
/external/llvm/test/CodeGen/X86/ |
D | selectiondag-cse.ll | 5 ; selection in MatchAddressRecursively. The edit triggers CSE which causes both
|